Lucene search
+L

1573 matches found

Cvelist
Cvelist
added 2026/07/23 5:35 a.m.37 views

CVE-2026-7534 SUMO Reward Points for WooCommerce <= 32.7.0 - Unauthenticated Stored Cross-Site Scripting via 'reason' Parameter

The SUMO Reward Points plugin for WordPress is vulnerable to Unauthenticated Stored Cross-Site Scripting via the REST API endpoint /wp-json/wc-srp/v1/earning in versions up to, and including, 32.7.0. This is due to the userhascap filter in the SRPRESTEarningController class unconditionally granti...

7.2CVSS0.0019EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/23 5:35 a.m.10 views

CVE-2026-7534

The CVE-2026-7534 entry details a vulnerability in the SUMO Reward Points for WooCommerce plugin (WordPress) up to version 32.7.0. Affected component: SRP_REST_Earning_Controller handling REST endpoint /wp-json/wc-srp/v1/earning. Root cause: the user_has_cap filter unconditionally grants the rs_e...

7.2CVSS5.6AI score0.0019EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/20 6:55 p.m.5 views

EUVD-2025-203032

Tornado vulnerable to Header Injection and XSS via reason argument...

6.1CVSS5.5AI score0.00207EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/20 6:55 p.m.7 views

GHSA-PR2V-JX2C-WG9F Tornado vulnerable to Header Injection and XSS via reason argument

Header injection and XSS via reason argument Summary The reason argument used by both RequestHandler.setstatus and tornado.web.HTTPError is designed to allow applications to pass custom "reason" phrases the "Not Found" in HTTP/1.1 404 Not Found to the HTTP status line mainly for non-standard stat...

5.4CVSS5.7AI score0.00207EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/07/20 6:55 p.m.12 views

Tornado vulnerable to Header Injection and XSS via reason argument

Header injection and XSS via reason argument Summary The reason argument used by both RequestHandler.setstatus and tornado.web.HTTPError is designed to allow applications to pass custom "reason" phrases the "Not Found" in HTTP/1.1 404 Not Found to the HTTP status line mainly for non-standard stat...

6.1CVSS5.7AI score0.00207EPSS
SaveExploits0References6Affected Software1
BDU FSTEC
BDU FSTEC
added 2026/07/13 12:0 a.m.6 views

The vulnerability of the aiohttp HTTP client, related to the failure to handle CRLF sequences in HTTP headers, allows attackers to inject arbitrary HTTP headers.

The vulnerability of the aiohttp HTTP client is related to the failure to handle CRLF sequences in HTTP headers when processing the reason parameter. Exploiting this vulnerability allows an attacker who operates remotely to inject arbitrary HTTP headers...

5.3CVSS6.2AI score0.00292EPSS
SaveExploits0References4Affected Software2
AstraLinux
AstraLinux
added 2026/07/08 10:36 a.m.7 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: bpf: Added bpfprogrundatapointers syzbot found that clsbpfclassify can change tcskbcbskb-dropreason, triggering a warning in skskbreasonDrop. WARNING: CPU: 0, PID: 5965, at net/core/skbuff.c:1192 skskbreasonDrop,...

5.5AI score0.00179EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/01 3:33 a.m.14 views

EUVD-2026-40884

UltraVNC viewer through 1.8.2.2 contains an integer overflow leading to a heap buffer overflow in the RFB protocol failure-response parsing path. In vncviewer/ClientConnection.cpp, the 4-byte network-supplied reasonLen field type CARD32 is passed as reasonLen+1 to CheckBufferSize. Because both...

8.8CVSS6.6AI score0.01403EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/01 3:33 a.m.11 views

CVE-2026-7838 UltraVNC viewer heap buffer overflow via integer overflow in RFB connection-failure reason length

UltraVNC viewer through 1.8.2.2 contains an integer overflow leading to a heap buffer overflow in the RFB protocol failure-response parsing path. In vncviewer/ClientConnection.cpp, the 4-byte network-supplied reasonLen field type CARD32 is passed as reasonLen+1 to CheckBufferSize. Because both...

8.8CVSS6.6AI score0.01403EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/01 3:33 a.m.37 views

CVE-2026-7838

UltraVNC viewer up to 1.8.2.2 is affected by an integer overflow leading to a heap buffer overflow in the RFB failure-response parsing path. In vncviewer/ClientConnection.cpp, the 4-byte reasonLen field is used as reasonLen+1 in CheckBufferSize(); with unsigned 32-bit operands, reasonLen 0xFFFFFF...

