Lucene search
+L

3818 matches found

OSV
OSV
added 2024/09/17 9:30 p.m.18 views

GHSA-VH3X-525M-JP4R heap-buffer-overflow in MicroPython

A vulnerability was found in MicroPython 1.23.0. It has been rated as critical. Affected by this issue is the function mpzasbytes of the file py/objint.c. The manipulation leads to heap-based buffer overflow. The attack may be launched remotely. The exploit has been disclosed to the public and ma...

7.3CVSS7.4AI score0.00993EPSS
SaveExploits1References9
OSV
OSV
added 2024/09/17 7:15 p.m.5 views

DEBIAN-CVE-2024-8948

A vulnerability was found in MicroPython 1.23.0. It has been rated as critical. Affected by this issue is the function mpzasbytes of the file py/objint.c. The manipulation leads to heap-based buffer overflow. The attack may be launched remotely. The exploit has been disclosed to the public and ma...

7.5CVSS7.2AI score0.00993EPSS
SaveExploits1References1
PyPA
PyPA
added 2024/09/17 7:15 p.m.12 views

PYSEC-2024-88

A vulnerability was found in MicroPython 1.23.0. It has been rated as critical. Affected by this issue is the function mpzasbytes of the file py/objint.c. The manipulation leads to heap-based buffer overflow. The attack may be launched remotely. The exploit has been disclosed to the public and ma...

7.5CVSS7.3AI score0.00993EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2024/09/17 7:15 p.m.16 views

UBUNTU-CVE-2024-8948

A vulnerability was found in MicroPython 1.23.0. It has been rated as critical. Affected by this issue is the function mpzasbytes of the file py/objint.c. The manipulation leads to heap-based buffer overflow. The attack may be launched remotely. The exploit has been disclosed to the public and ma...

7.5CVSS5.6AI score0.00993EPSS
SaveExploits1References7
Vulnrichment
Vulnrichment
added 2024/09/17 6:31 p.m.20 views

CVE-2024-8947 MicroPython objarray.c use after free

A vulnerability was found in MicroPython 1.22.2. It has been declared as critical. Affected by this vulnerability is an unknown functionality of the file py/objarray.c. The manipulation leads to use after free. The attack can be launched remotely. The complexity of an attack is rather high. The...

6.3CVSS5.6AI score0.01029EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2024/09/16 5:19 p.m.20 views

lexical-core has multiple soundness issues

RUSTSEC-2024-0377 contains multiple soundness issues: 1. Bytes::read allows creating instances of types with invalid bit patterns 1. BytesIter::read advances iterators out of bounds 1. The BytesIter trait has safety invariants but is public and not marked unsafe 1. writefloat calls...

7.3AI score
SaveExploits0References9Affected Software1
Microsoft CVE
Microsoft CVE
added 2024/09/11 7:00 a.m.7 views

In the Elliptic package 6.5.6 for Node.js EDDSA signature malleability occurs because there is a missing signature length check and thus zero-valued bytes can be removed or appended.

...

5.3CVSS7.1AI score0.00302EPSS
SaveExploits1
OSV
OSV
added 2024/09/08 12:00 p.m.8 views

RUSTSEC-2024-0404 Unsoundness in anstream

When given a valid UTF8 string "ö\x1b😀", the function in crates/anstream/src/adapter/strip.rs will be confused. The UTF8 bytes are \xc3\xb6 then \x1b then \xf0\x9f\x98\x80. When looping over "non-printable bytes" \x1b\xf0 will be considered as some non-printable sequence. This will produce a brok...

5.5AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/09/08 12:00 a.m.13 views

PT-2024-40949 · Anstream · Anstream

Name of the Vulnerable Software and Affected Versions: anstream affected versions not specified Description: The issue arises when the function in anstream's adapter/strip.rs is given a valid UTF8 string containing non-printable bytes, such as "öx1b😀". The function incorrectly segments the UTF8...

6.9AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/08/27 3:11 p.m.39 views

CVE-2024-43899

A NULL pointer dereference vulnerability was found in dcn20getdcccompressioncap function in the dcn20resource.c file in the AMD GPU driver in the Linux Kernel. This issue could allow an attacker to make the system hang when using the mpv media player with specific hardware acceleration options...

4.4CVSS5.9AI score0.00211EPSS
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2024/08/21 12:00 a.m.15 views

The vulnerability of the async_free_space() function in the Linux kernel’s binder component, which allows a hacker to disclose protected information

The vulnerability of the asyncfreespace function in the Linux kernel’s binder component is related to a potential data leak of up to 8 bytes during each asynchronous transaction that is 8 bytes or less in size. Exploiting this vulnerability could allow an attacker to disclose sensitive informatio...

5.5CVSS5.6AI score0.00229EPSS
SaveExploits0References19Affected Software2
Citrix
Citrix
added 2024/08/17 12:00 a.m.16 views

PVS Target Devices boot statistics very high bytes read

The customer had observed very slow PVS target boot time. Boot statistics on vDisk shows a long time to boot, over 600 seconds, and boot time bytes read of over 2.5 GB...

7AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/08/15 5:34 a.m.11 views

kernel: cifs: fix underflow in parse_server_interfaces()

In the Linux kernel, the following vulnerability has been resolved: cifs: fix underflow in parseserverinterfaces In this loop, we step through the buffer and after each item we check if the sizeleft is greater than the minimum size we need. However, the problem is that "bytesleft" is type ssizet...

9.4CVSS6.6AI score0.00748EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/08 4:53 a.m.15 views

kernel: wifi: brcmfmac: pcie: handle randbuf allocation failure

in linux kernel wifi, the kzalloc in brcmfpciedownloadfwnvram will return null if the physical memory has run out. Thereafter if getrandombytes is used, a null pointer dereference is triggered, causing allocation failure...

5.5CVSS7.3AI score0.00225EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/08 4:44 a.m.17 views

kernel: wifi: brcmfmac: pcie: handle randbuf allocation failure

in linux kernel wifi, the kzalloc in brcmfpciedownloadfwnvram will return null if the physical memory has run out. Thereafter if getrandombytes is used, a null pointer dereference is triggered, causing allocation failure...

5.5CVSS7.3AI score0.00225EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/07 9:43 a.m.15 views

kernel: rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validation

In the Linux kernel, the following vulnerability has been resolved: rtnetlink: Correct nested IFLAVFVLANLIST attribute validation Each attribute inside a nested IFLAVFVLANLIST is assumed to be a struct iflavfvlaninfo so the size of such attribute needs to be at least of sizeofstruct iflavfvlaninf...

5.5CVSS6.7AI score0.00249EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2024/08/07 12:00 a.m.15 views

The vulnerability of the nbd_get_size() function in the libnbd library, which allows a hacker to cause a service failure

The vulnerability of the nbdgetsize function in the libnbd library is related to responses received by the server from blocks that are larger than 2^63 bytes. Exploiting this vulnerability could allow a remote attacker to cause service interruptions...

6.5CVSS6.3AI score0.00746EPSS
SaveExploits1References10Affected Software6
SUSE CVE
SUSE CVE
added 2024/08/06 1:59 a.m.7 views

SUSE CVE-2024-42131

In the Linux kernel, the following vulnerability has been resolved: mm: avoid overflows in dirty throttling logic The dirty throttling logic is interspersed with assumptions that dirty limits in PAGESIZE units fit into 32-bit so that various multiplications fit into 64-bits. If limits end up bein...

5.5CVSS6.5AI score0.00244EPSS
SaveExploits0References17
NVD
NVD
added 2024/08/05 3:15 p.m.47 views

CVE-2024-33015

Transient DOS while parsing SCAN RNR IE when bytes received from AP is such that the size of the last param of IE is less than neighbor report...

7.5CVSS0.0028EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/08/05 2:21 p.m.46 views

CVE-2024-23357 NULL Pointer Dereference in HLOS

Transient DOS while importing a PKCS8-encoded RSA key with zero bytes modulus...

6.2CVSS0.00094EPSS
SaveExploits0References1
Rows per page
Query Builder