Lucene search
+L

491335 matches found

CVE
CVE
added 10 hours ago15 views

CVE-2026-64596

CVE-2026-64596 affects the Linux kernel’s libfs handling. The vulnerability stemmed from init_pseudo() not setting SB_I_NOEXEC and SB_I_NODEV by default, allowing path_noexec() to warn when anonymous-inode files were mmap’d from certain superblocks. The fix sets both flags by default for every ps...

5.5AI score
SaveExploits0References3
Cvelist
Cvelist
added 10 hours ago7 views

CVE-2026-64596 libfs: set SB_I_NOEXEC and SB_I_NODEV by default in init_pseudo()

In the Linux kernel, the following vulnerability has been resolved: libfs: set SBINOEXEC and SBINODEV by default in initpseudo Since commit 1e7ab6f67824 "anoninode: rework assertions", pathnoexec warns when an anonymous-inode file is mmap'd from a superblock that has not set SBINOEXEC. dma-buf...

SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 10 hours ago3 views

CVE-2026-64596

In the Linux kernel, the following vulnerability has been resolved: libfs: set SBINOEXEC and SBINODEV by default in initpseudo Since commit 1e7ab6f67824 "anoninode: rework assertions", pathnoexec warns when an anonymous-inode file is mmap'd from a superblock that has not set SBINOEXEC. dma-buf...

5.5AI score
SaveExploits0References4Affected Software1
EUVD
EUVD
added 10 hours ago7 views

EUVD-2026-53783

In the Linux kernel, the following vulnerability has been resolved: libfs: set SBINOEXEC and SBINODEV by default in initpseudo Since commit 1e7ab6f67824 "anoninode: rework assertions", pathnoexec warns when an anonymous-inode file is mmap'd from a superblock that has not set SBINOEXEC. dma-buf...

5.5AI score
SaveExploits0References3
Cvelist
Cvelist
added 10 hours ago7 views

CVE-2026-64591 iommu/vt-d: Avoid WARNING in sva unbind path

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Avoid WARNING in sva unbind path The Intel IOMMU driver allows SVA on devices even if they do not support PCI/PRI. Commit 39c20c4e83b9 "iommu/vt-d: Only handle IOPF for SVA when PRI is supported" modified the SVA bind...

SaveExploits0References3
EUVD
EUVD
added 10 hours ago6 views

EUVD-2026-53778

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Avoid WARNING in sva unbind path The Intel IOMMU driver allows SVA on devices even if they do not support PCI/PRI. Commit 39c20c4e83b9 "iommu/vt-d: Only handle IOPF for SVA when PRI is supported" modified the SVA bind...

5.4AI score
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 10 hours ago2 views

CVE-2026-64591

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Avoid WARNING in sva unbind path The Intel IOMMU driver allows SVA on devices even if they do not support PCI/PRI. Commit 39c20c4e83b9 "iommu/vt-d: Only handle IOPF for SVA when PRI is supported" modified the SVA bind...

5.3AI score
SaveExploits0References4Affected Software1
CVE
CVE
added 10 hours ago10 views

CVE-2026-64591

The CVE-2026-64591 entry concerns the Linux kernel Intel IOMMU (vt-d) driver and the SVA binding/unbinding logic when PRI is not supported. The root cause is that a previous commit skipped IOPF enablement for SVA on non-PRI hardware during bind, but the unbind path was not similarly updated, caus...

5.4AI score
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 10 hours ago3 views

CVE-2026-64589

In the Linux kernel, the following vulnerability has been resolved: i2c: core: fix NULL-deref on adapter registration failure If adapter registration ever fails the release callback would trigger a NULL-pointer dereference as the completion struct has not been initialised. Note that before the...

5.4AI score
SaveExploits0References5Affected Software1
EUVD
EUVD
added 10 hours ago5 views

EUVD-2026-53776

In the Linux kernel, the following vulnerability has been resolved: i2c: core: fix NULL-deref on adapter registration failure If adapter registration ever fails the release callback would trigger a NULL-pointer dereference as the completion struct has not been initialised. Note that before the...

