Lucene search
+L

63 matches found

Kitploit
Kitploit
•added 2026/09/22 4:02 a.m.•8 views

CVE-2025-40271

CVE-2025-40271 — LPE por UAF del árbol rb en procreaddirde Prueba de concepto para una vulnerabilidad de escalada local de privilegios en el sistema de archivos proc del kernel de Linux. El fallo es un use-after-free en procreaddirde provocado por rberase sin RBCLEARNODE, que deja enlaces obsolet...

7.8CVSS7AI score0.00455EPSS
SaveExploits3References1
Tenable Nessus
Tenable Nessus
•added 2026/09/18 12:00 a.m.•11 views

Linux Distros Unpatched Vulnerability : CVE-2026-90110

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - inetpeer: randomize RB-tree node comparison using SipHash The inetpeer rate limiting system stores peer entries in a Red-Black tree keyed deterministically on t...

9.4CVSS5.9AI score0.00638EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/17 5:17 p.m.•12 views

DEBIAN-CVE-2026-90110

In the Linux kernel, the following vulnerability has been resolved: inetpeer: randomize RB-tree node comparison using SipHash The inetpeer rate limiting system stores peer entries in a Red-Black tree keyed deterministically on the remote IP address. Because tree lookups walk the RB-tree using...

9.4CVSS5.9AI score0.00638EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/17 5:17 p.m.•7 views

AZL-103026 CVE-2026-90110 affecting package kernel 6.6.152.1-1

In the Linux kernel, the following vulnerability has been resolved: inetpeer: randomize RB-tree node comparison using SipHash The inetpeer rate limiting system stores peer entries in a Red-Black tree keyed deterministically on the remote IP address. Because tree lookups walk the RB-tree using...

9.4CVSS5.9AI score0.00638EPSS
SaveExploits0References1
Cvelist
Cvelist
•added 2026/09/17 4:06 p.m.•30 views

CVE-2026-90110 inetpeer: randomize RB-tree node comparison using SipHash

In the Linux kernel, the following vulnerability has been resolved: inetpeer: randomize RB-tree node comparison using SipHash The inetpeer rate limiting system stores peer entries in a Red-Black tree keyed deterministically on the remote IP address. Because tree lookups walk the RB-tree using...

9.4CVSS0.00638EPSS
SaveExploits0References6
CVE
CVE
•added 2026/09/17 4:06 p.m.•33 views

CVE-2026-90110

CVE-2026-90110 affects the Linux kernel inetpeer rate-limiting subsystem, where peer entries are stored in a Red-Black tree keyed deterministically on the remote IP address via lexicographical comparison (inetpeer_addr_cmp). An off-path adversary can predict the exact tree topology and traverse p...

9.4CVSS5.9AI score0.00638EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
•added 2026/09/03 12:06 a.m.•14 views

SUSE CVE-2026-74355

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix RB-tree corruption in probe error path The info-node RB-tree member is zero-initialized via kzalloc. If a device does not support ATS, the devicerbtreeinsert call is skipped. If a subsequent probe step fails, the...

8.2CVSS6.8AI score0.00181EPSS
SaveExploits0References3
AstraLinux
AstraLinux
•added 2026/08/24 10:19 a.m.•7 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fixed RB-tree corruption in the error handling path during probes. The info-node RB-tree member is initialized to zero using kzalloc. If a device does not support ATS, the devicerbtreeinsert call is skipped. If a...

8.2CVSS5.8AI score0.00181EPSS
SaveExploits0References1
AstraLinux
AstraLinux
•added 2026/08/24 10:19 a.m.•6 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, and Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: fs/proc: fixed a UAF in procreaddirde. The pde is erased from the subdir rbtree through rberase, but the node is not set to EMPTY, which may lead to UAF access. We should use RBCLEARNODE to set the erased node to EMPTY. Then,...

7.8CVSS6.1AI score0.00455EPSS
SaveExploits3References2
AstraLinux
AstraLinux
•added 2026/08/24 10:19 a.m.•9 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerabilities have been resolved: bpf: Clears the rb node linkage when freeing bpfrbroot. The bpfrbrootfree function detaches the root by copying the current rbrootcached, and then replacing the live root with RBROOTCACHED. It then walks the copied root and...

