Lucene search
+L

265 matches found

RedHat Linux
RedHat Linux
added 2025/11/19 10:11 p.m.19 views

expat: integer overflow in the doProlog function

A flaw was found in expat. The vulnerability occurs due to large content in element type declarations when there is an element declaration handler present which leads to an integer overflow. This flaw allows an attacker to inject an unsigned integer, leading to a crash or a denial of service...

7.5CVSS7.4AI score0.03992EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/11/11 8:21 a.m.21 views

kernel: block: fix adding folio to bio

In the Linux kernel, the following vulnerability has been resolved: block: fix adding folio to bio 4GB folio is possible on some ARCHs, such as aarch64, 16GB hugepage is supported, then 'offset' of folio can't be held in 'unsigned int', cause warning in bioaddfolionofail and IO failure. Fix it by...

5.5CVSS5.7AI score0.00186EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/11/11 8:21 a.m.11 views

kernel: rtc: pcf85063: fix potential OOB write in PCF85063 NVMEM read

In the Linux kernel, the following vulnerability has been resolved: rtc: pcf85063: fix potential OOB write in PCF85063 NVMEM read The nvmem interface supports variable buffer sizes, while the regmap interface operates with fixed-size storage. If an nvmem client uses a buffer size less than 4 byte...

7.8CVSS6.9AI score0.00229EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/11/05 12:00 a.m.6 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2025-990103)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990103 advisory. In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix inode number range checks Patch series nilfs2: fix potential issues related to reserv...

7.8CVSS6.1AI score0.0026EPSS
SaveExploits0References4
AstraLinux
AstraLinux
added 2025/11/01 10:54 a.m.4 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: netlink: Fixed wraparounds of sk-skrmemalloc. Netlink has this pattern in some places: c if atomicread&sk-skrmemalloc sk-skrcvbuf atomicaddskb-truesize, &sk-skrmemalloc; This issue was also fixed in commit 5a465a0da13e “udp: Fixe...

5.5CVSS6.3AI score0.00168EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/10/30 12:00 a.m.6 views

ImageMagick < 7.1.2-8 DoS (GHSA-wpp4-vqfq-v4hp)

The remote host has a version of ImageMagick installed that is prior to prior to 7.1.2-8. It is, therefore, affected by denial of service vulnerability as referenced in GHSA-wpp4-vqfq-v4hp advisory. - ImageMagick is a software suite to create, edit, compose, or convert bitmap images. ImageMagick...

5.5CVSS5.4AI score0.00344EPSS
SaveExploits1References2
OSV
OSV
added 2025/10/10 11:45 p.m.4 views

GHSA-XC79-566C-J4QX Parallax is vulnerable to DoS via malicious p2p message

Impact A vulnerable node can be made to consume very large amounts of memory when handling specially crafted p2p messages sent from an attacker node. In order to carry out the attack, the attacker establishes a peer connections to the victim, and sends a malicious GetBlockHeadersRequest message...

7.5CVSS7AI score
SaveExploits0References5
EUVD
EUVD
added 2025/10/07 12:30 a.m.12 views

EUVD-2018-17615

Malware in sbrugna...

7.8CVSS7.7AI score0.00352EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/10/07 12:30 a.m.32 views

EUVD-2016-1559

Malware in sbrugna...

8.8CVSS8.7AI score0.00943EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.11 views

EUVD-2018-18084

Malware in sbrugna...

7.8CVSS6.9AI score0.05834EPSS
SaveExploits5References10
EUVD
EUVD
added 2025/10/07 12:30 a.m.12 views

EUVD-2018-17619

Malware in sbrugna...

8.4CVSS7.6AI score0.00116EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.9 views

EUVD-2017-18152

Malware in sbrugna...

9.8CVSS9.2AI score0.02887EPSS
SaveExploits0References12
EUVD
EUVD
added 2025/10/03 8:07 p.m.16 views

EUVD-2025-10285

Malicious code in bioql PyPI...

7.5CVSS6.4AI score0.00575EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:07 p.m.9 views

EUVD-2021-30036

Malicious code in bioql PyPI...

8.8CVSS8.8AI score0.01921EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/03 8:07 p.m.13 views

EUVD-2024-52825

Malicious code in bioql PyPI...

7.5CVSS6.3AI score0.01021EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/08/07 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2025-22039

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ksmbd: fix overflow in dacloffset bounds check The dacloffset field was originally typed as int and used in an unchecked addition, which could overflow and bypa...

8.8CVSS6.4AI score0.00709EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.2 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: printk: Fixed signed integer overflow when defining LOGBUFLENMAX. Shifting 1 31 on a 32-bit integer causes signed integer overflow, leading to undefined behavior. To prevent this, 1 was cast to u32 before the shift operation is...

5.5CVSS6.2AI score0.00251EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/05/22 3:47 a.m.18 views

CVE-2018-5852

An unsigned integer underflow vulnerability in IPA driver result into a buffer over-read while reading NAT entry using debugfs command 'cat /sys/kernel/debug/ipa/ip4nat'...

8.4CVSS7.3AI score0.00116EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2025/05/10 3:05 a.m.6 views

SUSE CVE-2022-49885

In the Linux kernel, the following vulnerability has been resolved: ACPI: APEI: Fix integer overflow in ghesestatuspoolinit Change numghes from int to unsigned int, preventing an overflow and causing subsequent vmalloc to fail. The overflow happens in ghesestatuspoolinit when calculating len duri...

5.5CVSS6.6AI score0.00217EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2025/05/02 2:02 a.m.9 views

SUSE CVE-2025-37771

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Prevent division by zero The user can set any speed value. If speed is greater than UINTMAX/8, division by zero is possible. Found by Linux Verification Center linuxtesting.org with SVACE...

5.5CVSS7.7AI score0.00195EPSS
SaveExploits0References16
Rows per page
Query Builder