PRIMARY CATEGORY → EXPLOITS

CVE-2002-1048 💥HP JetDirect Printer

Attack Vector 🗡️Information Disclosure/Leakage through a SNMP Query

Affected Versions 🚨Lower than X.22.09v

Severity 🚩e.g. High 7.5/10


Information

Reference I    •    Reference II

Overview

Hewlett Packard (HP) printers store sensitive administrative account information in a variable that is served to any user that makes a certain SNMP request

Description

HP JetDirect-enabled printers are configurable via HTTP and Telnet and accept SNMP requests. These printers store the administrative account password in an SNMP variable that can be read by any remote user that knows the address of the printer and the location of the variable. The location of the variable is unchanging.


CVSS v2.0 Score

TL;DR → (AV:N/AC:L/Au:N/C:P/I:P/A:P)

CVSS Base MetricsValues
Access Vector (AV)Network
Access Complexity (AC)Low
Authentication (AU)None
Confidentiality (C)Partial
Integrity (I)Partial
Availability (A)Partial

Setup

python3 -m venv ./venv
source ./venv/bin/activate
pip install -r ./requirements.txt

Usage

Help Display
python3 CVE-2002-1048.py --help
Script Execution
python3 CVE-2002-1048.py <HOST> <SNMPV2C_COMMUNITY_STRING>

Zoom In


Code

Reference


References

Reference I    •    Reference II    •    Reference III