Lucene search
+L

2945 matches found

EUVD
EUVD
added 2026/07/21 2:31 p.m.12 views

EUVD-2026-46271

Ninja Forms WordPress plugin version 3.14.8 contains a client-side enforcement of server-side security vulnerability that allows unauthenticated attackers to bypass all form validation by merging attacker-controlled field metadata over server-loaded form definitions before validation runs...

6.9CVSS5.3AI score0.00491EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/07/21 11:54 a.m.20 views

atril: evince: xreader: PDF /GoToR action argv injection enables single-click RCE via --gtk-module dlopen

A flaw was found in Atril, Evince and Xreader. A malicious link inside a specially crafted PDF document can cause arbitrary code execution when clicked due to improper quoting of attacker-controlled PDF link-destination fields during remote go-to /GoToR actions. This issue allows an attacker to...

8.4CVSS6.7AI score0.00529EPSS
SaveExploits1References12
UbuntuCve
UbuntuCve
added 2026/07/21 9:16 a.m.17 views

CVE-2026-15370

A flaw was found in libssh. During SFTP server directory listing, the longname field is constructed with unsafe concatenation into a fixed-size stack buffer. When a client causes the server to list attacker-controlled filenames, sufficiently long names can overflow that stack buffer and may lead ...

7.3CVSS7.2AI score0.00153EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/07/21 9:07 a.m.10 views

CVE-2026-15370 Libssh: libssh: stack buffer overflow in sftp server longname construction

A flaw was found in libssh. During SFTP server directory listing, the longname field is constructed with unsafe concatenation into a fixed-size stack buffer. When a client causes the server to list attacker-controlled filenames, sufficiently long names can overflow that stack buffer and may lead ...

6.7CVSS6.1AI score0.00153EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/21 9:07 a.m.80 views

CVE-2026-15370

CVE-2026-15370 is a vulnerability in libssh where, during SFTP server directory listing, the longname field is built by unsafe string concatenation into a fixed-size stack buffer. This can allow sufficiently long attacker-controlled filenames to overflow the stack, potentially crashing the server...

7.3CVSS6.2AI score0.00153EPSS
SaveExploits0References4Affected Software3
Cvelist
Cvelist
added 2026/07/21 9:07 a.m.57 views

CVE-2026-15370 Libssh: libssh: stack buffer overflow in sftp server longname construction

A flaw was found in libssh. During SFTP server directory listing, the longname field is constructed with unsafe concatenation into a fixed-size stack buffer. When a client causes the server to list attacker-controlled filenames, sufficiently long names can overflow that stack buffer and may lead ...

6.7CVSS0.00153EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/20 11:27 p.m.23 views

GHSA-F283-GHQC-FG79 Guzzle: Unbounded response cookies risk denial of service

Impact In affected versions, Guzzle's built-in CookieJar accepts any number of Set-Cookie header fields from one response, with no limit on the size of each field. When a later request matches the stored cookies, Guzzle places every match into one generated Cookie header without limiting the numb...

5.3CVSS5.6AI score0.00247EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/07/20 10:37 p.m.25 views

Axios: HTTP/2 streamed uploads bypass `maxBodyLength`

Summary Axios versions with Node.js HTTP/2 support allow streamed request bodies to bypass maxBodyLength enforcement when requests are sent with httpVersion: 2. This affects applications that rely on maxBodyLength as a hard cap while forwarding attacker-controlled streams, such as upload endpoint...

6.3CVSS5.3AI score0.00429EPSS
SaveExploits1References7Affected Software1
OSV
OSV
added 2026/07/20 10:37 p.m.41 views

GHSA-MWF2-3PR3-8698 Axios: HTTP/2 streamed uploads bypass `maxBodyLength`

Summary Axios versions with Node.js HTTP/2 support allow streamed request bodies to bypass maxBodyLength enforcement when requests are sent with httpVersion: 2. This affects applications that rely on maxBodyLength as a hard cap while forwarding attacker-controlled streams, such as upload endpoint...

6.3CVSS5.3AI score0.00429EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2026/07/20 10:25 p.m.40 views

Axios: Prototype pollution gadgets can alter axios request construction

Summary axios is vulnerable to read-side prototype-pollution gadgets when Object.prototype has already been polluted by another vulnerability or dependency. The most broadly reachable issue is in the bodyless method aliases: axios.get, axios.delete, axios.head, and axios.options read inherited da...

7.4CVSS5.8AI score0.00354EPSS
SaveExploits1References11Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:51 p.m.14 views

