Total CVEs

131,648

Critical Severity

2,801

High Severity

10,044

Last 7 Days

1,217
Quick preset (or use dates below)
Clear Filters
๐Ÿ“… Showing Year: 2026 (January 1 - December 31, 2026) View All Years โ†’
Showing 2,921 - 2,940 of 28,053 CVEs
CVE-2026-32204 HIGH - 7.8

External control of file name or path in Azure Monitor Agent allows an authorized attacker to elevate privileges locally.

Published: May 12, 2026
Source: NVD
CVE-2026-32185 MEDIUM - 5.5

Files or directories accessible to external parties in Microsoft Teams allows an unauthorized attacker to perform spoofing locally.

Vendor: microsoft
Product: teams
Published: May 12, 2026
Source: NVD
CVE-2026-32177 HIGH - 7.3

Heap-based buffer overflow in .NET allows an unauthorized attacker to elevate privileges locally.

Published: May 12, 2026
Source: NVD
CVE-2026-32175 MEDIUM - 4.3

A tampering vulnerability exists when .NET Core improperly handles specially crafted files. An attacker who successfully exploited this vulnerability could write arbitrary files and directories to certain locations on a vulnerable system. However, an attacker would have limited control over the dest...

Vendor: nuget
Product: Microsoft.NetCore.App.Runtime.win-arm
Published: May 12, 2026
Source: NVD
CVE-2026-32170 MEDIUM - 6.7

Double free in Windows Rich Text Edit Control allows an authorized attacker to elevate privileges locally.

Vendor: microsoft
Product: windows_10_1607
Published: May 12, 2026
Source: NVD
CVE-2026-32161 HIGH - 7.5

Concurrent execution using shared resource with improper synchronization ('race condition') in Windows Native WiFi Miniport Driver allows an unauthorized attacker to execute code over an adjacent network.

Vendor: microsoft
Product: windows_10_1607
Published: May 12, 2026
Source: NVD
CVE-2026-31245 MEDIUM - 5.3

The mem0 1.0.0 server lacks authentication and authorization controls for its memory creation API endpoint (POST /memories). The endpoint allows unauthenticated users to submit arbitrary memory records without verifying their identity or permissions. A remote attacker can exploit this by sending una...

Vendor: mem0
Product: mem0
Published: May 12, 2026
Source: NVD
CVE-2026-31244 MEDIUM - 6.5

The mem0 1.0.0 server lacks authentication and authorization controls for its memory deletion API endpoint (DELETE /memories/{memory_id}). The endpoint allows unauthenticated users to delete arbitrary memory records without verifying their identity or permissions. A remote attacker can exploit this ...

Vendor: mem0
Product: mem0
Published: May 12, 2026
Source: NVD
CVE-2026-31243 MEDIUM - 6.5

The mem0 1.0.0 server lacks authentication and authorization controls for its memory reset and table re-creation functionality accessible via the DELETE /memories endpoint. An unauthenticated attacker can send a DELETE request that triggers a reset operation, leading to the execution of a CREATE TAB...

Vendor: mem0
Product: mem0
Published: May 12, 2026
Source: NVD
CVE-2026-31242 CRITICAL - 9.1

The mem0 v1.0.0 server lacks authentication and authorization controls for its memory reset functionality accessible via the DELETE /memories endpoint. An unauthenticated attacker can send a DELETE request that triggers a reset operation, leading to the execution of a DROP TABLE SQL statement. This ...

Vendor: mem0
Product: mem0
Published: May 12, 2026
Source: NVD
CVE-2026-31241 MEDIUM - 6.5

The mem0 1.0.0 server lacks authentication and authorization controls for its memory deletion API endpoint (DELETE /memories). The endpoint allows unauthenticated users to delete memory records by specifying arbitrary user identifiers (e.g., user_id, run_id, agent_id) in the request query parameters...

Vendor: mem0
Product: mem0
Published: May 12, 2026
Source: NVD
CVE-2026-31240 HIGH - 7.5

The mem0 1.0.0 server lacks authentication and authorization controls for its memory management API endpoints. Critical functions such as updating memory records (PUT /memories/{memory_id}) are exposed without any verification of the requester's identity or permissions. A remote attacker can ex...

Published: May 12, 2026
Source: NVD
CVE-2026-31239 CRITICAL - 9.8

The mamba language model framework thru 2.2.6 is vulnerable to insecure deserialization (CWE-502) when loading pre-trained models from HuggingFace Hub. The MambaLMHeadModel.from_pretrained() method uses torch.load() to load the pytorch_model.bin weight file without enabling the security-restrictive ...

Published: May 12, 2026
Source: NVD
CVE-2026-31238 CRITICAL - 9.8

The Ludwig framework thru 0.10.4 is vulnerable to insecure deserialization (CWE-502) in its model serving component. When starting a model server with the ludwig serve command, the framework loads model weight files using torch.load() without enabling the security-restrictive weights_only=True param...

Published: May 12, 2026
Source: NVD
CVE-2026-31237 CRITICAL - 9.8

The Ludwig framework thru 0.10.4 is vulnerable to insecure deserialization (CWE-502) through its predict() method. When a user provides a dataset file path to the predict() method, the framework automatically determines the file format. If the file is a pickle (.pkl) file, it is loaded using pandas....

Published: May 12, 2026
Source: NVD
CVE-2026-31236 CRITICAL - 9.8

The llm CLI tool thru 0.27.1 contains a critical code injection vulnerability via its --functions command-line argument. This argument is intended to allow users to provide custom Python function definitions. However, the tool directly executes the provided code using the unsafe exec() function with...

Published: May 12, 2026
Source: NVD
CVE-2026-31235 CRITICAL - 9.8

The imgaug library thru 0.4.0 contains an insecure deserialization vulnerability in its BackgroundAugmenter class within the multicore.py module. The class uses Python's pickle module to deserialize data received via a multiprocessing queue in the _augment_images_worker() method without any saf...

Published: May 12, 2026
Source: NVD
CVE-2026-31234 CRITICAL - 9.8

Horovod thru 0.28.1 contains an insecure deserialization vulnerability (CWE-502) in its KVStore HTTP server component. The KVStore server, used for distributed task coordination, lacks authentication and authorization controls, allowing any remote attacker to write arbitrary data via HTTP PUT reques...

Published: May 12, 2026
Source: NVD
CVE-2026-31233 CRITICAL - 9.8

Guardrails AI thru 0.6.7 contains a code injection vulnerability (CWE-94) in its Hub package installation mechanism. When installing validator packages via guardrails hub install, the system retrieves a manifest from the Guardrails Hub and dynamically executes a script specified in the post_install ...

Published: May 12, 2026
Source: NVD
CVE-2026-31232 HIGH - 8.8

The CosyVoice project thru commit 6e01309e01bc93bbeb83bdd996b1182a81aaf11e (2025-30-21) contains an insecure deserialization vulnerability (CWE-502) in its model loading process. When loading model files (.pt) from a user-specified directory (via the --model_dir argument), the code uses torch.load()...

Published: May 12, 2026
Source: NVD