Lucene search
+L

24507 matches found

Microsoft CVE
Microsoft CVE
•added 2026/04/02 2:00 p.m.•10 views

Azure MCP Server Information Disclosure Vulnerability

Missing authentication for critical function in Azure MCP Server allows an unauthorized attacker to disclose information over a network...

9.1CVSS5.8AI score0.00827EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/04/02 2:00 p.m.•12 views

Azure Databricks Elevation of Privilege Vulnerability

Server-side request forgery ssrf in Azure Databricks allows an unauthorized attacker to elevate privileges over a network...

10CVSS5.9AI score0.00705EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/04/02 8:06 a.m.•14 views

NATS Server panic via malicious compression on leafnode port

...

7.5CVSS6.3AI score0.00658EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/04/02 8:06 a.m.•10 views

NATS has MQTT plaintext password disclosure

...

8.6CVSS6.3AI score0.00365EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/04/02 8:05 a.m.•10 views

Libsoup: libsoup: denial of service via use-after-free in soupserver during tls handshake

...

8.2CVSS7.1AI score0.00447EPSS
SaveExploits1
Microsoft CVE
Microsoft CVE
•added 2026/04/02 8:05 a.m.•9 views

Polkit: polkit: denial of service via unbounded input processing through standard input

...

5.5CVSS5.9AI score0.00131EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/04/02 8:04 a.m.•18 views

Libarchive: libarchive: arbitrary code execution via integer overflow in iso9660 image processing

...

9.8CVSS5.7AI score0.01073EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/04/02 8:04 a.m.•7 views

Gdk-pixbuf: gdk-pixbuf: denial of service via heap-based buffer overflow when processing a specially crafted jpeg image

...

7.5CVSS7.2AI score0.01069EPSS
SaveExploits1
Microsoft CVE
Microsoft CVE
•added 2026/04/02 8:04 a.m.•5 views

ipmi-oem in FreeIPMI before 1.16.17 has exploitable buffer overflows on response messages. The Intelligent Platform Management Interface (IPMI) specification defines a set of interfaces for platform management. It is implemented by a large number of hardware manufacturers to support system management. It is most commonly used for sensor reading (e.g., CPU temperatures through the ipmi-sensors command within FreeIPMI) and remote power control (the ipmipower command). The ipmi-oem client command implements a set of a IPMI OEM commands for specific hardware vendors. If a user has supported hardware, they may wish to use the ipmi-oem command to send a request to a server to retrieve specific information. Three subcommands were found to have exploitable buffer overflows on response messages. They are: "ipmi-oem dell get-last-post-code - get the last POST code and string describing the error on some Dell servers," "ipmi-oem supermicro extra-firmware-info - get extra firmware info on Supermic

...

7.5CVSS5.8AI score0.00403EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/04/02 8:01 a.m.•11 views

KVM: x86/mmu: Drop/zap existing present SPTE even when creating an MMIO SPTE

...

8.4CVSS5.7AI score0.00184EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/04/02 8:01 a.m.•20 views

iconv crash due to assertion failure with untrusted input

...

7.5CVSS5.8AI score0.00382EPSS
SaveExploits1
Microsoft CVE
Microsoft CVE
•added 2026/04/01 8:19 a.m.•11 views

A flaw in Node.js HMAC verification uses a non-constant-time comparison when validating user-provided signatures, potentially leaking timing information proportional to the number of matching bytes. Under certain threat models where high-resolution timing measurements are possible, this behavior could be exploited as a timing oracle to infer HMAC values. Node.js already provides timing-safe comparison primitives used elsewhere in the codebase, indicating this is an oversight rather than an intentional design decision. This vulnerability affects **20.x, 22.x, 24.x, and 25.x**.

...

5.9CVSS6.7AI score0.00385EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/04/01 8:19 a.m.•14 views

An incomplete fix for CVE-2024-36137 leaves `FileHandle.chmod()` and `FileHandle.chown()` in the promises API without the required permission checks, while their callback-based equivalents (`fs.fchmod()`, `fs.fchown()`) were correctly patched. As a result, code running under `--permission` with restricted `--allow-fs-write` can still use promise-based `FileHandle` methods to modify file permissions and ownership on already-open file descriptors, bypassing the intended write restrictions. This vulnerability affects **20.x, 22.x, 24.x, and 25.x** processes using the Permission Model where `--allow-fs-write` is intentionally restricted.

...

3.3CVSS6.6AI score0.00395EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/04/01 8:18 a.m.•9 views

A memory leak occurs in Node.js HTTP/2 servers when a client sends WINDOW_UPDATE frames on stream 0 (connection-level) that cause the flow control window to exceed the maximum value of 2³¹-1. The server correctly sends a GOAWAY frame, but the Http2Session object is never cleaned up. This vulnerability affects HTTP2 users on Node.js 20, 22, 24 and 25.

