Lucene search
+L

2216 matches found

RedhatCVE
RedhatCVE
added 2026/08/24 1:32 p.m.2 views

CVE-2026-74692

A flaw was found in the Linux kernel's net/smc component. A time-of-check to time-of-use TOCTOU race condition allows a remote attacker to exploit a window where the listener's state is checked without proper locking. By opening TCP connections while the server is closing, an attacker can cause a...

7CVSS5.5AI score0.00215EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/08/23 12:04 a.m.7 views

SUSE CVE-2026-74692

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix TOCTOU race between smclistenout and listener close smclistenout reads lsmc-sk.skstate without the listener lock, then acquires locksocknested only after the check passes. This opens a window where smccloseactive can...

5.6AI score0.00215EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/22 4:16 p.m.10 views

CVE-2026-74707

In the Linux kernel, the following vulnerability has been resolved: xsk: validate metadata when processing requests The zero-copy path validates TX metadata while obtaining the descriptor context, then reads it again later when preparing the hardware request. User space can change the metadata...

0.00219EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/22 4:16 p.m.18 views

CVE-2026-74692

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix TOCTOU race between smclistenout and listener close smclistenout reads lsmc-sk.skstate without the listener lock, then acquires locksocknested only after the check passes. This opens a window where smccloseactive can...

0.00215EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/22 3:33 p.m.11 views

CVE-2026-74707

CVE-2026-74707 affects the Linux kernel AF_XDP zero-copy TX path. The root cause is a TOCTOU (time-of-check to time-of-use) race : TX metadata is validated when obtaining the descriptor context, but read again later when preparing the hardware request. User space can modify the metadata between t...

5.4AI score0.00219EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.22 views

CVE-2026-74707 xsk: validate metadata when processing requests

In the Linux kernel, the following vulnerability has been resolved: xsk: validate metadata when processing requests The zero-copy path validates TX metadata while obtaining the descriptor context, then reads it again later when preparing the hardware request. User space can change the metadata...

0.00219EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/22 3:32 p.m.5 views

CVE-2026-74692 net/smc: fix TOCTOU race between smc_listen_out() and listener close

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix TOCTOU race between smclistenout and listener close smclistenout reads lsmc-sk.skstate without the listener lock, then acquires locksocknested only after the check passes. This opens a window where smccloseactive can...

5.7AI score
SaveExploits0References10
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.24 views

CVE-2026-74692 net/smc: fix TOCTOU race between smc_listen_out() and listener close

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix TOCTOU race between smclistenout and listener close smclistenout reads lsmc-sk.skstate without the listener lock, then acquires locksocknested only after the check passes. This opens a window where smccloseactive can...

0.00215EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/22 3:32 p.m.13 views

CVE-2026-74692

CVE-2026-74692 is a TOCTOU race condition in the Linux kernel's net/smc subsystem. The function smc_listen_out() reads sk_state without holding the listener lock, then acquires lock_sock_nested() only after the check passes. This window allows smc_close_active() to transition the listener to SMC_...

5.6AI score0.00215EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/08/22 3:32 p.m.9 views

EUVD-2026-64379

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix TOCTOU race between smclistenout and listener close smclistenout reads lsmc-sk.skstate without the listener lock, then acquires locksocknested only after the check passes. This opens a window where smccloseactive can...

5.6AI score0.00215EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.10 views

PT-2026-79697

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix TOCTOU race between smc listen out and listener close smc listen out reads lsmc-sk.sk state without the listener lock, then acquires lock sock nested only after the check passes. This opens a window where smc close...

5.5AI score0.00215EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.9 views

PT-2026-79720

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix netns reference imbalance in conntrack kfuncs The opts argument of the BPF conntrack kfuncs can point to a shared map value. bpf nf ct lookup and bpf nf ct alloc entry read opts-netns id separately when acquiring and...

5.4AI score0.00198EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/22 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2026-74692

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net/smc: fix TOCTOU race between smclistenout and listener close smclistenout reads lsmc-sk.skstate without the listener lock, then acquires locksocknested only...

5.6AI score0.00215EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/21 4:10 p.m.14 views

EUVD-2026-63995

In ONNX before 1.21.0, the 'saveexternaldata' function builds the external-data file path from the model's externaldata location field and opens it for writing without 'ONOFOLLOW/OEXCL', after a non-atomic 'os.path.isfile' check. A local attacker with write access to the directory where a victim...

7.1CVSS5.3AI score0.00109EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/21 4:10 p.m.8 views

CVE-2026-49114 ONNX symlink-following and path-traversal arbitrary file write

In ONNX before 1.21.0, the 'saveexternaldata' function builds the external-data file path from the model's externaldata location field and opens it for writing without 'ONOFOLLOW/OEXCL', after a non-atomic 'os.path.isfile' check. A local attacker with write access to the directory where a victim...

6.8CVSS5.5AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/08/21 2:47 p.m.7 views

CVE-2026-62941 Incus: Cross-project instance copy bypasses target project restrictions via TOCTOU in config merge

Incus is a system container and virtual machine manager. Prior to version 7.3.0, when copying an instance across projects, the project restriction check AllowInstanceCreation runs BEFORE the source instance's configuration is merged into the request. Dangerous configuration keys including...

9.9CVSS5.3AI score0.00443EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/21 2:47 p.m.32 views

CVE-2026-62941 Incus: Cross-project instance copy bypasses target project restrictions via TOCTOU in config merge

Incus is a system container and virtual machine manager. Prior to version 7.3.0, when copying an instance across projects, the project restriction check AllowInstanceCreation runs BEFORE the source instance's configuration is merged into the request. Dangerous configuration keys including...

9.9CVSS0.00443EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/21 2:47 p.m.9 views

CVE-2026-62941 Incus: Cross-project instance copy bypasses target project restrictions via TOCTOU in config merge

Incus is a system container and virtual machine manager. Prior to version 7.3.0, when copying an instance across projects, the project restriction check AllowInstanceCreation runs BEFORE the source instance's configuration is merged into the request. Dangerous configuration keys including...

9.9CVSS5.6AI score
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/21 8:08 a.m.4 views

CVE-2026-74546

A flaw was found in the Linux kernel's hwmon hardware monitoring subsystem, specifically within the adt7470 driver. A local attacker could exploit a time-of-check to time-of-use TOCTOU race condition. If fan data becomes zero between a validation check and a conversion operation, it can lead to a...

5.5CVSS5.3AI score0.00173EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/21 12:31 a.m.9 views

EUVD-2026-63671

IBM AIX 7.2, and 7.3 and IBM PowerVM VIOS 4.1 could allow a local attacker to gain elevated privileges due to a time-of-check to time-of-use TOCTOU race condition...

7.8CVSS5.3AI score0.00119EPSS
SaveExploits0References2
Rows per page
Query Builder