In the Linux kernel, the following vulnerability has been resolved:
ASoC: Intel: avs: Fix potential buffer overflow by snprintf()
snprintf() returns the would-be-filled size when the string overflows
the given buffer size, hence using this value may result in a buffer
overflow (although it's unrealistic).
This patch replaces it with a safer version, scnprintf() for papering
over such a potential issue.
Metrics
Affected Vendors & Products
References
History
Fri, 20 Jun 2025 02:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
References |
| |
Metrics |
threat_severity
|
cvssV3_1
|
Wed, 18 Jun 2025 11:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Description | In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Fix potential buffer overflow by snprintf() snprintf() returns the would-be-filled size when the string overflows the given buffer size, hence using this value may result in a buffer overflow (although it's unrealistic). This patch replaces it with a safer version, scnprintf() for papering over such a potential issue. | |
Title | ASoC: Intel: avs: Fix potential buffer overflow by snprintf() | |
References |
|

Status: PUBLISHED
Assigner: Linux
Published:
Updated: 2025-06-18T11:01:52.478Z
Reserved: 2025-06-18T10:57:27.402Z
Link: CVE-2022-50052

No data.

Status : Awaiting Analysis
Published: 2025-06-18T11:15:33.833
Modified: 2025-06-18T13:47:40.833
Link: CVE-2022-50052