...

5.3CVSS6.6AI score0.00454EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/04/01 8:18 a.m.•7 views

A flaw in Node.js Permission Model filesystem enforcement leaves `fs.realpathSync.native()` without the required read permission checks, while all comparable filesystem functions correctly enforce them. As a result, code running under `--permission` with restricted `--allow-fs-read` can still use `fs.realpathSync.native()` to check file existence, resolve symlink targets, and enumerate filesystem paths outside of permitted directories. This vulnerability affects **20.x, 22.x, 24.x, and 25.x** processes using the Permission Model where `--allow-fs-read` is intentionally restricted.

...

3.3CVSS6.6AI score0.00158EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/04/01 8:16 a.m.•6 views

A flaw in Node.js HTTP request handling causes an uncaught `TypeError` when a request is received with a header named `__proto__` and the application accesses `req.headersDistinct`. When this occurs, `dest["__proto__"]` resolves to `Object.prototype` rather than `undefined`, causing `.push()` to be called on a non-array. This exception is thrown synchronously inside a property getter and cannot be intercepted by `error` event listeners, meaning it cannot be handled without wrapping every `req.headersDistinct` access in a `try/catch`. * This vulnerability affects all Node.js HTTP servers on **20.x, 22.x, 24.x, and v25.x**

...

7.5CVSS7.3AI score0.25044EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/04/01 8:16 a.m.•6 views

A flaw in V8's string hashing mechanism causes integer-like strings to be hashed to their numeric value, making hash collisions trivially predictable. By crafting a request that causes many such collisions in V8's internal string table, an attacker can significantly degrade performance of the Node.js process. The most common trigger is any endpoint that calls `JSON.parse()` on attacker-controlled input, as JSON parsing automatically internalizes short strings into the affected hash table. This vulnerability affects **20.x, 22.x, 24.x, and 25.x**.

...

5.9CVSS6.7AI score0.00268EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/04/01 8:14 a.m.•8 views

Vim before 9.2.0272 allows code execution that happens immediately upon opening a crafted file in the default configuration, because %{expr} injection occurs with tabpanel lacking P_MLE.

...

9.2CVSS6.3AI score0.00588EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/04/01 8:14 a.m.•9 views

OpenSC: `sc_compacttlv_find_tag` can return out-of-bounds pointers

...

6.8CVSS5.9AI score0.00282EPSS
SaveExploits1
Microsoft CVE
Microsoft CVE
•added 2026/04/01 8:14 a.m.•6 views

OpenSC: Out of Bounds vulnerability

...

6.8CVSS5.9AI score0.00253EPSS
SaveExploits1
Microsoft CVE
Microsoft CVE
•added 2026/04/01 8:13 a.m.•7 views

OpenSC: Stack-buffer-overflow WRITE in card-oberthur

...

6.8CVSS5.9AI score0.00159EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/04/01 8:13 a.m.•6 views

OpenSC: Stack-buffer-overflow WRITE in GET RESPONSE

...

6.8CVSS5.9AI score0.0013EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/03/31 9:01 p.m.•15 views

FRRouting FRR EVPN Type-2 Route bgp_evpn.c process_type2_route access control

...

4.2CVSS5.8AI score0.00279EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/03/31 8:02 a.m.•14 views

Incus does not verify combined fingerprint when downloading images from simplestreams servers

...

7.1CVSS5.8AI score0.0018EPSS
SaveExploits1
Microsoft CVE
Microsoft CVE
•added 2026/03/31 8:02 a.m.•9 views

brace-expansion: Zero-step sequence causes process hang and memory exhaustion

...

7.5CVSS5.8AI score0.0043EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/03/31 8:02 a.m.•21 views

In OCaml through 4.14.3, Bigarray.reshape allows an integer overflow, and resultant reading of arbitrary memory, when untrusted data is processed.

...

5.9CVSS5.8AI score0.00114EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/03/31 8:01 a.m.•7 views

A flaw in Node.js URL processing causes an assertion failure in native code when `url.format()` is called with a malformed internationalized domain name (IDN) containing invalid characters, crashing the Node.js process.

...

6.5CVSS6.7AI score0.0032EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/03/31 8:01 a.m.•8 views

Libssh: improper sanitation of paths received from scp servers

...

6.3CVSS5.8AI score0.00408EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/03/31 8:01 a.m.•13 views

Libssh: buffer underflow in ssh_get_hexa() on invalid input

...

8.2CVSS5.8AI score0.00582EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/03/31 8:01 a.m.•10 views

Libssh: libssh: denial of service via inefficient regular expression processing

