Lucene search
+L

4338 matches found

NVD
NVD
added 2024/02/22 5:15 p.m.20 views

CVE-2023-52452

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix accesses to uninit stack slots Privileged programs are supposed to be able to read uninitialized stack memory ever since 6715df8d5 but, before this patch, these accesses were permitted inconsistently. In particular,...

7.8CVSS7.4AI score0.00239EPSS
SaveExploits0References3
Gentoo Linux
Gentoo Linux
added 2024/02/18 12:0 a.m.29 views

GNU Tar: Out of Bounds Read

Background The GNU Tar program provides the ability to create tar archives, as well as various other kinds of manipulation. Description A vulnerability have been discovered in GNU Tar. Please review the CVE identifier referenced below for details. Impact GNU Tar has a one-byte out-of-bounds read...

5.5CVSS6.9AI score0.04524EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
added 2024/02/18 12:0 a.m.22 views

GLSA-202402-12 : GNU Tar: Out of Bounds Read

The remote host is affected by the vulnerability described in GLSA-202402-12 GNU Tar: Out of Bounds Read - GNU Tar through 1.34 has a one-byte out-of-bounds read that results in use of uninitialized memory for a conditional jump. Exploitation to change the flow of control has not been demonstrate...

5.5CVSS6.6AI score0.04524EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2024/02/08 12:0 a.m.22 views

CentOS 8 : tar (CESA-2023:0842)

The remote CentOS Linux 8 host has a package installed that is affected by a vulnerability as referenced in the CESA-2023:0842 advisory. - GNU Tar through 1.34 has a one-byte out-of-bounds read that results in use of uninitialized memory for a conditional jump. Exploitation to change the flow of...

5.5CVSS6.6AI score0.04524EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
added 2023/12/19 12:15 a.m.50 views

CVE-2023-6918

A flaw was found in the libssh implements abstract layer for message digest MD operations implemented by different supported crypto backends. The return values from these were not properly checked, which could cause low-memory situations failures, NULL dereferences, crashes, or usage of the...

5.3CVSS6.7AI score0.01409EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2023/12/18 11:27 p.m.43 views

CVE-2023-6918 Libssh: missing checks for return values for digests

A flaw was found in the libssh implements abstract layer for message digest MD operations implemented by different supported crypto backends. The return values from these were not properly checked, which could cause low-memory situations failures, NULL dereferences, crashes, or usage of the...

3.7CVSS6AI score0.01409EPSS
SaveExploits0References6
AlpineLinux
AlpineLinux
added 2023/12/18 11:27 p.m.73 views

CVE-2023-6918

A flaw was found in the libssh implements abstract layer for message digest MD operations implemented by different supported crypto backends. The return values from these were not properly checked, which could cause low-memory situations failures, NULL dereferences, crashes, or usage of the...

5.3CVSS6AI score0.01409EPSS
SaveExploits0
CVE
CVE
added 2023/12/18 11:27 p.m.450 views

CVE-2023-6918

CVE-2023-6918 affects the libssh library where MD operation backends do not properly check return values, potentially causing low-memory failures, NULL dereferences, crashes, or using uninitialized memory as input to the KDF. This can lead to non-matching keys resulting in decryption/integrity fa...

5.3CVSS5.7AI score0.01409EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2023/12/18 11:27 p.m.50 views

CVE-2023-6918

A flaw was found in the libssh implements abstract layer for message digest MD operations implemented by different supported crypto backends. The return values from these were not properly checked, which could cause low-memory situations failures, NULL dereferences, crashes, or usage of the...

5.3CVSS6.2AI score0.01409EPSS
SaveExploits0
CNNVD
CNNVD
added 2023/12/18 12:0 a.m.4 views

libssh Security Vulnerabilities

libssh is a C development package from the libssh organization for accessing SSH services, which can perform remote commands, file transfers, and also provide a secure transport channel for remote programs. A security vulnerability exists in libssh that stems from a return value that is not...

5.3CVSS8.8AI score0.01409EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2023/12/08 12:0 a.m.8 views

PT-2023-8768

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to the Linux kernel's handling of uninitialized stack memory. Privileged programs are supposed to be able to read this memory, but before the patch, these accesses...

7.8CVSS6.6AI score0.00309EPSS
SaveExploits1References355
BDU FSTEC
BDU FSTEC
added 2023/11/23 12:0 a.m.8 views

The vulnerability in the `drm_mode_setcrtc()` function of the `drivers/gpu/drm/drm_crtc.c` file of the Linux operating system’s DRM driver module allows a attacker to influence the integrity and accessibility of information, and execute arbitrary code.

The vulnerability of the drmmodesetcrtc function in the drivers/gpu/drm/drmcrtc.c file of the Linux operating system’s DRM driver module relates to access to uninitialized dynamic memory. Exploiting this vulnerability could allow a attacker to influence the integrity and accessibility of...

8.8CVSS5.8AI score
SaveExploits0References1Affected Software3
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.4 views

kernel: usb: idmouse: fix an uninit-value in idmouse_open

A use of uninitialized memory was found in the Linux kernel's idmouse USB fingerprint reader driver. In idmousecreateimage, when any ftipcommand fails, control jumps to the reset label but leaves bulkinbuffer data uninitialized. The subsequent check for a valid image then dereferences this...

5.8AI score0.00248EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.5 views

kernel: wifi: ath9k: avoid referencing uninit memory in ath9k_wmi_ctrl_rx

A flaw was identified in the Linux kernel’s ath9k wireless driver where the receiver packet handling code did not correctly validate the length of incoming SKBs before accessing subsequent fields expected to be present. In certain malformed packet conditions e.g., pktlen set too small, the driver...

5.8AI score0.00203EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.12 views

kernel: net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume()

An uninitialized memory access flaw was found in the Linux kernel's QRTR Qualcomm IPC Router protocol in the transmit resume handling. When processing RESUMETX messages, if the packet size is smaller than the expected control structure, the qrtrtxresume function reads uninitialized memory from th...

7.8CVSS7.2AI score0.00142EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.6 views

kernel: drm/gud: Fix UBSAN warning

A flaw was found in the GUD Generic USB Display driver in the Linux kernel. Uninitialized iosysmap variables on the stack contain garbage values in their isiomem boolean field. When iosysmapclear checks this field, UBSAN flags it as an invalid boolean value, indicating potential undefined behavio...

7.2AI score0.00176EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2023/11/08 12:0 a.m.18 views

NewStart CGSL MAIN 6.06 : tar Vulnerability (NS-SA-2023-0135)

The remote NewStart CGSL host, running version MAIN 6.06, has tar packages installed that are affected by a vulnerability: - GNU Tar through 1.34 has a one-byte out-of-bounds read that results in use of uninitialized memory for a conditional jump. Exploitation to change the flow of control has no...

6.6AI score0.04524EPSS
SaveExploits1References3
RedHat Linux
RedHat Linux
added 2023/11/07 9:3 a.m.7 views

kernel: ipv6: Fix an uninit variable access bug in __ip6_make_skb()

A flaw was identified in the Linux kernel’s IPv6 networking code in the function ip6makeskb. Under certain conditions—such as when using raw IPv6 sockets and processing ICMPv6 headers—the code may access an uninitialized variable because the expected header data is not guaranteed to reside in the...

6AI score0.00184EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/07 9:3 a.m.8 views

kernel: net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume()

An uninitialized memory access flaw was found in the Linux kernel's QRTR Qualcomm IPC Router protocol in the transmit resume handling. When processing RESUMETX messages, if the packet size is smaller than the expected control structure, the qrtrtxresume function reads uninitialized memory from th...

7.8CVSS7.2AI score0.00142EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/07 9:3 a.m.6 views

kernel: usb: idmouse: fix an uninit-value in idmouse_open

A use of uninitialized memory was found in the Linux kernel's idmouse USB fingerprint reader driver. In idmousecreateimage, when any ftipcommand fails, control jumps to the reset label but leaves bulkinbuffer data uninitialized. The subsequent check for a valid image then dereferences this...

5.8AI score0.00248EPSS
SaveExploits0References5
Rows per page
Query Builder