Lucene search
K

41 matches found

AstraLinux
AstraLinux
added 2026/06/19 11:10 a.m.6 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerabilities have been resolved: pinctrl: s32cc: fixed uninitialized memory in s32pinctrldesc s32pinctrldesc is allocated using devmkmalloc, but not all of its fields are initialized. Notably, numcustomparams is used in pinconfgenericparsedtconfig, resulting ...

5.8AI score0.00175EPSS
Exploits0References2
AstraLinux
AstraLinux
added 2026/05/03 11:59 p.m.4 views

Astra Linux – Vulnerability in Linux

A issue was discovered in the Linux kernel through version 5.11.3, when it was used with Xen PV. A certain part of the netback driver lacks proper handling of errors, such as failed memory allocations as a result of changes to the way errors related to grant mapping are handled. A denial-of-servi...

6.5CVSS6.2AI score0.00708EPSS
Exploits0References1
OSV
OSV
added 2025/12/16 1:57 p.m.5 views

CVE-2025-68222 pinctrl: s32cc: fix uninitialized memory in s32_pinctrl_desc

In the Linux kernel, the following vulnerability has been resolved: pinctrl: s32cc: fix uninitialized memory in s32pinctrldesc s32pinctrldesc is allocated with devmkmalloc, but not all of its fields are initialized. Notably, numcustomparams is used in pinconfgenericparsedtconfig, resulting in...

6.4AI score0.00175EPSS
Exploits0References7
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2019-4268

Malware in sbrugna...

7.7CVSS6.9AI score0.01526EPSS
Exploits0References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.7 views

EUVD-2013-2391

Malware in sbrugna...

7.8CVSS7.3AI score0.05725EPSS
Exploits0References29
EUVD
EUVD
added 2025/10/03 8:7 p.m.8 views

EUVD-2025-20031

Malicious code in bioql PyPI...

7.6AI score0.00137EPSS
Exploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.5 views

EUVD-2025-14831

Malicious code in bioql PyPI...

5.4CVSS6.3AI score0.00274EPSS
Exploits0References2
OSV
OSV
added 2025/07/04 1:37 p.m.5 views

CVE-2025-38225 media: imx-jpeg: Cleanup after an allocation error

In the Linux kernel, the following vulnerability has been resolved: media: imx-jpeg: Cleanup after an allocation error When allocation failures are not cleaned up by the driver, further allocation errors will be false-positives, which will cause buffers to remain uninitialized and cause NULL...

5.5CVSS6.4AI score0.00137EPSS
Exploits0References9
Positive Technologies
Positive Technologies
added 2025/05/20 12:0 a.m.7 views

PT-2025-22170 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A issue in the Linux kernel has been identified where the slab-obj exts is not properly cleaned up when memory allocation profiling is disabled, leading to potential errors such as "Ba...

8AI score0.0907EPSS
Exploits6References129
Tenable Nessus
Tenable Nessus
added 2025/03/06 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2024-50271

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - signal: restore the overriderlimit logic Prior to commit d64696905554 Reimplement RLIMITSIGPENDING on top of ucounts UCOUNTRLIMITSIGPENDING rlimit was not...

5.5CVSS6.7AI score0.00234EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:0 a.m.19 views

Linux Distros Unpatched Vulnerability : CVE-2023-52664

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: atlantic: eliminate double free in error handling logic Driver has a logic leak in ring data allocation/free, where aqringfree could be called multiple tim...

7.8CVSS6.8AI score0.00275EPSS
Exploits0References4
OSV
OSV
added 2025/02/26 7:1 a.m.2 views

DEBIAN-CVE-2022-49352

In the Linux kernel, the following vulnerability has been resolved: ext4: fix warning in ext4handleinodeextension We got issue as follows: EXT4-fs error device loop0 in ext4reserveinodewrite:5741: Out of memory EXT4-fs error device loop0: ext4setattr:5462: inode 13: comm syz-executor.0:...

5.5CVSS5.6AI score0.00266EPSS
Exploits0References1
OSV
OSV
added 2025/01/19 11:15 a.m.8 views

CVE-2025-21633

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

7.3AI score
Exploits0References1
Cvelist
Cvelist
added 2025/01/19 10:17 a.m.15 views

CVE-2025-21633

...

Exploits0
OSV
OSV
added 2024/12/09 3:30 a.m.0 views

GHSA-MWCW-C2X4-8C55 Predictable results in nanoid generation when given non-integer values

When nanoid is called with a fractional value, there were a number of undesirable effects: 1. in browser and non-secure, the code infinite loops on while size-- 2. in node, the value of poolOffset becomes fractional, causing calls to nanoid to return zeroes until the pool is next filled 3. if the...

4.3CVSS7AI score0.00666EPSS
Exploits0References7
BDU FSTEC
BDU FSTEC
added 2024/09/30 12:0 a.m.8 views

The vulnerability of the arm64/mm component of the Linux operating system’s kernel allows for a denial-of-service attack to be initiated.

The vulnerability of the arm64/mm component in the Linux operating system’s kernel is related to improper handling of memory allocation errors. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS5.9AI score0.00205EPSS
Exploits0References9Affected Software3
RedHat Linux
RedHat Linux
added 2024/06/05 10:5 a.m.1 views

kernel: net: usb: fix memory leak in smsc75xx_bind

In the Linux kernel, the following vulnerability has been resolved: net: usb: fix memory leak in smsc75xxbind Syzbot reported memory leak in smsc75xxbind. The problem was is non-freed memory in case of errors after memory allocation. backtrace: kmalloc include/linux/slab.h:556 inline kzalloc...

5.5CVSS6.8AI score0.00241EPSS
Exploits0References5
BDU FSTEC
BDU FSTEC
added 2024/03/05 12:0 a.m.5 views

The vulnerability of the __thp_get_unmapped_area() function in the memory management subsystem of 32-bit Linux kernel allows a hacker to trigger a service failure.

The vulnerability of the thpgetunmappedarea function in the mm/hugememory.c module of the memory-management subsystem in 32-bit Linux kernel systems is related to memory allocation errors. Exploiting this vulnerability can allow an attacker to cause a system failure...

8.4CVSS5.9AI score0.00277EPSS
Exploits0References18Affected Software2
OSV
OSV
added 2023/06/15 5:15 p.m.0 views

UBUNTU-CVE-2023-34454

snappy-java is a fast compressor/decompressor for Java. Due to unchecked multiplications, an integer overflow may occur in versions prior to 1.1.10.1, causing an unrecoverable fatal error. The function compresschar input in the file Snappy.java receives an array of characters and compresses it. I...

7.5CVSS6.8AI score0.01469EPSS
Exploits0References7
BDU FSTEC
BDU FSTEC
added 2022/10/31 12:0 a.m.3 views

The vulnerability of the ngx_resolver.c component in the nginx HTTP server allows a attacker to cause a service failure.

The vulnerability of the ngxresolver.c component in the nginx HTTP server is related to memory allocation errors. Exploiting this vulnerability can allow a remote attacker to cause service interruptions...

7.8CVSS6.9AI score
Exploits0References5Affected Software1
Rows per page
Query Builder