Lucene search
+L

1665 matches found

Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2025/12/04 12:00 a.m.•0 views

CVE-2025-40228: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: catch commit test ctx alloc failure Patch series "mm/damon/sysfs: fix commit test damonctx deallocation". DAMON sysfs interface dynamically allocates and uses a damonctx object for testing if given inputs for onli...

5.8AI score0.00186EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
•added 2025/11/25 12:00 a.m.•24 views

AlmaLinux 10 : kernel (ALSA-2025:20095)

The remote AlmaLinux 10 host has packages installed that are affected by multiple vulnerabilities as referenced in the ALSA-2025:20095 advisory. kernel: xen: Xen hypercall page unsafe against speculative attacks Xen Security Advisory 466 CVE-2024-53241 kernel: exfat: fix out-of-bounds access of...

9.8CVSS7.7AI score0.00648EPSS
SaveExploits2References88
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2025/11/12 12:00 a.m.•1 views

CVE-2025-40174: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Fix SMP ordering in switchmmirqsoff Stephen noted that it is possible to not have an smpmb between the loadedmm store and the tlbgen load in switchmm, meaning the ordering against flushtlbmmrange goes out the window, and ...

7.8CVSS5.8AI score0.00133EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
•added 2025/11/05 12:00 a.m.•6 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-990089)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990089 advisory. In the Linux kernel, the following vulnerability has been resolved: usb: chipidea: cihdrcimx: Also search for 'phys' phandle When passing 'phys' in the devicetree to...

5.5CVSS5.9AI score0.00222EPSS
SaveExploits0References4
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2025/10/28 12:00 a.m.•1 views

CVE-2025-40040: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: mm/ksm: fix flag-dropping behavior in ksmmadvise syzkaller discovered the following crash: kernel BUG 44.607039 ------------ cut here ------------ 44.607422 kernel BUG at mm/userfaultfd.c:2067! 44.608148 Oops: invalid opcode: 000...

7.8CVSS5.8AI score0.00351EPSS
SaveExploits0References9
Amazon
Amazon
•added 2025/10/27 12:00 a.m.•30 views

Important: kernel6.12

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: iouring/kbuf: always use READONCE to read ring provided buffer lengths CVE-2025-39816 In the Linux kernel, the following vulnerability has been resolved: crypto: afalg - Set merge to zero early in afalgsendmsg...

9.8CVSS6.6AI score0.09567EPSS
SaveExploits3
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2025/10/22 12:00 a.m.•2 views

CVE-2023-53706: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: mm/vmemmap/devdax: fix kernel crash when probing devdax devices commit 4917f55b4ef9 "mm/sparse-vmemmap: improve memory savings for compound devmaps" added support for using optimized vmmemap for devdax devices. But how vmemmap...

5.8AI score0.00211EPSS
SaveExploits0References1
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2025/10/20 12:00 a.m.•1 views

CVE-2024-55568: Uncontrolled Resource Consumption

An issue was discovered in Samsung Mobile Processor, Wearable Processor, and Modem Exynos 980, 990, 850, 1080, 2100, 1280, 2200, 1330, 1380, 1480, 2400, 9110, W920, W930, W1000, Modem 5123, Modem 5300, Modem 5400. The absence of a NULL check leads to a Denial of Service when an attacker sends...

7.5CVSS5.7AI score0.00595EPSS
SaveExploits0References1
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2025/10/20 12:00 a.m.•0 views

CVE-2025-40006: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix folio is still mapped when deleted Migration may be raced with fallocating hole. removeinodesinglefolio will unmap the folio if the folio is still mapped. However, it's called without folio lock. If the folio is...

7.8CVSS5.8AI score0.00202EPSS
SaveExploits0References1
EUVD
EUVD
•added 2025/10/15 9:30 a.m.•6 views

EUVD-2025-34581

In the Linux kernel, the following vulnerability has been resolved: mm: swap: check for stable address space before operating on the VMA It is possible to hit a zero entry while traversing the vmas in unusemm called from swapoff path and accessing it causes the OOPS: Unable to handle kernel NULL...

5.8AI score0.00201EPSS
SaveExploits0References5
NVD
NVD
•added 2025/10/15 8:15 a.m.•8 views

CVE-2025-39992

In the Linux kernel, the following vulnerability has been resolved: mm: swap: check for stable address space before operating on the VMA It is possible to hit a zero entry while traversing the vmas in unusemm called from swapoff path and accessing it causes the OOPS: Unable to handle kernel NULL...

0.00201EPSS
SaveExploits0References4
OSV
OSV
•added 2025/10/15 8:15 a.m.•15 views

UBUNTU-CVE-2025-39992

In the Linux kernel, the following vulnerability has been resolved: mm: swap: check for stable address space before operating on the VMA It is possible to hit a zero entry while traversing the vmas in unusemm called from swapoff path and accessing it causes the OOPS: Unable to handle kernel NULL...

5.7AI score0.00201EPSS
SaveExploits0References17
CVE
CVE
•added 2025/10/15 7:58 a.m.•52 views

CVE-2025-39992

CVE-2025-39992 pertains to a race in the Linux kernel between fork() and swapoff where a partially built mm is exposed, allowing traversal to hit a XA_ZERO_ENTRY and trigger a NULL pointer dereference in unuse_mm(). The public description states the bug arises from a race while duplicating the mm...

5.9AI score0.00201EPSS
SaveExploits0References4
EUVD
EUVD
•added 2025/10/15 1:19 a.m.•19 views

EUVD-2023-59994

BYTEVALUE Intelligent Flow Control Router contains a command injection vulnerability via the /goform/webRead/open endpoint. The path parameter is not properly validated and is echoed into a shell context, allowing an attacker to inject and execute arbitrary shell commands on the device. Successfu...

9.3CVSS7.9AI score0.01858EPSS
SaveExploits0References5
EUVD
EUVD
•added 2025/10/07 12:30 a.m.•20 views

EUVD-2008-2964

Malware in sbrugna...

6.8CVSS6.4AI score0.01979EPSS
SaveExploits1References4
EUVD
EUVD
•added 2025/10/07 12:30 a.m.•13 views

EUVD-2021-25752

Malware in sbrugna...

6.1CVSS6.3AI score0.00584EPSS
SaveExploits1References2
EUVD
EUVD
•added 2025/10/07 12:30 a.m.•13 views

EUVD-2021-25753

Malware in sbrugna...

6.5CVSS6.5AI score0.00323EPSS
SaveExploits1References2
EUVD
EUVD
•added 2025/10/07 12:30 a.m.•14 views

EUVD-2008-2963

Malware in sbrugna...

4.3CVSS6.4AI score0.01507EPSS
SaveExploits1References4
EUVD
EUVD
•added 2025/10/07 12:30 a.m.•13 views

EUVD-2006-0198

Malware in sbrugna...

7.2CVSS6.4AI score0.0036EPSS
SaveExploits0References10
EUVD
EUVD
•added 2025/10/07 12:30 a.m.•10 views

EUVD-2019-2320

Malware in sbrugna...

10CVSS9.2AI score0.00907EPSS
SaveExploits0References2
Rows per page
Query Builder