Cyber Resilience

CVE-2024-46658

High

Published: 03 October 2024

Published
03 October 2024
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 8.0 CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.3259 97.0th percentile
Risk Priority 36 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-46658 is a high-severity OS Command Injection (CWE-78) vulnerability. Its CVSS base score is 8.0 (High).

Operationally, ranked in the top 3.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

Syrotech SY-GOPON-8OLT-L3 version 1.6.0_240629 contains an authenticated command injection vulnerability tracked as CVE-2024-46658 and assigned CWE-78. The flaw received a CVSS 3.1 score of 8.0, reflecting an adjacent-network attack vector, low attack complexity, and low required privileges that can result in full compromise of confidentiality, integrity, and availability.

An attacker who has already obtained authenticated access to the device can supply crafted input that is passed to an operating-system command, allowing arbitrary command execution on the underlying system. Successful exploitation therefore grants the attacker the ability to run commands with the privileges of the affected process, potentially leading to device takeover or lateral movement within the local network segment.

A publicly available proof-of-concept repository demonstrates the injection technique against the listed firmware version. No vendor advisory or official patch information is referenced in the available sources.

The EPSS score for this CVE reached a peak of 0.4497 before settling at a current value of 0.3259, indicating a noticeable increase in predicted exploitation interest after disclosure.

EU & UK References

Vulnerability details

Syrotech SY-GOPON-8OLT-L3 v1.6.0_240629 was discovered to contain an authenticated command injection vulnerability.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-78

Platform-independent apps typically execute inside a managed runtime or sandbox that restricts direct OS command execution, reducing the ability to exploit OS command injection.

addresses: CWE-78

Validates inputs to block special elements that would alter OS command execution.

References