Lucene search
+L

1914064 matches found

Debian CVE
Debian CVE
added 2026/08/28 6:52 a.m.10 views

CVE-2026-80689

In the Linux kernel, the following vulnerability has been resolved: tracing/mmiotrace: Add NULL check for mmiotracearray in logging functions mmiotracerw and mmiotracemapping retrieve mmiotracearray into tr and pass it to tracemmiotracerw and tracemmiotracemap. If these functions are invoked whil...

5.8AI score0.00168EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/28 6:52 a.m.7 views

EUVD-2026-67561

In the Linux kernel, the following vulnerability has been resolved: mm/util: don't read page2 for order-1 folios in snapshotpage snapshotpage currently reads page2 after checking nrpages 1, but it should only do so when nrpages 2. If an order-1 folio is allocated at the end of a vmemmap section,...

5.8AI score0.00124EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/28 6:52 a.m.19 views

CVE-2026-80685

A Linux kernel vulnerability in the snapshot_page() function within mm/util causes an out-of-bounds read of the __page_2 field for order-1 folios allocated at the end of a vmemmap section . The function incorrectly reads __page_2 when nr_pages > 1, but should only do so when nr_pages > 2; s...

7.1CVSS5.8AI score0.00124EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/28 6:52 a.m.9 views

CVE-2026-80685 mm/util: don't read __page_2 for order-1 folios in snapshot_page()

In the Linux kernel, the following vulnerability has been resolved: mm/util: don't read page2 for order-1 folios in snapshotpage snapshotpage currently reads page2 after checking nrpages 1, but it should only do so when nrpages 2. If an order-1 folio is allocated at the end of a vmemmap section,...

7.1CVSS5.8AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/28 6:52 a.m.34 views

CVE-2026-80685 mm/util: don't read __page_2 for order-1 folios in snapshot_page()

In the Linux kernel, the following vulnerability has been resolved: mm/util: don't read page2 for order-1 folios in snapshotpage snapshotpage currently reads page2 after checking nrpages 1, but it should only do so when nrpages 2. If an order-1 folio is allocated at the end of a vmemmap section,...

7.1CVSS0.00124EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/28 6:52 a.m.11 views

CVE-2026-80685

In the Linux kernel, the following vulnerability has been resolved: mm/util: don't read page2 for order-1 folios in snapshotpage snapshotpage currently reads page2 after checking nrpages 1, but it should only do so when nrpages 2. If an order-1 folio is allocated at the end of a vmemmap section,...

7.1CVSS5.8AI score0.00124EPSS
SaveExploits0
OSV
OSV
added 2026/08/28 6:52 a.m.6 views

CVE-2026-80683 Bluetooth: SCO: give the socket its own sco_conn reference

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: give the socket its own scoconn reference scoconndel drops a reference it does not own. It takes one transient reference via scoconnholdunlesszero and releases it with the scoconnput that follows scosockhold; the...

8.8CVSS5.9AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/08/28 6:52 a.m.9 views

CVE-2026-80683

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: give the socket its own scoconn reference scoconndel drops a reference it does not own. It takes one transient reference via scoconnholdunlesszero and releases it with the scoconnput that follows scosockhold; the...

8.8CVSS5.8AI score0.00235EPSS
SaveExploits0
CVE
CVE
added 2026/08/28 6:52 a.m.19 views

CVE-2026-80683

CVE-2026-80683 is a use-after-free vulnerability in the Linux kernel's Bluetooth SCO subsystem . The root cause is a reference-counting bug: the SCO socket stores a sco_conn pointer without holding its own reference. When a socket close() races the Bluetooth controller's Disconnection Complete ev...

8.8CVSS5.9AI score0.00235EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/28 6:52 a.m.10 views

EUVD-2026-67559

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: give the socket its own scoconn reference scoconndel drops a reference it does not own. It takes one transient reference via scoconnholdunlesszero and releases it with the scoconnput that follows scosockhold; the...

5.9AI score0.00235EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/28 6:52 a.m.34 views

CVE-2026-80683 Bluetooth: SCO: give the socket its own sco_conn reference

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: give the socket its own scoconn reference scoconndel drops a reference it does not own. It takes one transient reference via scoconnholdunlesszero and releases it with the scoconnput that follows scosockhold; the...

8.8CVSS0.00235EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/28 6:52 a.m.11 views

CVE-2026-80682 riscv/mm: use physical alignment for vmemmap_start_pfn

In the Linux kernel, the following vulnerability has been resolved: riscv/mm: use physical alignment for vmemmapstartpfn RISC-V computes vmemmapstartpfn by rounding physrambase down to VMEMMAPADDRALIGN. That alignment must therefore be expressed in the physical-address domain. Commit 476849b0fba4...

7.8CVSS5.8AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/28 6:52 a.m.7 views

EUVD-2026-67558

In the Linux kernel, the following vulnerability has been resolved: riscv/mm: use physical alignment for vmemmapstartpfn RISC-V computes vmemmapstartpfn by rounding physrambase down to VMEMMAPADDRALIGN. That alignment must therefore be expressed in the physical-address domain. Commit 476849b0fba4...

5.8AI score0.00134EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/28 6:52 a.m.21 views

CVE-2026-80682

CVE-2026-80682 is a unit mismatch bug in the Linux kernel 's RISC-V memory management subsystem (riscv/mm). When computing vmemmap_start_pfn, the kernel fed MAX_FOLIO_VMEMMAP_ALIGN (measured in bytes of struct page storage) directly into VMEMMAP_ADDR_ALIGN, which operates in the physical-address ...

7.8CVSS5.8AI score0.00134EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/28 6:52 a.m.32 views

CVE-2026-80682 riscv/mm: use physical alignment for vmemmap_start_pfn

In the Linux kernel, the following vulnerability has been resolved: riscv/mm: use physical alignment for vmemmapstartpfn RISC-V computes vmemmapstartpfn by rounding physrambase down to VMEMMAPADDRALIGN. That alignment must therefore be expressed in the physical-address domain. Commit 476849b0fba4...

7.8CVSS0.00134EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/28 6:52 a.m.8 views

CVE-2026-80682

In the Linux kernel, the following vulnerability has been resolved: riscv/mm: use physical alignment for vmemmapstartpfn RISC-V computes vmemmapstartpfn by rounding physrambase down to VMEMMAPADDRALIGN. That alignment must therefore be expressed in the physical-address domain. Commit 476849b0fba4...

7.8CVSS5.8AI score0.00134EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/08/28 6:51 a.m.5 views

nse-exchange

nse-exchange Script NSE di Nmap per verificare la vulnerabilità di Exchange CVE-2022-41082. Gli script NSE controllano i servizi più esposti su Internet. È uno script base che verifica se la correzione virtuale funziona. Esempi Poiché al momento non esiste una patch, vengono controllate solo le...

8CVSS6.8AI score0.9997EPSS
SaveExploits11References2
EUVD
EUVD
added 2026/08/28 6:49 a.m.6 views

EUVD-2026-67551

In the Linux kernel, the following vulnerability has been resolved: libbpf: Reject non-exclusive metadata maps in the signed loader The loader verifies map-sha against the metadata hash in its instructions. map-sha is calculated when BPFOBJGETINFOBYFD is called on the frozen map. While the map is...

5.8AI score0.00124EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/28 6:49 a.m.8 views

CVE-2026-80675 libbpf: Reject non-exclusive metadata maps in the signed loader

In the Linux kernel, the following vulnerability has been resolved: libbpf: Reject non-exclusive metadata maps in the signed loader The loader verifies map-sha against the metadata hash in its instructions. map-sha is calculated when BPFOBJGETINFOBYFD is called on the frozen map. While the map is...

7.1CVSS5.8AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/28 6:49 a.m.32 views

CVE-2026-80675 libbpf: Reject non-exclusive metadata maps in the signed loader

In the Linux kernel, the following vulnerability has been resolved: libbpf: Reject non-exclusive metadata maps in the signed loader The loader verifies map-sha against the metadata hash in its instructions. map-sha is calculated when BPFOBJGETINFOBYFD is called on the frozen map. While the map is...

7.1CVSS0.00124EPSS
SaveExploits0References3
Rows per page
Query Builder