8.8CVSS6.6AI score0.01403EPSS
SaveExploits0References3Affected Software1
SUSE CVE
SUSE CVE
added 2026/06/30 1:43 a.m.11 views

SUSE CVE-2026-53091

In the Linux kernel, the following vulnerability has been resolved: net: pull headers in qdiscpktlensegsinit Most ndostartxmit methods expects headers of gso packets to be already in skb-head. net/core/tso.c users are particularly at risk, because tsobuildhdr does a memcpyhdr, skb-data, hdrlen;...

8.4CVSS5.8AI score0.00129EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/06/25 9:16 a.m.8 views

CVE-2026-53166

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6AI score0.00126EPSS
SaveExploits0References5
CVE
CVE
added 2026/06/24 4:30 p.m.53 views

CVE-2026-53091

The CVE-2026-53091 issue concerns the Linux kernel’s handling of GSO packet headers during qdisc_pkt_len_segs_init(). The root cause is that many ndo_start_xmit() paths assume headers are already in skb-&gt;head, while tso_build_hdr() may copy from skb-&gt;data, and qdisc_pkt_len_segs_init() diss...

8.4CVSS5.8AI score0.00129EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/06/24 4:30 p.m.8 views

CVE-2026-53091 net: pull headers in qdisc_pkt_len_segs_init()

In the Linux kernel, the following vulnerability has been resolved: net: pull headers in qdiscpktlensegsinit Most ndostartxmit methods expects headers of gso packets to be already in skb-head. net/core/tso.c users are particularly at risk, because tsobuildhdr does a memcpyhdr, skb-data, hdrlen;...

8.4CVSS5.8AI score
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/06/24 12:0 a.m.19 views

PT-2026-51985

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the handling of Generic Segmentation Offload GSO packet headers. The qdisc pkt len segs init function fails to properly pull headers into the expected memory location,...

8.4CVSS5.8AI score0.00129EPSS
SaveExploits0
OSV
OSV
added 2026/06/19 2:35 p.m.16 views

GHSA-VM85-HXW5-5432 guzzlehttp/psr7: CRLF Injection in HTTP Start-Line Serialization

Impact guzzlehttp/psr7 did not reject CR/LF characters in certain first-party HTTP start-line fields: the request method, protocol version, and response reason phrase. If an application placed attacker-controlled data into one of those fields and later serialized the PSR-7 message as raw HTTP/1.x...

4.8CVSS5.8AI score0.00158EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/06/18 5:28 a.m.7 views

ws: ws: Uninitialized memory disclosure via `websocket.close()` with `TypedArray`

A flaw was found in ws, an open source WebSocket client and server for Node.js. The websocket.close implementation is vulnerable to uninitialized memory disclosure when a TypedArray is passed as the reason argument. This can lead to the disclosure of sensitive information from uninitialized memor...

7.5CVSS6AI score0.00745EPSS
SaveExploits1References6
RedHat Linux
RedHat Linux
added 2026/06/17 3:25 p.m.5 views

ws: ws: Uninitialized memory disclosure via `websocket.close()` with `TypedArray`

A flaw was found in ws, an open source WebSocket client and server for Node.js. The websocket.close implementation is vulnerable to uninitialized memory disclosure when a TypedArray is passed as the reason argument. This can lead to the disclosure of sensitive information from uninitialized memor...

7.5CVSS6AI score0.00745EPSS
SaveExploits1References6
NVD
NVD
added 2026/06/11 7:16 p.m.14 views

CVE-2026-47188

Quest Bot is an opensource modern Discord Bot built for moderation, utilities and support. Prior to version 1.0.5, the latest release suppresses mentions in several moderation commands, but /unban and /unwarn still echo user-controlled reason text in public bot messages without allowedMentions. A...

2.3CVSS0.00235EPSS
SaveExploits0References2
CVE
CVE
added 2026/06/11 6:30 p.m.19 views

CVE-2026-47188

Quest Bot is an open‑source Discord bot for moderation. CVE-2026-47188 describes a vulnerability in versions prior to 1.0.5 where the /unban and /unwarn commands echo user-provided reason text in public bot messages without respecting allowedMentions, enabling mass pings via @everyone or @here. I...

2.3CVSS5.3AI score0.00235EPSS
SaveExploits0References2
Rows per page
Query Builder