Lucene search
+L

272306 matches found

OSV
OSV
added 2026/09/16 8:48 a.m.5 views

CVE-2026-89783 xfrm6: fix out-of-bounds write in xfrm6_input_addr() when secpath is full

In the Linux kernel, the following vulnerability has been resolved: xfrm6: fix out-of-bounds write in xfrm6inputaddr when secpath is full The depth check in xfrm6inputaddr is off by one: if 1 + sp-len == XFRMMAXDEPTH goto drop; ... sp-xvecsp-len++ = x; xfrminput can leave sp-len == XFRMMAXDEPTH,...

9.8CVSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/09/16 8:48 a.m.8 views

CVE-2026-89783

In the Linux kernel, the following vulnerability has been resolved: xfrm6: fix out-of-bounds write in xfrm6inputaddr when secpath is full The depth check in xfrm6inputaddr is off by one: if 1 + sp-len == XFRMMAXDEPTH goto drop; ... sp-xvecsp-len++ = x; xfrminput can leave sp-len == XFRMMAXDEPTH,...

9.8CVSS5.7AI score0.00704EPSS
SaveExploits0
OSV
OSV
added 2026/09/16 8:48 a.m.7 views

CVE-2026-89782 fs/ntfs3: reject restart table growth beyond U16_MAX entries

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: reject restart table growth beyond U16MAX entries During $LogFile replay, logreplay indexes the transaction table by the transactid taken from the log record header. checklogrec only verifies that transactid is non-zero...

8.4CVSS
SaveExploits0References10
CVE
CVE
added 2026/09/16 8:48 a.m.17 views

CVE-2026-89782

CVE-2026-89782 affects the Linux kernel's ntfs3 filesystem driver (fs/ntfs3). During $LogFile replay , log_replay() uses transact_id from a log record header as an index into the restart table without checking its magnitude. When the resulting growth request exceeds U16_MAX , the count is truncat...

8.4CVSS6.8AI score0.00177EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/16 8:48 a.m.29 views

CVE-2026-89782 fs/ntfs3: reject restart table growth beyond U16_MAX entries

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: reject restart table growth beyond U16MAX entries During $LogFile replay, logreplay indexes the transaction table by the transactid taken from the log record header. checklogrec only verifies that transactid is non-zero...

8.4CVSS0.00177EPSS
SaveExploits0References7
CVE
CVE
added 2026/09/16 8:48 a.m.25 views

CVE-2026-89783

CVE-2026-89783 is an out-of-bounds write in the Linux kernel's xfrm6_input_addr() function (net/ipv6/xfrm6_input.c). An off-by-one in the depth check (1 + sp->len == XFRM_MAX_DEPTH instead of >=) allows a write to index 6 of a 6-element xvec[] array when the security path is already at maxi...

9.8CVSS5.8AI score0.00704EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/16 8:48 a.m.8 views

EUVD-2026-80304

In the Linux kernel, the following vulnerability has been resolved: xfrm6: fix out-of-bounds write in xfrm6inputaddr when secpath is full The depth check in xfrm6inputaddr is off by one: if 1 + sp-len == XFRMMAXDEPTH goto drop; ... sp-xvecsp-len++ = x; xfrminput can leave sp-len == XFRMMAXDEPTH,...

9.8CVSS5.8AI score0.00704EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/09/16 8:48 a.m.29 views

CVE-2026-89783 xfrm6: fix out-of-bounds write in xfrm6_input_addr() when secpath is full

In the Linux kernel, the following vulnerability has been resolved: xfrm6: fix out-of-bounds write in xfrm6inputaddr when secpath is full The depth check in xfrm6inputaddr is off by one: if 1 + sp-len == XFRMMAXDEPTH goto drop; ... sp-xvecsp-len++ = x; xfrminput can leave sp-len == XFRMMAXDEPTH,...

9.8CVSS0.00704EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/16 8:48 a.m.10 views

CVE-2026-89782

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: reject restart table growth beyond U16MAX entries During $LogFile replay, logreplay indexes the transaction table by the transactid taken from the log record header. checklogrec only verifies that transactid is non-zero...

8.4CVSS5.7AI score0.00177EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/16 8:41 a.m.14 views

CVE-2026-3854

CVE-2026-3854: RCE on GitHub via X-Stat header injection Practical summary of how the vulnerability discovered by Wiz Research in GitHub.com and GitHub Enterprise Server's internal git push pipeline works. Disclaimer This material is for educational purposes and offensive security research. The...

8.8CVSS8.1AI score0.40027EPSS
SaveExploits5
Kitploit
Kitploit
added 2026/09/16 8:32 a.m.10 views

composer-CVE-2026-40261-CVE-2026-40176-PoC

