Skip to content

ipTIME A2004 - Unauthorized Access

ID: CVE-2024-54763

Severity: medium

Author: ritikchaddha

Tags: cve,cve2024,iptime,router,unauth,exposure

An access control issue in the component /login/hostinfo.cgi of ipTIME A2004 v12.17.0 allows attackers to obtain sensitive information without authentication.

id: CVE-2024-54763
info:
name: ipTIME A2004 - Unauthorized Access
author: ritikchaddha
severity: medium
description: |
An access control issue in the component /login/hostinfo.cgi of ipTIME A2004 v12.17.0 allows attackers to obtain sensitive information without authentication.
reference:
- https://github.com/Shuanunio/CVE_Requests/blob/main/ipTIME/A2004/ipTIME_A2004_unauthorized_access_vulnerability_first.md
- https://nvd.nist.gov/vuln/detail/CVE-2024-54763
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cve-id: CVE-2024-54763
cwe-id: CWE-284
metadata:
verified: true
max-request: 1
vendor: ipTIME
product: A2004
shodan-query: http.title:"ipTIME"
fofa-query: title="ipTIME"
tags: cve,cve2024,iptime,router,unauth,exposure
http:
- method: GET
path:
- "{{BaseURL}}/login/hostinfo.cgi"
matchers-condition: and
matchers:
- type: regex
regex:
- "^ipTIME"
- type: word
part: content_type
words:
- "text/plain"
- type: status
status:
- 200
# digest: 4a0a004730450221009c74fc28d88e62e5320a4ed569c8522db81e36edc0a2f0647926a74d6973ac9802203c681723123799c321f4cd23ac80247d6bb7af713eeda1428ef9fdc59a0879a3:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/cves/2024/CVE-2024-54763.yaml"

View on Github