EricssonCVE-2026-58106
Ericsson CodeChecker: out-of-bounds write
Low2.0CVE-2026-58106 · Published Aug 28, 2026 · updated Sep 1, 2026
CVE-2025-40843 https://github.com/advisories/GHSA-5xf2-f6ch-6p8r was fixed by replacing unchecked strcpy() with a bounded safe_strcpy() helper. At ldlogger-tool-gcc.c:129 the destination passed to that helper is fullPath + 2, but the size passed down is the full PATH_MAX. safe_strcpy() is strncpy(), which NUL-pads the destination out to the whole n, so this site writes 4096 bytes into the 4094 that remain — a 2-byte stack overflow on every invocation, independent of the input path's length. This issue affects CodeChecker: through 6.28.2.
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| CodeChecker Product | <= 6.28.2 | No fix yet |
Details and references
- CVSS 4.0
- CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:L/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:N/AU:Y/R:U/V:X/RE:L/U:Green
- Severity from
- the vendor (its own CVE record or advisory)
- Weakness
- CWE-787
More Ericsson advisories
All Ericsson| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Aug 28 | Ericsson CodeChecker: denial of service | Medium5.5 | 6.28.3 |
| Aug 26 | Ericsson CodeChecker: improper access control | Low1.2 | 6.28.3 |
| Jul 27 | Ericsson Packet Core Controller (PCC): system information exposure | Medium4.8 | 1.39 |
| Jul 27 | Ericsson Packet Core Controller (PCC): hard-coded credentials | Medium5.1 | 1.38 |
| Jul 27 | Ericsson Packet Core Controller (PCC): path traversal | Medium4.8 | 1.39 |
| Jul 27 | Ericsson Packet Core Controller (PCC): code execution | High8.5 | 1.38 |