Lucene search
+L

23533 matches found

OSV
OSV
added 4 days ago5 views

CVE-2026-64026 rxrpc: Fix DATA decrypt vs splice() by copying data to buffer in recvmsg

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix DATA decrypt vs splice by copying data to buffer in recvmsg This improves the fix for CVE-2026-43500. Fix the pagecache corruption from in-place decryption of a DATA packet transmitted locally by splice by getting rid ...

7.8CVSS5.8AI score0.00128EPSS
Exploits0References8
Cvelist
Cvelist
added 4 days ago31 views

CVE-2026-63875 arm64: tlb: Flush walk cache when unsharing PMD tables

In the Linux kernel, the following vulnerability has been resolved: arm64: tlb: Flush walk cache when unsharing PMD tables When hugepmdunshare is called to unshare a PMD table, the tlbunsharepmdptdesc function sets tlb-unsharedtables=true but the aarch64 tlbflush only checked tlb-freedtables to...

7.8CVSS0.00164EPSS
Exploits0References8
OSV
OSV
added 4 days ago5 views

CVE-2026-63875 arm64: tlb: Flush walk cache when unsharing PMD tables

In the Linux kernel, the following vulnerability has been resolved: arm64: tlb: Flush walk cache when unsharing PMD tables When hugepmdunshare is called to unshare a PMD table, the tlbunsharepmdptdesc function sets tlb-unsharedtables=true but the aarch64 tlbflush only checked tlb-freedtables to...

7.8CVSS5.3AI score0.00164EPSS
Exploits0References11
EUVD
EUVD
added 4 days ago7 views

EUVD-2026-45760

In the Linux kernel, the following vulnerability has been resolved: arm64: tlb: Flush walk cache when unsharing PMD tables When hugepmdunshare is called to unshare a PMD table, the tlbunsharepmdptdesc function sets tlb-unsharedtables=true but the aarch64 tlbflush only checked tlb-freedtables to...

5.4AI score0.00164EPSS
Exploits0References8
CVE
CVE
added 4 days ago11 views

CVE-2026-63875

CVE-2026-63875 (arm64 Linux kernel) : The issue occurs during unsharing PMD tables in huge_pmd_unshare(), where tlb_unshare_pmd_ptdesc() sets tlb->unshared_tables=true but aarch64 tlb_flush() only checked tlb->freed_tables. This mismatch allowed stale PMD entries to remain in the walk cache...

7.8CVSS5.4AI score0.00164EPSS
Exploits0References8
GithubExploit
GithubExploit
added 4 days ago67 views

Exploit for CVE-2026-60137

Compromise Scanner for wp2shell read-only A standalone, r...

9.8CVSS5.7AI score0.38599EPSS
Exploits53
NVD
NVD
added 4 days ago7 views

CVE-2026-63830

In the Linux kernel, the following vulnerability has been resolved: net: skmsg: preserve sg.copy across SG transforms The skmsg sg.copy bitmap is part of the scatterlist entry ownership state. A set bit tells skmsgcomputedatapointers not to expose the entry through writable BPF ctx-data. This...

9.4CVSS0.00337EPSS
Exploits0References6
NVD
NVD
added 4 days ago4 views

CVE-2026-63812

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix incorrect FINOEXTENT handling in destroyextentnode When destroyextentnode sets the inode flag FINOEXTENT, it does not reset the length of the largest extent to 0 and update the inode folio. Since modifications to the...

7.8CVSS0.0012EPSS
Exploits0References5
NVD
NVD
added 4 days ago5 views

CVE-2026-63817

In the Linux kernel, the following vulnerability has been resolved: f2fs: validate compress cache inode only when enabled F2FSCOMPRESSINO uses NMIsbi-maxnid as the synthetic inode number for the compressed page cache inode. That inode only exists when the compresscache mount option is enabled. Wh...

7.8CVSS0.00127EPSS
Exploits0References6
NVD
NVD
added 4 days ago10 views

CVE-2026-63813

In the Linux kernel, the following vulnerability has been resolved: Revert "f2fs: remove non-uptodate folio from the page cache in movedatablock" This reverts commit 9609dd704725a40cd63d915f2ab6c44248a44598. The kernel panics are keeping to be reported especially when the f2fs partition get almos...

7.8CVSS0.00119EPSS
Exploits0References3
NVD
NVD
added 4 days ago11 views

CVE-2026-53388

In the Linux kernel, the following vulnerability has been resolved: fuse: re-lock request before replacing page cache folio fusetrymovefolio unlocks the request on entry but does not re-lock it on the success path. This means fusechanabort can end the request and free the fuseioargs eg...

7.8CVSS0.00126EPSS
Exploits0References8
EUVD
EUVD
added 4 days ago7 views

EUVD-2026-45496

In the Linux kernel, the following vulnerability has been resolved: net: skmsg: preserve sg.copy across SG transforms The skmsg sg.copy bitmap is part of the scatterlist entry ownership state. A set bit tells skmsgcomputedatapointers not to expose the entry through writable BPF ctx-data. This...

5.3AI score0.00337EPSS
Exploits0References6
CVE
CVE
added 4 days ago8 views

CVE-2026-63817

The CVE-2026-63817 issue pertains to the Linux kernel file system F2FS: when the compress_cache mount option is enabled, F2FS_COMPRESS_INO() uses NM_I(sbi)->max_nid as the synthetic inode for the compressed page cache inode. If compress_cache is disabled, max_nid lies outside the valid inode r...

7.8CVSS5.4AI score0.00127EPSS
Exploits0References6
ATTACKERKB
ATTACKERKB
added 4 days ago8 views

CVE-2026-63817

In the Linux kernel, the following vulnerability has been resolved: f2fs: validate compress cache inode only when enabled F2FSCOMPRESSINO uses NMIsbi-maxnid as the synthetic inode number for the compressed page cache inode. That inode only exists when the compresscache mount option is enabled. Wh...

5.2AI score0.00127EPSS
Exploits0References7Affected Software1
EUVD
EUVD
added 4 days ago8 views

EUVD-2026-45483

In the Linux kernel, the following vulnerability has been resolved: f2fs: validate compress cache inode only when enabled F2FSCOMPRESSINO uses NMIsbi-maxnid as the synthetic inode number for the compressed page cache inode. That inode only exists when the compresscache mount option is enabled. Wh...

5.3AI score0.00127EPSS
Exploits0References6
OSV
OSV
added 4 days ago5 views

CVE-2026-63817 f2fs: validate compress cache inode only when enabled

In the Linux kernel, the following vulnerability has been resolved: f2fs: validate compress cache inode only when enabled F2FSCOMPRESSINO uses NMIsbi-maxnid as the synthetic inode number for the compressed page cache inode. That inode only exists when the compresscache mount option is enabled. Wh...

7.8CVSS5.3AI score0.00127EPSS
Exploits0References9
Cvelist
Cvelist
added 4 days ago29 views

CVE-2026-63817 f2fs: validate compress cache inode only when enabled

In the Linux kernel, the following vulnerability has been resolved: f2fs: validate compress cache inode only when enabled F2FSCOMPRESSINO uses NMIsbi-maxnid as the synthetic inode number for the compressed page cache inode. That inode only exists when the compresscache mount option is enabled. Wh...

7.8CVSS0.00127EPSS
Exploits0References6
EUVD
EUVD
added 4 days ago7 views

EUVD-2026-45479

In the Linux kernel, the following vulnerability has been resolved: Revert "f2fs: remove non-uptodate folio from the page cache in movedatablock" This reverts commit 9609dd704725a40cd63d915f2ab6c44248a44598. The kernel panics are keeping to be reported especially when the f2fs partition get almos...

5.4AI score0.00119EPSS
Exploits0References3
Cvelist
Cvelist
added 4 days ago32 views

CVE-2026-63813 Revert "f2fs: remove non-uptodate folio from the page cache in move_data_block"

In the Linux kernel, the following vulnerability has been resolved: Revert "f2fs: remove non-uptodate folio from the page cache in movedatablock" This reverts commit 9609dd704725a40cd63d915f2ab6c44248a44598. The kernel panics are keeping to be reported especially when the f2fs partition get almos...

7.8CVSS0.00119EPSS
Exploits0References3
ATTACKERKB
ATTACKERKB
added 4 days ago7 views

CVE-2026-63813

In the Linux kernel, the following vulnerability has been resolved: Revert "f2fs: remove non-uptodate folio from the page cache in movedatablock" This reverts commit 9609dd704725a40cd63d915f2ab6c44248a44598. The kernel panics are keeping to be reported especially when the f2fs partition get almos...

5.3AI score0.00119EPSS
Exploits0References4Affected Software1
Rows per page
Query Builder