...

5.5CVSS5.8AI score0.00223EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/03/31 8:01 a.m.•11 views

Libssh: libssh: denial of service via improper configuration file handling

...

3.3CVSS5.8AI score0.00158EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/03/29 8:03 a.m.•13 views

Picomatch: Method Injection in POSIX Character Classes causes incorrect Glob Matching

...

5.3CVSS5.8AI score0.0041EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/03/29 8:03 a.m.•13 views

Picomatch has a ReDoS vulnerability via extglob quantifiers

...

7.5CVSS5.8AI score0.00404EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/03/29 8:02 a.m.•8 views

Directory Traversal vulnerability in the extractFile method of org.codehaus.plexus.util.Expand in plexus-utils before 6d780b3378829318ba5c2d29547e0012d5b29642. This allows an attacker to execute arbitrary code

...

8.8CVSS5.8AI score0.00663EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/03/29 8:02 a.m.•12 views

Requests has Insecure Temp File Reuse in its extract_zipped_paths() utility function

...

5.5CVSS5.8AI score0.00182EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/03/29 8:02 a.m.•9 views

LIBPNG has ARM NEON Palette Expansion Out-of-Bounds Read on AArch64

...

7.6CVSS5.8AI score0.00738EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/03/29 8:02 a.m.•11 views

LIBPNG has use-after-free via pointer aliasing in `png_set_tRNS` and `png_set_PLTE`

...

7.5CVSS5.8AI score0.01052EPSS
SaveExploits1
Microsoft CVE
Microsoft CVE
•added 2026/03/29 8:02 a.m.•13 views

A stack use-after-return flaw in SIG(0) handling code may enable ACL bypass

...

5.4CVSS5.8AI score0.0036EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/03/29 8:01 a.m.•12 views

Authenticated query containing a TKEY record may cause named to terminate unexpectedly

...

6.5CVSS5.8AI score0.00576EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/03/29 8:01 a.m.•9 views

Memory leak in code preparing DNSSEC proofs of non-existence

...

7.5CVSS5.8AI score0.00698EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/03/29 8:01 a.m.•11 views

python-ecdsa: Denial of Service via improper DER length validation in crafted private keys

...

5.3CVSS5.9AI score0.00476EPSS
SaveExploits1
Microsoft CVE
Microsoft CVE
•added 2026/03/29 8:01 a.m.•24 views

Flannel vulnerable to cross-node remote code execution via extension backend BackendData injection

...

8.8CVSS5.8AI score0.02709EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/03/29 8:01 a.m.•11 views

Excessive NSEC3 iterations cause high CPU load during insecure delegation validation

...

7.5CVSS5.8AI score0.01599EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/03/28 8:01 a.m.•11 views

etcd: Authorization bypasses in multiple APIs

...

8.8CVSS5.8AI score0.00249EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/03/28 8:01 a.m.•13 views

etcd: Nested etcd transactions bypass RBAC authorization checks

...

6.5CVSS5.8AI score0.0021EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/03/28 1:02 a.m.•11 views

Chromium: CVE-2026-4442 Heap buffer overflow in CSS

This CVE was assigned by Chrome. Microsoft Edge Chromium-based ingests Chromium, which addresses this vulnerability. Please see Google Chrome Releases for more information...

8.8CVSS5.8AI score0.00271EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/03/28 1:02 a.m.•18 views

Chromium: CVE-2026-4680 Use after free in FedCM

This CVE was assigned by Chrome. Microsoft Edge Chromium-based ingests Chromium, which addresses this vulnerability. Please see Google Chrome Releases for more information...

8.8CVSS5.8AI score0.0042EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/03/28 1:02 a.m.•17 views

Chromium: CVE-2026-4679 Integer overflow in Fonts

This CVE was assigned by Chrome. Microsoft Edge Chromium-based ingests Chromium, which addresses this vulnerability. Please see Google Chrome Releases for more information...

8.8CVSS5.8AI score0.0034EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/03/28 1:02 a.m.•17 views

Chromium: CVE-2026-4677 Out of bounds read in WebAudio

This CVE was assigned by Chrome. Microsoft Edge Chromium-based ingests Chromium, which addresses this vulnerability. Please see Google Chrome Releases for more information...

8.8CVSS5.8AI score0.00447EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2026/03/28 1:02 a.m.•15 views

Chromium: CVE-2026-4675 Heap buffer overflow in WebGL

This CVE was assigned by Chrome. Microsoft Edge Chromium-based ingests Chromium, which addresses this vulnerability. Please see Google Chrome Releases for more information...

8.8CVSS5.8AI score0.00385EPSS
SaveExploits0
Total number of security vulnerabilities24507