7.8CVSS5.9AI score0.00173EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
•added 2026/08/18 12:00 a.m.•19 views

Linux Distros Unpatched Vulnerability : CVE-2026-74355

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - iommu/vt-d: Fix RB-tree corruption in probe error path The info-node RB-tree member is zero-initialized via kzalloc. If a device does not support ATS, the...

8.2CVSS5.9AI score0.00181EPSS
SaveExploits0References3
NVD
NVD
•added 2026/08/15 6:22 a.m.•12 views

CVE-2026-74355

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix RB-tree corruption in probe error path The info-node RB-tree member is zero-initialized via kzalloc. If a device does not support ATS, the devicerbtreeinsert call is skipped. If a subsequent probe step fails, the...

8.2CVSS0.00181EPSS
SaveExploits0References3
NVD
NVD
•added 2026/08/15 6:22 a.m.•11 views

CVE-2026-74344

In the Linux kernel, the following vulnerability has been resolved: bpf: Clear rb node linkage when freeing bpfrbroot bpfrbrootfree detaches the root by copying the current rbrootcached and then replacing the live root with RBROOTCACHED. It then walks the copied root and drops each object contain...

7.8CVSS0.00173EPSS
SaveExploits0References3
OSV
OSV
•added 2026/08/15 6:22 a.m.•9 views

AZL-96288 CVE-2026-74344 affecting package kernel 6.6.157.1-1

In the Linux kernel, the following vulnerability has been resolved: bpf: Clear rb node linkage when freeing bpfrbroot bpfrbrootfree detaches the root by copying the current rbrootcached and then replacing the live root with RBROOTCACHED. It then walks the copied root and drops each object contain...

7.8CVSS6.5AI score0.00173EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/08/15 6:22 a.m.•14 views

CVE-2026-74355

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix RB-tree corruption in probe error path The info-node RB-tree member is zero-initialized via kzalloc. If a device does not support ATS, the devicerbtreeinsert call is skipped. If a subsequent probe step fails, the...

8.2CVSS5.6AI score0.00181EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/08/15 6:22 a.m.•10 views

CVE-2026-74344

In the Linux kernel, the following vulnerability has been resolved: bpf: Clear rb node linkage when freeing bpfrbroot bpfrbrootfree detaches the root by copying the current rbrootcached and then replacing the live root with RBROOTCACHED. It then walks the copied root and drops each object contain...

7.8CVSS5.4AI score0.00173EPSS
SaveExploits0References5
OSV
OSV
•added 2026/08/15 6:22 a.m.•13 views

UBUNTU-CVE-2026-74355

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix RB-tree corruption in probe error path The info-node RB-tree member is zero-initialized via kzalloc. If a device does not support ATS, the devicerbtreeinsert call is skipped. If a subsequent probe step fails, the...

8.2CVSS5.5AI score0.00181EPSS
SaveExploits0References6
EUVD
EUVD
•added 2026/08/15 5:58 a.m.•15 views

EUVD-2026-59502

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix RB-tree corruption in probe error path The info-node RB-tree member is zero-initialized via kzalloc. If a device does not support ATS, the devicerbtreeinsert call is skipped. If a subsequent probe step fails, the...

5.5AI score0.00181EPSS
SaveExploits0References3
CVE
CVE
•added 2026/08/15 5:58 a.m.•61 views

CVE-2026-74355

In the Linux kernel vulnerability CVE-2026-74355, the issue occurs in iommu/vt-d where the info->node RB-tree is zero-initialized via kzalloc. If ATS is not supported, device_rbtree_insert() is skipped, and on a later failed probe step, device_rbtree_remove() can misinterpret the zeroed node a...

8.2CVSS5.5AI score0.00181EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/08/15 5:58 a.m.•40 views

CVE-2026-74355 iommu/vt-d: Fix RB-tree corruption in probe error path

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix RB-tree corruption in probe error path The info-node RB-tree member is zero-initialized via kzalloc. If a device does not support ATS, the devicerbtreeinsert call is skipped. If a subsequent probe step fails, the...

8.2CVSS0.00181EPSS
SaveExploits0References3
Rows per page
Query Builder