5.4AI score
SaveExploits0References4
CVE
CVE
added 10 hours ago9 views

CVE-2026-64589

CVE-2026-64589 affects the Linux kernel i2c core. The issue arises when adapter registration fails: the release callback can dereference a NULL pointer because the completion struct is not initialised, potentially leading to a crash. Prior to the offending commit this would have caused a minor me...

5.4AI score
SaveExploits0References4
Cvelist
Cvelist
added 10 hours ago8 views

CVE-2026-64589 i2c: core: fix NULL-deref on adapter registration failure

In the Linux kernel, the following vulnerability has been resolved: i2c: core: fix NULL-deref on adapter registration failure If adapter registration ever fails the release callback would trigger a NULL-pointer dereference as the completion struct has not been initialised. Note that before the...

SaveExploits0References4
CVE
CVE
added 10 hours ago9 views

CVE-2026-64586

The CVE concerns the Linux kernel brcmfmac Wi‑Fi driver. A bus_reset work item could outlive the drvr during device removal because the removal path frees drvr without draining pending or running bus_reset work. Root cause: bus_reset callbacks are scheduled via brcmf_fw_crashed() and the debugfs ...

5.4AI score
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 10 hours ago2 views

CVE-2026-64586

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: drain busreset work on device removal brcmffwcrashed and the debugfs "reset" entry both schedule drvr-busreset, whose callback recovers drvr through containerof and dereferences it. The removal path frees drvr...

5.3AI score
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 10 hours ago7 views

CVE-2026-64586 wifi: brcmfmac: drain bus_reset work on device removal

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: drain busreset work on device removal brcmffwcrashed and the debugfs "reset" entry both schedule drvr-busreset, whose callback recovers drvr through containerof and dereferences it. The removal path frees drvr...

SaveExploits0References2
EUVD
EUVD
added 10 hours ago5 views

EUVD-2026-53773

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: drain busreset work on device removal brcmffwcrashed and the debugfs "reset" entry both schedule drvr-busreset, whose callback recovers drvr through containerof and dereferences it. The removal path frees drvr...

5.4AI score
SaveExploits0References2
Nuclei
Nuclei
added 11 hours ago140 views

October CMS - Remote Code Execution

October CMS is susceptible to remote code execution. In affected versions, user input is not properly sanitized before rendering. An authenticated user with the permissions to create, modify, and delete website pages can bypass cms.safemode and cms.enableSafeMode in order to execute arbitrary cod...

8.5CVSS7.9AI score0.0865EPSS
SaveExploits0References5
Nuclei
Nuclei
added 11 hours ago128 views

Umbraco <7.4.0- Server-Side Request Forgery

Umbraco before version 7.4.0 contains a server-side request forgery vulnerability in feedproxy.aspx that allows attackers to send arbitrary HTTP GET requests via http://local/Umbraco/feedproxy.aspx?url=http://127.0.0.1:80/index. id: CVE-2015-8813 info: name: Umbraco 7.4.0- Server-Side Request...

8.2CVSS7.6AI score0.11595EPSS
SaveExploits1References5
Nuclei
Nuclei
added 11 hours ago85 views

Geddy <13.0.8 - Local File Inclusion

Geddy prior to version 13.0.8 contains a directory traversal vulnerability in lib/app/index.js that allows remote attackers to read arbitrary files via a ..%2f dot dot encoded slash in the PATHINFO to the default URI. id: CVE-2015-5688 info: name: Geddy 13.0.8 - Local File Inclusion author:...

5CVSS7.9AI score0.09385EPSS
SaveExploits1References5
Nuclei
Nuclei
added 11 hours ago65 views

modoboa 2.0.4 - Admin TakeOver

Authentication Bypass by Primary Weakness in GitHub repository modoboa/modoboa prior to 2.0.4. id: CVE-2023-0777 info: name: modoboa 2.0.4 - Admin TakeOver author: r3Y3r53 severity: critical description: | Authentication Bypass by Primary Weakness in GitHub repository modoboa/modoboa prior to...

9.8CVSS7.5AI score0.15207EPSS
SaveExploits4References4
Rows per page
Query Builder