Lucene search
+L

949 matches found

EUVD
EUVD
added 2026/04/22 3:31 p.m.12 views

EUVD-2026-24872

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix ERTM re-init and zero pdulen infinite loop l2capconfigreq processes CONFIGREQ for channels in BTCONNECTED state to support L2CAP reconfiguration e.g. MTU changes. However, since both CONFINPUTDONE and...

5.6AI score0.00123EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/04/22 3:31 p.m.15 views

EUVD-2026-24762

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix NULL pointer dereference in netfsunbufferedwrite on retry When a write subrequest is marked NETFSSREQNEEDRETRY, the retry path in netfsunbufferedwrite unconditionally calls stream-preparewrite without checking if it is...

5.6AI score0.00121EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/04/22 3:31 p.m.15 views

EUVD-2026-24758

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix read abandonment during retry Under certain circumstances, all the remaining subrequests from a read request will get abandoned during retry. The abandonment process expects the 'subreq' variable to be set to the place...

5.6AI score0.00342EPSS
SaveExploits0References4
NVD
NVD
added 2026/04/22 2:16 p.m.13 views

CVE-2026-31435

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix read abandonment during retry Under certain circumstances, all the remaining subrequests from a read request will get abandoned during retry. The abandonment process expects the 'subreq' variable to be set to the place...

8.8CVSS0.00342EPSS
SaveExploits0References3
NVD
NVD
added 2026/04/22 2:16 p.m.12 views

CVE-2026-31437

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix NULL pointer dereference in netfsunbufferedwrite on retry When a write subrequest is marked NETFSSREQNEEDRETRY, the retry path in netfsunbufferedwrite unconditionally calls stream-preparewrite without checking if it is...

5.5CVSS0.00121EPSS
SaveExploits0References3
CVE
CVE
added 2026/04/22 1:53 p.m.34 views

CVE-2026-31437

The CVE-2026-31437 issue is in the Linux kernel netfs path: when a write subrequest is marked NETFS_SREQ_NEED_RETRY, netfs_unbuffered_write() could dereference stream->prepare_write if it is NULL (not all filesystems, e.g., 9P, set prepare_write). The fixed behavior mirrors write_retry.c: if s...

5.5CVSS5.6AI score0.00121EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/04/22 1:53 p.m.37 views

CVE-2026-31437 netfs: Fix NULL pointer dereference in netfs_unbuffered_write() on retry

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix NULL pointer dereference in netfsunbufferedwrite on retry When a write subrequest is marked NETFSSREQNEEDRETRY, the retry path in netfsunbufferedwrite unconditionally calls stream-preparewrite without checking if it is...

0.00121EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/22 1:53 p.m.15 views

CVE-2026-31437 netfs: Fix NULL pointer dereference in netfs_unbuffered_write() on retry

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix NULL pointer dereference in netfsunbufferedwrite on retry When a write subrequest is marked NETFSSREQNEEDRETRY, the retry path in netfsunbufferedwrite unconditionally calls stream-preparewrite without checking if it is...

5.8AI score
SaveExploits0References6
CVE
CVE
added 2026/04/22 1:53 p.m.49 views

CVE-2026-31435

Summary: CVE-2026-31435 affects the Linux kernel netfs read-abandonment path during retries. The root cause is an uninitialized/invalid subreq pointer used in the abandonment flow, which can lead to abandoning remaining subrequests incorrectly and may cause a kernel oops/DoS. Several connected ad...

8.8CVSS5.6AI score0.00342EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/04/22 1:53 p.m.13 views

CVE-2026-31435 netfs: Fix read abandonment during retry

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix read abandonment during retry Under certain circumstances, all the remaining subrequests from a read request will get abandoned during retry. The abandonment process expects the 'subreq' variable to be set to the place...

8.8CVSS6AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/04/22 1:53 p.m.45 views

CVE-2026-31435 netfs: Fix read abandonment during retry

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix read abandonment during retry Under certain circumstances, all the remaining subrequests from a read request will get abandoned during retry. The abandonment process expects the 'subreq' variable to be set to the place...

8.8CVSS0.00342EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/04/22 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-31435

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - netfs: Fix read abandonment during retry Under certain circumstances, all the remaining subrequests from a read request will get abandoned during retry. The...

8.8CVSS6AI score0.00342EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/04/22 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-31437

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: netfs: Fix NULL pointer dereference in netfsunbufferedwrite on retry When a write subrequest...

5.5CVSS5.2AI score0.00121EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/04/22 12:00 a.m.15 views

PT-2026-34342

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix NULL pointer dereference in netfs unbuffered write on retry When a write subrequest is marked NETFS SREQ NEED RETRY, the retry path in netfs unbuffered write unconditionally calls stream-prepare write without checking ...

5.6AI score0.00121EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/04/22 12:00 a.m.18 views

PT-2026-34340

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix read abandonment during retry Under certain circumstances, all the remaining subrequests from a read request will get abandoned during retry. The abandonment process expects the 'subreq' variable to be set to the place...

5.6AI score0.00342EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/04/21 3:21 p.m.13 views

EUVD-2026-23537

Auth0 Next.js SDK has Improper Proxy Cache Lookup...

5.4CVSS5.7AI score0.00214EPSS
SaveExploits0References4
OSV
OSV
added 2026/04/21 3:21 p.m.23 views

GHSA-XQ8M-7C5P-C2R6 Auth0 Next.js SDK has Improper Proxy Cache Lookup

Description In affected versions of the Next.js SDK, simultaneous requests that trigger a nonce retry may cause the proxy cache fetcher to perform improper lookups for the token request results. Which Projects are Affected? Users are affected if they meet all of the following preconditions: -...

5.4CVSS5.8AI score0.00214EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/04/21 3:21 p.m.21 views

Auth0 Next.js SDK has Improper Proxy Cache Lookup

Description In affected versions of the Next.js SDK, simultaneous requests that trigger a nonce retry may cause the proxy cache fetcher to perform improper lookups for the token request results. Which Projects are Affected? Users are affected if they meet all of the following preconditions: -...

5.4CVSS5.8AI score0.00214EPSS
SaveExploits0References5Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:00 a.m.8 views

Unity Linux 20.1050e / 20.1070e Security Update: kernel (UTSA-2026-010850)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-010850 advisory. In the Linux kernel, the following vulnerability has been resolved: nilfs2: do not write dirty data after degenerating to read-only According to syzbot's report,...

5.5CVSS6AI score0.00203EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/04/17 8:54 p.m.15 views

CVE-2026-40155

The Auth0 Next.js SDK is a library for implementing user authentication in Next.js applications. In versions 4.12.0 through 4.17.1, simultaneous requests that trigger a nonce retry may cause the proxy cache fetcher to perform improper lookups for the token request results. Users are affected if...

5.4CVSS5.7AI score0.00214EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder