Lucene search
K

38 matches found

OSV
OSV
added 2025/05/01 2:15 p.m.0 views

UBUNTU-CVE-2025-37770

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.5CVSS6.2AI score0.00165EPSS
Exploits0References39
OSV
OSV
added 2025/01/19 11:15 a.m.1 views

UBUNTU-CVE-2025-21648

In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: clamp maximum hashtable size to INTMAX Use INTMAX as maximum size for the conntrack hashtable. Otherwise, it is possible to hit WARNONONCE in kvmallocnodenoprof when resizing hashtable because GFPNOWARN is...

5.5CVSS6.2AI score0.00209EPSS
Exploits0References34
ATTACKERKB
ATTACKERKB
added 2024/01/31 2:15 p.m.1 views

CVE-2023-6779

An off-by-one heap-based buffer overflow was found in the vsysloginternal function of the glibc library. This function is called by the syslog and vsyslog functions. This issue occurs when these functions are called with a message bigger than INTMAX bytes, leading to an incorrect calculation of t...

8.4CVSS6AI score0.04794EPSS
Exploits8References11
OSV
OSV
added 2024/01/31 2:15 p.m.1 views

DEBIAN-CVE-2023-6779

An off-by-one heap-based buffer overflow was found in the vsysloginternal function of the glibc library. This function is called by the syslog and vsyslog functions. This issue occurs when these functions are called with a message bigger than INTMAX bytes, leading to an incorrect calculation of t...

7.5CVSS8.1AI score0.03127EPSS
Exploits2References1
Positive Technologies
Positive Technologies
added 2024/01/30 12:0 a.m.4 views

PT-2024-1611 · Glibc +1 · Glibc +1

Name of the Vulnerable Software and Affected Versions: glibc versions 2.37 and newer Description: The issue is related to an off-by-one heap-based buffer overflow in the vsyslog internal function of the glibc library. This function is called by the syslog and vsyslog functions. The overflow occur...

8.4CVSS6.6AI score0.04794EPSS
Exploits9References55
SUSE CVE
SUSE CVE
added 2023/11/21 2:18 a.m.2 views

SUSE CVE-2023-48236

Vim is an open source command line text editor. When using the z= command, the user may overflow the count with values larger than MAXINT. Impact is low, user interaction is required and a crash may not even happen in all situations. This vulnerability has been addressed in commit 73b2d379 which...

2.8CVSS7.2AI score0.00688EPSS
Exploits0References6
OSV
OSV
added 2023/11/16 11:15 p.m.1 views

DEBIAN-CVE-2023-48236

Vim is an open source command line text editor. When using the z= command, the user may overflow the count with values larger than MAXINT. Impact is low, user interaction is required and a crash may not even happen in all situations. This vulnerability has been addressed in commit 73b2d379 which...

4.3CVSS6.2AI score0.00688EPSS
Exploits0References1
OSV
OSV
added 2023/11/16 11:15 p.m.8 views

AZL-32012 CVE-2023-48236 affecting package vim for versions less than 9.0.2112-1

Vim is an open source command line text editor. When using the z= command, the user may overflow the count with values larger than MAXINT. Impact is low, user interaction is required and a crash may not even happen in all situations. This vulnerability has been addressed in commit 73b2d379 which...

4.3CVSS6.6AI score0.00688EPSS
Exploits0References1
OSV
OSV
added 2023/11/16 11:15 p.m.0 views

UBUNTU-CVE-2023-48236

Vim is an open source command line text editor. When using the z= command, the user may overflow the count with values larger than MAXINT. Impact is low, user interaction is required and a crash may not even happen in all situations. This vulnerability has been addressed in commit 73b2d379 which...

4.3CVSS7AI score0.00688EPSS
Exploits0References7
OSV
OSV
added 2023/10/21 12:15 a.m.0 views

UBUNTU-CVE-2023-45677

stbvorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds write in f-vendorlen = char'\0';. The root cause is that if len read in startdecoder is a negative number and setupmalloc successfully allocates memory in that case, but memor...

7.8CVSS5.9AI score0.00536EPSS
Exploits0References10
RedHat Linux
RedHat Linux
added 2022/03/28 9:0 a.m.2 views

expat: Integer overflow in storeRawNames()

An integer overflow was found in expat. The issue occurs in storeRawNames by abusing the mbuffer expansion logic to allow allocations very close to INTMAX and out-of-bounds heap writes. This flaw can cause a denial of service or potentially arbitrary code execution...

9.8CVSS7.6AI score0.04781EPSS
Exploits1References5
RedHat Linux
RedHat Linux
added 2022/03/14 10:16 a.m.3 views

expat: Integer overflow in storeRawNames()

An integer overflow was found in expat. The issue occurs in storeRawNames by abusing the mbuffer expansion logic to allow allocations very close to INTMAX and out-of-bounds heap writes. This flaw can cause a denial of service or potentially arbitrary code execution...

9.8CVSS7.6AI score0.04781EPSS
Exploits1References5
RedHat Linux
RedHat Linux
added 2022/03/10 3:18 p.m.4 views

expat: Integer overflow in storeRawNames()

An integer overflow was found in expat. The issue occurs in storeRawNames by abusing the mbuffer expansion logic to allow allocations very close to INTMAX and out-of-bounds heap writes. This flaw can cause a denial of service or potentially arbitrary code execution...

9.8CVSS7.6AI score0.04781EPSS
Exploits1References5
RedHat Linux
RedHat Linux
added 2021/11/09 6:8 p.m.8 views

openssl: integer overflow in CipherUpdate

Calls to EVPCipherUpdate, EVPEncryptUpdate and EVPDecryptUpdate may overflow the output length argument in some cases where the input length is close to the maximum permissible length for an integer on the platform. In such cases the return value from the function call will be 1 indicating succes...

7.5CVSS6.9AI score0.50732EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2021/10/12 4:13 p.m.2 views

openssl: integer overflow in CipherUpdate

Calls to EVPCipherUpdate, EVPEncryptUpdate and EVPDecryptUpdate may overflow the output length argument in some cases where the input length is close to the maximum permissible length for an integer on the platform. In such cases the return value from the function call will be 1 indicating succes...

7.5CVSS6.9AI score0.50732EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2019/08/06 1:57 p.m.3 views

polkit: Improper handling of user with uid > INT_MAX leading to authentication bypass

A flaw was found in PolicyKit aka polkit 0.115 that allows a user with a uid greater than INTMAX to successfully execute any systemctl command...

9CVSS7.4AI score0.11483EPSS
Exploits1References4
OSV
OSV
added 2018/12/03 6:29 a.m.3 views

ALPINE-CVE-2018-19788

A flaw was found in PolicyKit aka polkit 0.115 that allows a user with a uid greater than INTMAX to successfully execute any systemctl command...

8.8CVSS6.7AI score0.11483EPSS
Exploits1References1
CNVD
CNVD
added 2018/10/12 12:0 a.m.4 views

QEMU 'qemu_deliver_packet_iov' function denial of service vulnerability

QEMU aka Quick Emulator is a suite of simulation processor software. The software is fast and cross-platform. A security vulnerability exists in the 'qemudeliverpacketiov' function in the net/net.c file in QEMU, which originates from the function accepting packets larger than the size of INTMAX. ...

9.8CVSS6.3AI score0.04782EPSS
Exploits0References1
Rows per page
Query Builder