Lucene search
+L

1563 matches found

CVE
CVE
added 2025/02/03 3:23 a.m.64 views

CVE-2025-20638

CVE-2025-20638 concerns MediaTek chipsets where the DA module exposes a read of uninitialized heap data, enabling local information disclosure. Root cause: uninitialized data in the DA module. Impact: potential leakage of heap contents if an attacker gains physical access; exploitation requires u...

4.6CVSS5.9AI score0.00098EPSS
SaveExploits0References1Affected Software1
CNNVD
CNNVD
added 2025/02/02 12:0 a.m.8 views

MediaTek Chipsets 安全漏洞

MediaTek Chipsets are a variety of chips from China's MediaTek Corporation MediaTek. A security vulnerability exists in MediaTek Chipsets, which stems from an uninitialized data issue contained in the DA module that could result in reading uninitialized heap data...

4.6CVSS6.7AI score0.00098EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/28 5:15 p.m.5 views

CVE-2018-9378

In BnAudioPolicyService::onTransact of IAudioPolicyService.cpp, there is a possible information disclosure due to uninitialized data. This could lead to local information disclosure with no additional execution privileges needed. User interaction is not needed for exploitation...

6.2CVSS5.9AI score0.00085EPSS
SaveExploits0References1
NVD
NVD
added 2025/01/28 5:15 p.m.13 views

CVE-2018-9378

In BnAudioPolicyService::onTransact of IAudioPolicyService.cpp, there is a possible information disclosure due to uninitialized data. This could lead to local information disclosure with no additional execution privileges needed. User interaction is not needed for exploitation...

6.2CVSS0.00085EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2025/01/28 4:53 p.m.9 views

CVE-2018-9378

In BnAudioPolicyService::onTransact of IAudioPolicyService.cpp, there is a possible information disclosure due to uninitialized data. This could lead to local information disclosure with no additional execution privileges needed. User interaction is not needed for exploitation...

6.4AI score0.00085EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/01/28 4:53 p.m.21 views

CVE-2018-9378

In BnAudioPolicyService::onTransact of IAudioPolicyService.cpp, there is a possible information disclosure due to uninitialized data. This could lead to local information disclosure with no additional execution privileges needed. User interaction is not needed for exploitation...

0.00085EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/01/28 12:0 a.m.8 views

Google Pixel和Google Nexus 安全漏洞

Google Pixel and Google Nexus are both a smartphone from Google USA. Google Pixel and Google Nexus have a security vulnerability that stems from uninitialized data. An attacker exploiting the vulnerability can leak sensitive information...

6.2CVSS9AI score0.00085EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/01/28 12:0 a.m.7 views

PT-2025-1333 · Unknown · Audiopolicyservice

Name of the Vulnerable Software and Affected Versions: AudioPolicyService affected versions not specified Description: A possible information disclosure exists in BnAudioPolicyService::onTransact due to uninitialized data. This could lead to local information disclosure without requiring addition...

6.2CVSS8.3AI score0.00085EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/01/27 7:20 a.m.8 views

CVE-2024-57943

In the Linux kernel, the following vulnerability has been resolved: exfat: fix the new buffer was not zeroed before writing Before writing, if a bufferhead marked as new, its data must be zeroed, otherwise uninitialized data in the page cache will be written. So this commit uses foliozeronewbuffe...

5.5CVSS6.8AI score0.00192EPSS
SaveExploits0References4
OSV
OSV
added 2025/01/21 1:15 p.m.1 views

DEBIAN-CVE-2024-57943

In the Linux kernel, the following vulnerability has been resolved: exfat: fix the new buffer was not zeroed before writing Before writing, if a bufferhead marked as new, its data must be zeroed, otherwise uninitialized data in the page cache will be written. So this commit uses foliozeronewbuffe...

7.8CVSS5.8AI score0.00192EPSS
SaveExploits0References1
CVE
CVE
added 2025/01/21 12:18 p.m.86 views

CVE-2024-57943

CVE-2024-57943 affects the Linux kernel exFAT path where a newly allocated buffer head could write uninitialized data from the page cache. The root cause is that buffers marked as new were not zeroed before write_end(), risking data leakage or corruption. The remediation is a kernel commit that c...

7.8CVSS6.7AI score0.00192EPSS
SaveExploits0References2Affected Software1
CNNVD
CNNVD
added 2025/01/21 12:0 a.m.5 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 exfat module not properly zeroing new buffers on write. This could result in uninitialized data being...

7.8CVSS5.8AI score0.00192EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/01/21 12:0 a.m.4 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 drivetemp driver in the hwmon module returning the wrong error code on a SCSI error. This could cause...

5.5CVSS6.6AI score0.00199EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2025/01/20 4:51 a.m.6 views

CVE-2024-57909

In the Linux kernel, the following vulnerability has been resolved: iio: light: bh1745: fix information leak in triggered buffer The 'scan' local struct is used to push data to user space from a triggered buffer, but it does not set values for inactive channels, as it only uses...

5.5CVSS6.5AI score0.00234EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/01/20 4:51 a.m.9 views

CVE-2024-57905

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ti-ads1119: fix information leak in triggered buffer The 'scan' local struct is used to push data to user space from a triggered buffer, but it has a hole between the sample unsigned int and the timestamp. This hole is...

5.5CVSS6.5AI score0.0019EPSS
SaveExploits0References4
OSV
OSV
added 2025/01/19 12:15 p.m.1 views

DEBIAN-CVE-2024-57909

In the Linux kernel, the following vulnerability has been resolved: iio: light: bh1745: fix information leak in triggered buffer The 'scan' local struct is used to push data to user space from a triggered buffer, but it does not set values for inactive channels, as it only uses...

7.1CVSS5.8AI score0.00234EPSS
SaveExploits0References1
NVD
NVD
added 2025/01/19 12:15 p.m.10 views

CVE-2024-57909

In the Linux kernel, the following vulnerability has been resolved: iio: light: bh1745: fix information leak in triggered buffer The 'scan' local struct is used to push data to user space from a triggered buffer, but it does not set values for inactive channels, as it only uses...

7.1CVSS0.00234EPSS
SaveExploits0References2
NVD
NVD
added 2025/01/19 12:15 p.m.8 views

CVE-2024-57906

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ti-ads8688: fix information leak in triggered buffer The 'buffer' local array is used to push data to user space from a triggered buffer, but it does not set values for inactive channels, as it only uses...

7.1CVSS0.00214EPSS
SaveExploits0References9
NVD
NVD
added 2025/01/19 12:15 p.m.11 views

CVE-2024-57905

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ti-ads1119: fix information leak in triggered buffer The 'scan' local struct is used to push data to user space from a triggered buffer, but it has a hole between the sample unsigned int and the timestamp. This hole is...

7.1CVSS0.0019EPSS
SaveExploits0References2
NVD
NVD
added 2025/01/19 12:15 p.m.9 views

CVE-2024-57908

In the Linux kernel, the following vulnerability has been resolved: iio: imu: kmx61: fix information leak in triggered buffer The 'buffer' local array is used to push data to user space from a triggered buffer, but it does not set values for inactive channels, as it only uses...

7.1CVSS0.00214EPSS
SaveExploits0References9
Rows per page
Query Builder