!CAUTION THIS REPOSITORY CONTAINS PROOF-OF-CONCEPT CODE FOR VULNERABILITIES CVE-2026-40261 AND CVE-2026-40176 IN COMPOSER. !CAUTION THE CODE IS INTENDED FOR EDUCATIONAL AND TESTING PURPOSES ONLY. !CAUTION DO NOT USE THIS CODE IN PRODUCTION ENVIRONMENTS OR AGAINST SYSTEMS WITHOUT PROPER...

8.8CVSS7.8AI score0.01688EPSS
SaveExploits4
CVE
CVE
added 2026/09/16 8:24 a.m.12 views

CVE-2026-89186

ZenHive mpp (Elixir plug library) is vulnerable to sensitive information disclosure via shared HTTP caches . The MPP.Plug.verify_credential plug sets cache-control: private and a Payment-Receipt header before the wrapped application executes, but registers no register_before_send/2 callback to en...

6.3CVSS5.8AI score0.00394EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/09/16 8:24 a.m.8 views

CVE-2026-89186 mpp writes Payment-Receipt and Cache-Control before the wrapped application runs, letting a consumer's own Cache-Control expose paid responses to shared caches

Use of Cache Containing Sensitive Information in ZenHive mpp allows a shared HTTP cache to store a paid response and serve it to clients that never paid. MPP.Plug.verifycredential in lib/mpp/plug.ex sets payment-receipt and cache-control: private on the connection before the wrapped application...

6.3CVSS5.8AI score0.00394EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/09/16 8:24 a.m.27 views

CVE-2026-89186 mpp writes Payment-Receipt and Cache-Control before the wrapped application runs, letting a consumer's own Cache-Control expose paid responses to shared caches

Use of Cache Containing Sensitive Information in ZenHive mpp allows a shared HTTP cache to store a paid response and serve it to clients that never paid. MPP.Plug.verifycredential in lib/mpp/plug.ex sets payment-receipt and cache-control: private on the connection before the wrapped application...

6.3CVSS0.00394EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/16 8:24 a.m.8 views

EUVD-2026-80254

Use of Cache Containing Sensitive Information in ZenHive mpp allows a shared HTTP cache to store a paid response and serve it to clients that never paid. MPP.Plug.verifycredential in lib/mpp/plug.ex sets payment-receipt and cache-control: private on the connection before the wrapped application...

6.3CVSS5.8AI score0.00394EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/16 8:24 a.m.8 views

EEF-CVE-2026-89186 mpp writes Payment-Receipt and Cache-Control before the wrapped application runs, letting a consumer's own Cache-Control expose paid responses to shared caches

Summary Use of Cache Containing Sensitive Information in ZenHive mpp allows a shared HTTP cache to store a paid response and serve it to clients that never paid. MPP.Plug.verifycredential in lib/mpp/plug.ex sets payment-receipt and cache-control: private on the connection before the wrapped...

6.3CVSS5.7AI score0.00394EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/16 8:24 a.m.5 views

CVE-2026-89186 mpp writes Payment-Receipt and Cache-Control before the wrapped application runs, letting a consumer's own Cache-Control expose paid responses to shared caches

Use of Cache Containing Sensitive Information in ZenHive mpp allows a shared HTTP cache to store a paid response and serve it to clients that never paid. MPP.Plug.verifycredential in lib/mpp/plug.ex sets payment-receipt and cache-control: private on the connection before the wrapped application...

6.3CVSS0.00394EPSS
SaveExploits0References10
OSV
OSV
added 2026/09/16 8:21 a.m.4 views

SUSE-SU-2026:4206-1 Security update for google-cloud-sap-agent

This update for google-cloud-sap-agent fixes the following issues: Security issues fixed: - CVE-2026-56852: golang.org/x/text/unicode/norm: infinite loop on truncated/invalid UTF-8 input bsc1272128. - CVE-2026-84303: google.golang.org/grpc: xDS RBAC HTTP filter implementation issue allows for...

8.7CVSS0.00685EPSS
SaveExploits0References10
SUSE Linux
SUSE Linux
added 2026/09/16 8:21 a.m.8 views

Security update for google-cloud-sap-agent

This update for google-cloud-sap-agent fixes the following issues: Security issues fixed: CVE-2026-56852: golang.org/x/text/unicode/norm: infinite loop on truncated/invalid UTF-8 input bsc1272128. CVE-2026-84303: google.golang.org/grpc: xDS RBAC HTTP filter implementation issue allows for bypass ...

9.1CVSS0.00685EPSS
SaveExploits0References18
Kitploit
Kitploit
added 2026/09/16 8:18 a.m.6 views

CVE-2026-11387-WooCommerce-SMS-OTP

CVE-2026-11387 SMS Alert ≤ 3.9.5 — unauthenticated privilege escalation via arbitrary password reset A critical improper-authentication flaw in the WordPress plugin SMS Alert – SMS & OTP for WooCommerce, Order Notifications & Abandoned Cart Recovery. When OTP verification is enabled for password...

9.8CVSS5.9AI score0.02208EPSS
SaveExploits1References3
Rows per page
Query Builder