node-tar: Negative tar entry size causes infinite loop in archive replace

Summary A checksum-valid tar archive with a negative base-256 encoded entry size can make tar.replace loop forever while scanning the existing archive. Applications that update attacker-controlled tar archives can have a worker process pinned indefinitely, causing denial of service. Details The...

8.7CVSS7.3AI score0.00434EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2026/07/20 9:51 p.m.19 views

GHSA-8X88-C5MF-7J5W node-tar: Negative tar entry size causes infinite loop in archive replace

Summary A checksum-valid tar archive with a negative base-256 encoded entry size can make tar.replace loop forever while scanning the existing archive. Applications that update attacker-controlled tar archives can have a worker process pinned indefinitely, causing denial of service. Details The...

8.7CVSS5.5AI score0.00434EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2026/07/20 9:08 p.m.14 views

Pillow: Out-of-bounds read via attacker-controlled row stride on Pillow's mmap path (McIdas AREA files)

Summary When Pillow loads an uncompressed image whose tile uses the raw codec and a mode in Image.MAPMODES, and the image was opened from a filename, it memory-maps the file and builds the image's row pointers directly into the mapping via PyImagingMapBuffer src/map.c. The per-row spacing stride ...

9.1CVSS8.3AI score0.00521EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2026/07/20 9:08 p.m.16 views

GHSA-62P4-GMF7-7G93 Pillow: Out-of-bounds read via attacker-controlled row stride on Pillow's mmap path (McIdas AREA files)

Summary When Pillow loads an uncompressed image whose tile uses the raw codec and a mode in Image.MAPMODES, and the image was opened from a filename, it memory-maps the file and builds the image's row pointers directly into the mapping via PyImagingMapBuffer src/map.c. The per-row spacing stride ...

8.3CVSS5.7AI score0.00521EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/20 2:39 p.m.8 views

CVE-2026-45711 Mailpit: Path traversal & arbitrary file write in mailpit dump --http via attacker-controlled message IDs

Mailpit is an email testing tool and API for developers. Prior to version 1.30.0, the mailpit dump --http sub-command downloads every message from a remote Mailpit instance and writes each one as .eml inside the user-supplied output directory. The message ID field is taken verbatim from the JSON...

5.9CVSS5.5AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/20 2:39 p.m.44 views

CVE-2026-45711 Mailpit: Path traversal & arbitrary file write in mailpit dump --http via attacker-controlled message IDs

Mailpit is an email testing tool and API for developers. Prior to version 1.30.0, the mailpit dump --http sub-command downloads every message from a remote Mailpit instance and writes each one as .eml inside the user-supplied output directory. The message ID field is taken verbatim from the JSON...

5.9CVSS0.00311EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/07/20 12:04 p.m.47 views

CVE-2026-63749 SurrealDB before 3.1.0 Authentication Bypass via LIVE SELECT

SurrealDB versions before 3.1.0 contain an authentication bypass vulnerability in LIVE SELECT subscriptions where permission expressions referencing $value, $before, $after, or $event are evaluated against attacker-controlled bindings instead of actual documents. Authenticated subscribers can bin...

5.3CVSS0.0036EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/07/20 6:49 a.m.30 views

httpd: Apache HTTP Server: Denial of Service in mod_proxy_ftp via attacker-controlled FTP server

A flaw was found in the modproxyftp module of the Apache HTTP Server. A remote attacker, by controlling a backend File Transfer Protocol FTP server, can trigger an infinite loop. This vulnerability, categorized as a Loop with Unreachable Exit Condition, leads to a Denial of Service DoS for the...

7.3CVSS7.2AI score0.00583EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/07/20 6:49 a.m.25 views

httpd: Apache HTTP Server: Buffer Over-read via outbound OCSP requests to attacker-controlled server

A flaw was found in Apache HTTP Server. This buffer over-read vulnerability occurs when the server processes outbound Online Certificate Status Protocol OCSP requests directed to an attacker-controlled OCSP server. This could allow a remote attacker to read sensitive information from memory or...

7.3CVSS7.3AI score0.00741EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/07/20 12:00 a.m.18 views

PT-2026-61565

SurrealDB versions before 3.1.0 contain an authentication bypass vulnerability in LIVE SELECT subscriptions where permission expressions referencing $value, $before, $after, or $event are evaluated against attacker-controlled bindings instead of actual documents. Authenticated subscribers can bin...

5.3CVSS5.5AI score0.0036EPSS
SaveExploits0References3
Rows per page
Query Builder