Lucene search
K

24 matches found

EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2024-30435

Malicious code in bioql PyPI...

4CVSS6.6AI score0.00135EPSS
Exploits0References1
NVD
NVD
added 2025/09/18 2:15 p.m.2 views

CVE-2022-50390

In the Linux kernel, the following vulnerability has been resolved: drm/ttm: fix undefined behavior in bit shift for TTMTTFLAGPRIVPOPULATED Shifting signed 32-bit value by 31 bits is undefined, so changing significant bit to unsigned. The UBSAN warning calltrace like below: UBSAN:...

5.5CVSS0.00024EPSS
Exploits0References4
CNNVD
CNNVD
added 2025/09/15 12:0 a.m.1 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the vfio/type1 container not properly handling the lockedvm count when executing exec, which could result in...

5.5CVSS5.8AI score0.00021EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2025/05/09 4:54 a.m.1 views

SUSE CVE-2022-49907

In the Linux kernel, the following vulnerability has been resolved: net: mdio: fix undefined behavior in bit shift for mdiobusregister Shifting signed 32-bit value by 31 bits is undefined, so changing significant bit to unsigned. The UBSAN warning calltrace like below: UBSAN: shift-out-of-bounds ...

5.5CVSS6.5AI score0.00051EPSS
Exploits0References4
CVE
CVE
added 2025/05/06 8:32 a.m.63 views

CVE-2025-21475

CVE-2025-21475 describes memory corruption in Qualcomm chipsets when handling an escape code, triggered by passing a large unsigned value for DisplayId . Affected software/hardware: Qualcomm chipsets (details not expanded in provided documents). The root cause is memory corruption in the escape c...

7.8CVSS7.9AI score0.00068EPSS
Exploits0References1Affected Software1
Microsoft CVE
Microsoft CVE
added 2025/05/05 7:0 a.m.3 views

TinyXML2 through 10.0.0 has a reachable assertion for UINT_MAX/digit, that may lead to application exit, in tinyxml2.cpp XMLUtil::GetCharacterRef.

...

6.5CVSS5.3AI score0.00217EPSS
Exploits1
OSV
OSV
added 2025/05/01 3:16 p.m.1 views

DEBIAN-CVE-2022-49907

In the Linux kernel, the following vulnerability has been resolved: net: mdio: fix undefined behavior in bit shift for mdiobusregister Shifting signed 32-bit value by 31 bits is undefined, so changing significant bit to unsigned. The UBSAN warning calltrace like below: UBSAN: shift-out-of-bounds ...

7.8CVSS5.5AI score0.00051EPSS
Exploits0References1
Positive Technologies
Positive Technologies
added 2025/03/26 12:0 a.m.1 views

PT-2025-18447

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A division by zero issue has been resolved in the Linux kernel. The problem occurs when a user sets a speed value greater than UINT MAX/8, making division by zero possible. This issue wa...

5.5CVSS6.7AI score0.00066EPSS
Exploits0
Cvelist
Cvelist
added 2024/06/19 2:54 p.m.20 views

CVE-2021-47604 vduse: check that offset is within bounds in get_config()

In the Linux kernel, the following vulnerability has been resolved: vduse: check that offset is within bounds in getconfig This condition checks "len" but it does not check "offset" and that could result in an out of bounds read if "offset dev-configsize". The problem is that since both variables...

0.00032EPSS
Exploits0References2
NVD
NVD
added 2024/04/16 9:15 a.m.7 views

CVE-2024-32633

An unsigned value can never be negative, so eMMC full disk test will always evaluate the same way...

4CVSS4.3AI score0.00135EPSS
Exploits0References1
Vulnrichment
Vulnrichment
added 2024/04/16 8:54 a.m.11 views

CVE-2024-32633 Unsigned compared against 0

An unsigned value can never be negative, so eMMC full disk test will always evaluate the same way...

4CVSS6.9AI score0.00135EPSS
Exploits0References1
Cvelist
Cvelist
added 2024/04/16 8:54 a.m.12 views

CVE-2024-32633 Unsigned compared against 0

An unsigned value can never be negative, so eMMC full disk test will always evaluate the same way...

4CVSS4.7AI score0.00135EPSS
Exploits0References1
CVE
CVE
added 2024/04/16 8:54 a.m.56 views

CVE-2024-32633

CVE-2024-32633 describes a flaw where an unsigned value can never be negative, causing eMMC full-disk test evaluations to always yield the same result. Connected sources identify the Asrmicro ASR Series (ASR360x, ASR160x, ASR180x) as affected. The initial entry provides a CVSSv3.1 base score of 4...

4CVSS6.8AI score0.00135EPSS
Exploits0References1Affected Software1
Positive Technologies
Positive Technologies
added 2024/04/16 12:0 a.m.3 views

PT-2024-24733

Name of the Vulnerable Software and Affected Versions No specific software or versions are mentioned. Description The issue concerns an unsigned value that can never be negative, affecting the evaluation of the eMMC full disk test. Recommendations At the moment, there is no information about a...

4CVSS6.5AI score0.00135EPSS
Exploits0References3
CVE
CVE
added 2023/09/28 1:55 p.m.160 views

CVE-2023-5215

A vulnerability CVE-2023-5215 affects libnbd where a server may reply with a block size larger than 2^63, violating the 64-bit unsigned size expectation in nbd_get_size() and potentially causing an application crash or other unintended behavior in NBD clients that mishandle the return value. Conn...

6.5CVSS5.8AI score0.00047EPSS
Exploits1References4Affected Software2
RedHat Linux
RedHat Linux
added 2023/05/16 8:56 a.m.1 views

kernel: arm64: cacheinfo: Fix incorrect assignment of signed error value to unsigned fw_level

An integer overflow exists in the linux kernel such that the value returned from acpifindlastcachelevel is then assigned to unsigned fwlevel, which will result in the number of cache leaves calculated incorrectly, resulting in damage to the confidentiality, integrity, and availability of the syst...

5.5CVSS6.7AI score0.00074EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2023/05/09 10:4 a.m.1 views

kernel: arm64: cacheinfo: Fix incorrect assignment of signed error value to unsigned fw_level

An integer overflow exists in the linux kernel such that the value returned from acpifindlastcachelevel is then assigned to unsigned fwlevel, which will result in the number of cache leaves calculated incorrectly, resulting in damage to the confidentiality, integrity, and availability of the syst...

5.5CVSS6.7AI score0.00074EPSS
Exploits0References5
Microsoft CVE
Microsoft CVE
added 2020/09/25 7:0 a.m.2 views

There is an issue on grub2 before version 2.06 at function read_section_as_string(). It expects a font name to be at max UINT32_MAX - 1 length in bytes but it doesn't verify it before proceed with buffer allocation to read the value from the font value. An attacker may leverage that by crafting a malicious font file which has a name with UINT32_MAX leading to read_section_as_string() to an arithmetic overflow zero-sized allocation and further heap-based buffer overflow.

...

6CVSS7AI score0.0006EPSS
Exploits0
OSV
OSV
added 2017/10/03 1:29 a.m.2 views

ALPINE-CVE-2017-13704

In dnsmasq before 2.78, if the DNS packet size does not match the expected size, the size parameter in a memset call gets a negative value. As it is an unsigned value, memset ends up writing up to 0xffffffff zero's 0xffffffffffffffff in 64 bit platforms, making dnsmasq crash...

7.5CVSS6.9AI score0.77786EPSS
Exploits0References1
OSV
OSV
added 2017/10/03 1:29 a.m.1 views

DEBIAN-CVE-2017-13704

In dnsmasq before 2.78, if the DNS packet size does not match the expected size, the size parameter in a memset call gets a negative value. As it is an unsigned value, memset ends up writing up to 0xffffffff zero's 0xffffffffffffffff in 64 bit platforms, making dnsmasq crash...

7.5CVSS8.3AI score0.77786EPSS
Exploits0References1
Rows per page
Query Builder