Lucene search
+L

84 matches found

NVD
NVD
added 2 days ago7 views

CVE-2026-64523

In the Linux kernel, the following vulnerability has been resolved: net/handshake: Take a long-lived file reference at submit handshakenlacceptdoit needs the file pointer backing req-hrsk-sksocket to survive the window between handshakereqnext and the subsequent FDPREPARE and getfile. The...

9.8CVSS0.00155EPSS
SaveExploits0References3
EUVD
EUVD
added 2 days ago7 views

EUVD-2026-48867

In the Linux kernel, the following vulnerability has been resolved: net/handshake: Take a long-lived file reference at submit handshakenlacceptdoit needs the file pointer backing req-hrsk-sksocket to survive the window between handshakereqnext and the subsequent FDPREPARE and getfile. The...

5.7AI score0.00155EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2 days ago27 views

CVE-2026-64523 net/handshake: Take a long-lived file reference at submit

In the Linux kernel, the following vulnerability has been resolved: net/handshake: Take a long-lived file reference at submit handshakenlacceptdoit needs the file pointer backing req-hrsk-sksocket to survive the window between handshakereqnext and the subsequent FDPREPARE and getfile. The...

9.8CVSS0.00155EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2 days ago4 views

CVE-2026-64523

In the Linux kernel, the following vulnerability has been resolved: net/handshake: Take a long-lived file reference at submit handshakenlacceptdoit needs the file pointer backing req-hrsk-sksocket to survive the window between handshakereqnext and the subsequent FDPREPARE and getfile. The...

9.8CVSS5.7AI score0.00155EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2 days ago5 views

CVE-2026-64523

In the Linux kernel, the following vulnerability has been resolved: net/handshake: Take a long-lived file reference at submit handshakenlacceptdoit needs the file pointer backing req-hrsk-sksocket to survive the window between handshakereqnext and the subsequent FDPREPARE and getfile. The...

5.7AI score0.00155EPSS
SaveExploits0
OSV
OSV
added 2 days ago3 views

CVE-2026-64523 net/handshake: Take a long-lived file reference at submit

In the Linux kernel, the following vulnerability has been resolved: net/handshake: Take a long-lived file reference at submit handshakenlacceptdoit needs the file pointer backing req-hrsk-sksocket to survive the window between handshakereqnext and the subsequent FDPREPARE and getfile. The...

9.8CVSS5.7AI score0.00155EPSS
SaveExploits0References6
CVE
CVE
added 2 days ago15 views

CVE-2026-64523

The CVE-2026-64523 issue in the Linux kernel affects net/handshake handling during handshake submission. The root cause is that a long-lived file reference backing req->hr_sk->sk_socket may be torn down before FD_PREPARE()/get_file() due to the submit-side sock_hold() not keeping the socket...

9.8CVSS5.7AI score0.00155EPSS
SaveExploits0References3
EUVD
EUVD
added 2 days ago4 views

EUVD-2026-48770

In the Linux kernel, the following vulnerability has been resolved: iouring/nop: fix file reference leak with IOSQEFIXEDFILE NOP file-acquisition support choses between a fixed registered file and a normal fget'd file based on its own IORINGNOPFIXEDFILE flag in sqe-nopflags. However, a request's...

5.8AI score0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2 days ago5 views

CVE-2026-64426 io_uring/nop: fix file reference leak with IOSQE_FIXED_FILE

In the Linux kernel, the following vulnerability has been resolved: iouring/nop: fix file reference leak with IOSQEFIXEDFILE NOP file-acquisition support choses between a fixed registered file and a normal fget'd file based on its own IORINGNOPFIXEDFILE flag in sqe-nopflags. However, a request's...

5.8AI score0.00166EPSS
SaveExploits0References6
OSV
OSV
added 4 days ago6 views

PYSEC-2026-3538 Prompty: Arbitrary file read via file reference expansion

Summary Prompty loaders expanded $file:... references in .prompty frontmatter without enforcing that the resolved path stayed within an authorized directory. An attacker-controlled prompt file could use path traversal or an absolute path to cause the host application to read files accessible to t...

7.5CVSS5.3AI score0.01057EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 6 days ago8 views

CVE-2026-63979

A flaw was found in the Linux kernel's net/handshake component. A race condition exists where a network handshake request can be removed and its associated file reference released concurrently while the accept-side code attempts to access it. This can lead to the system attempting to read from...

9.8CVSS5.4AI score0.00516EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/19 4:17 p.m.5 views

CVE-2026-63979

In the Linux kernel, the following vulnerability has been resolved: net/handshake: hand off the pinned file reference to acceptdoit handshakereqnext removes the request from the per-net pending list and drops hnlock before handshakenlacceptdoit reads req-hrsk-sksocket and dereferences sock-file...

9.8CVSS0.00516EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/19 2:56 p.m.29 views

CVE-2026-63979 net/handshake: hand off the pinned file reference to accept_doit

In the Linux kernel, the following vulnerability has been resolved: net/handshake: hand off the pinned file reference to acceptdoit handshakereqnext removes the request from the per-net pending list and drops hnlock before handshakenlacceptdoit reads req-hrsk-sksocket and dereferences sock-file...

9.8CVSS0.00516EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/19 2:56 p.m.11 views

CVE-2026-63979

CVE-2026-63979: In the Linux kernel, a use-after-free-like window can occur during TLS handshakes in net/handshake where accept-side dereferences use sock->file via req->hr_sk->sk_socket. The fix retargets dereferences to req->hr_file (pinned at submit time) and adds an extra file ref...

9.8CVSS5.4AI score0.00516EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/19 2:56 p.m.12 views

EUVD-2026-45752

In the Linux kernel, the following vulnerability has been resolved: net/handshake: hand off the pinned file reference to acceptdoit handshakereqnext removes the request from the per-net pending list and drops hnlock before handshakenlacceptdoit reads req-hrsk-sksocket and dereferences sock-file...

5.4AI score0.00516EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/19 2:56 p.m.5 views

CVE-2026-63979 net/handshake: hand off the pinned file reference to accept_doit

In the Linux kernel, the following vulnerability has been resolved: net/handshake: hand off the pinned file reference to acceptdoit handshakereqnext removes the request from the per-net pending list and drops hnlock before handshakenlacceptdoit reads req-hrsk-sksocket and dereferences sock-file...

9.8CVSS5.4AI score0.00516EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/07/19 2:56 p.m.6 views

CVE-2026-63979

In the Linux kernel, the following vulnerability has been resolved: net/handshake: hand off the pinned file reference to acceptdoit handshakereqnext removes the request from the per-net pending list and drops hnlock before handshakenlacceptdoit reads req-hrsk-sksocket and dereferences sock-file...

9.8CVSS5.4AI score0.00516EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.6 views

PT-2026-61296

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A race condition exists in the net/handshake component. The handshake req next function removes a request from the pending list and releases the hn lock before handshake nl accept doit...

9.8CVSS5.8AI score0.00516EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2026/07/17 7:46 p.m.12 views

Prompty: Arbitrary file read via file reference expansion

Summary Prompty loaders expanded $file:... references in .prompty frontmatter without enforcing that the resolved path stayed within an authorized directory. An attacker-controlled prompt file could use path traversal or an absolute path to cause the host application to read files accessible to t...

7.5CVSS5.2AI score0.01057EPSS
SaveExploits0References4Affected Software3
OSV
OSV
added 2026/07/17 7:46 p.m.5 views

GHSA-WXHM-2MQ7-7697 Prompty: Arbitrary file read via file reference expansion

Summary Prompty loaders expanded $file:... references in .prompty frontmatter without enforcing that the resolved path stayed within an authorized directory. An attacker-controlled prompt file could use path traversal or an absolute path to cause the host application to read files accessible to t...

7.5CVSS5.2AI score0.01057EPSS
SaveExploits0References4
Rows per page
Query Builder