Cyber Resilience

CVE-2025-1004

Hp G3Q78A Firmware ≤ 2024-10-25

Published
06 February 2025
Modified
24 February 2026
Patch / advisory
CVSS Score v4 6.9
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0041 34th percentile
Risk Priority 41 floored blend · peak EPSS

Summary

CVE-2025-1004 is a medium-severity Improper Handling of Unexpected Data Type (CWE-241) vulnerability in Hp G3Q78A Firmware. Its CVSS base score is 6.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 34th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

Certain HP LaserJet Pro printers may potentially experience a denial of service when a user sends a raw JPEG file to the printer via IPP (Internet Printing Protocol).

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
T1210 Exploitation of Remote Services Lateral Movement
Adversaries may exploit remote services to gain unauthorized access to internal systems once inside of a network.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-9423Same vendor: Hp
CVE-2025-2268Same vendor: Hp
CVE-2025-43489Same vendor: Hp
CVE-2017-12557Same vendor: Hp
CVE-2019-11945Same vendor: Hp
CVE-2025-26507Same product: Hp 4Pa44A
CVE-2023-22783Same vendor: Hp
CVE-2025-43025Same vendor: Hp
CVE-2023-22781Same vendor: Hp
CVE-2023-35176Same vendor: Hp

Affected Assets

hp
g3q78a firmware
≤ 2024-10-25
hp
g3q79a firmware
≤ 2024-10-25
hp
q3q75a firmware
≤ 2024-10-25
hp
g3q74a firmware
≤ 2024-10-25
hp
g3q77a firmware
≤ 2024-10-25
hp
g3q76a firmware
≤ 2024-10-25
hp
4pa41a firmware
≤ 2024-10-25
hp
4pa42a firmware
≤ 2024-10-25
hp
4pa43a firmware
≤ 2024-10-25
hp
4pa44a firmware
≤ 2024-10-25

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Input validation explicitly checks that supplied data matches expected types and rejects mismatches before they reach processing logic.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require proper input validation and type checking to prevent this weakness.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect type-handling flaws but does not itself implement the preventive control.

prevents

Secure development lifecycle includes input validation and type checking that directly mitigates improper handling of unexpected data types.

prevents

Application security requirements typically mandate strong input validation and type enforcement to prevent malformed data processing.

prevents

Secure system architecture principles encourage robust input handling but do not specifically address data-type validation.

prevents

Secure coding standards explicitly require type checking and input sanitization, directly addressing improper handling of unexpected data types.

References