hp-laserjet-config: HP LaserJet Configuration Exposure

2026-01-27 hp laserjet config PoC Public

Description

HP LaserJet printer web interface exposes sensitive configuration information without authentication.This includes device information, network configuration, SNMP settings, and other sensitive data that could be leveraged for further attacks or network reconnaissance.

PoC

id: hp-laserjet-config

info:
  name: HP LaserJet Configuration Exposure
  author: DhiyaneshDk
  severity: medium
  description: |
    HP LaserJet printer web interface exposes sensitive configuration information without authentication.This includes device information, network configuration, SNMP settings, and other sensitive data that could be leveraged for further attacks or network reconnaissance.
  reference:
    - https://support.hp.com/us-en/document/ish_4629476-1206130-16
    - https://h10032.www1.hp.com/ctg/Manual/c03137192.pdf
    - https://www.exploit-db.com/ghdb/6459
  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
    cwe-id: CWE-200
  metadata:
    verified: true
    max-request: 3
    vendor: hp
    product: laserjet
    shodan-query: http.title:"HP LaserJet"
    fofa-query: title="HP LaserJet"
    google-query: intitle:"HP LaserJet" inurl:info_configuration
  tags: hp,laserjet,printer,iot,config,exposure,misconfig,intrusive,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/hp/device/this.LCDispatcher?nav=hp.Config"
      - "{{BaseURL}}/info_configuration.html?tab=Home&menu=DevConfig"
      - "{{BaseURL}}/SSI/info_configuration.htm"

    stop-at-first-match: true

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "Configuration Page"
          - "Device Configuration"
          - "set_config_deviceinfo"
        condition: or

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

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities