Cyber Resilience

CVE-2024-41686

Syrotech Sy-Gpon-1110-Wdont Firmware 3.1.02-231102

Published
26 July 2024
Modified
21 November 2024
CVSS Score v4 7.3
Click a component to see what it means
Raw vectorCVSS:4.0/AV:A/AC:L/AT:P/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/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:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0016 5th percentile
Risk Priority 24 floored blend · peak EPSS

Summary

CVE-2024-41686 is a high-severity Incorrect Behavior Order: Early Validation (CWE-179) vulnerability in Syrotech Sy-Gpon-1110-Wdont Firmware. Its CVSS base score is 7.3 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

This vulnerability exists in SyroTech SY-GPON-1110-WDONT Router due to improper implementation of password policies. A local attacker could exploit this by creating password that do not adhere to the defined security standards/policy on the vulnerable system. Successful exploitation of this…

more

vulnerability could allow the attacker to expose the router to potential security threats.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-41691Same product: Syrotech Sy-Gpon-1110-Wdont
CVE-2024-41684Same product: Syrotech Sy-Gpon-1110-Wdont
CVE-2024-41687Same product: Syrotech Sy-Gpon-1110-Wdont
CVE-2024-41690Same product: Syrotech Sy-Gpon-1110-Wdont
CVE-2024-41689Same product: Syrotech Sy-Gpon-1110-Wdont
CVE-2024-41688Same product: Syrotech Sy-Gpon-1110-Wdont
CVE-2025-63729Same product: Syrotech Sy-Gpon-1110-Wdont
CVE-2024-41685Same product: Syrotech Sy-Gpon-1110-Wdont
CVE-2026-3832Shared CWE-179
CVE-2026-49414Shared CWE-179

Affected Assets

syrotech
sy-gpon-1110-wdont firmware
3.1.02-231102

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V1.3.6
  • V1.3.8
  • V2.2.1
  • V3.7.2

Mitigating Controls (NIST 800-53 r5) AI

Requiring validation of information inputs after canonicalization or sanitization directly stops the incorrect ordering that lets modified dangerous data bypass checks.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

RS.AN-03 none match
degrades

CWE-179 is a coding flaw enabling input-validation bypasses; it neither impairs post-incident forensic/root-cause processes (RS.AN-03) nor is itself mitigated or exposed by those processes.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect early-validation flaws but does not inherently prevent them in design.

prevents

Secure development life cycle mandates validation after canonicalization or sanitization, directly preventing early-validation bypasses.

prevents

Application security requirements include input validation rules that must be applied after protective transformations.

prevents

Secure architecture principles discourage unsafe ordering of validation and sanitization steps.

prevents

Secure coding standards explicitly require canonicalization before validation to avoid CWE-179.

References