CVE-2025-58346
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2026-02-03

Last updated on: 2026-02-09

Assigner: MITRE

Description
An issue was discovered in the Wi-Fi driver in Samsung Mobile Processor and Wearable Processor Exynos 980, 850, 1080, 1280, 1330, 1380, 1480, 1580, W920, W930 and W1000. There is unbounded memory allocation via a large buffer in a /proc/driver/unifi0/send_addts write operation, leading to kernel memory exhaustion.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-02-03
Last Modified
2026-02-09
Generated
2026-05-27
AI Q&A
2026-02-03
EPSS Evaluated
2026-05-25
NVD
EUVD
Affected Vendors & Products
Showing 22 associated CPEs
Vendor Product Version / Range
samsung exynos_980_firmware *
samsung exynos_980 *
samsung exynos_850_firmware *
samsung exynos_850 *
samsung exynos_1080_firmware *
samsung exynos_1080 *
samsung exynos_1280_firmware *
samsung exynos_1280 *
samsung exynos_1330_firmware *
samsung exynos_1330 *
samsung exynos_1380_firmware *
samsung exynos_1380 *
samsung exynos_1480_firmware *
samsung exynos_1480 *
samsung exynos_1580_firmware *
samsung exynos_1580 *
samsung exynos_w920_firmware *
samsung exynos_w920 *
samsung exynos_w930_firmware *
samsung exynos_w930 *
samsung exynos_w1000_firmware *
samsung exynos_w1000 *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-770 The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

CVE-2025-58346 is a medium-severity vulnerability found in the Wi-Fi drivers of multiple Samsung Exynos System on Chip (SoC) models. The issue occurs due to an unbounded memory allocation when writing to the procfs interface at `/proc/driver/unifi0/send_addts`. This means that an attacker can cause the system to allocate excessive amounts of kernel memory without limits.

This flaw leads to kernel memory exhaustion, which can disrupt normal system operations.


How can this vulnerability impact me? :

The primary impact of this vulnerability is that it can cause a denial of service (DoS) condition. By exploiting the unbounded memory allocation, an attacker can exhaust kernel memory resources, potentially causing the affected device to become unresponsive or crash.


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability involves unbounded memory allocation via a write operation to the procfs interface at /proc/driver/unifi0/send_addts, leading to kernel memory exhaustion.

To detect potential exploitation or attempts, monitoring kernel logs for memory exhaustion or related errors is recommended.

You can check the status of the procfs interface and monitor write operations to /proc/driver/unifi0/send_addts.

  • Use dmesg or journalctl to look for kernel memory exhaustion or related warnings: `dmesg | grep -i memory` or `journalctl -k | grep -i memory`
  • Monitor the /proc/driver/unifi0/send_addts file for unusual write activity, for example, using auditd rules or inotify tools.
  • Check system memory usage and kernel resource consumption with commands like `free -m`, `vmstat`, or `top` to identify abnormal memory depletion.

What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include restricting access to the vulnerable procfs interface to prevent unauthorized write operations.

Limiting user permissions and ensuring only trusted processes or users can write to /proc/driver/unifi0/send_addts can reduce risk.

Monitoring system logs for signs of exploitation attempts and applying any available patches or updates from Samsung as soon as they are released is critical.

If possible, temporarily disabling or restricting the Wi-Fi driver component until a patch is applied may help prevent exploitation.


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

The provided information does not specify any direct impact of this vulnerability on compliance with common standards and regulations such as GDPR or HIPAA.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart