CVE-2025-48499
BaseFortify
Publication date: 2025-08-04
Last updated on: 2025-08-04
Assigner: JPCERT/CC
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| fujifilm | apeos_2150nda | * |
| fujifilm | docuprint_cp118w | * |
| fujifilm | docuprint_cm225fw | * |
| fujifilm | docuprint_cm118w | * |
| fujifilm | docuprint_cp116w | * |
| fujifilm | docuprint_cp225w | * |
| fujifilm | docuprint_cm115w | * |
| fujifilm | docuprint_cp119w | * |
| fujifilm | docuprint_cm228fw | * |
| fujifilm | apeos_2150nd | * |
| fujifilm | apeos_2350nda | * |
| fujifilm | docuprint_cp115w | * |
| fujifilm | docuprint_cp228w | * |
| fujifilm | apeos_2150n | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-787 | The product writes data past the end, or before the beginning, of the intended buffer. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an out-of-bounds write issue in FUJIFILM Business Innovation multifunction printers (MFPs). It occurs when the printer improperly handles specially crafted IPP (Internet Printing Protocol) or LPD (Line Printer Daemon) packets, causing data to be written beyond the allocated buffer memory. This can lead to the printer freezing and entering a denial-of-service (DoS) state, requiring a manual reset to recover. The vulnerability can be exploited remotely without any privileges or user interaction. [1, 2]
How can this vulnerability impact me? :
The impact of this vulnerability is a denial-of-service (DoS) condition on affected FUJIFILM printers, causing them to freeze and stop functioning properly. This disruption requires a manual reset of the printer to restore normal operation. Since the exploit can be performed remotely without authentication, it poses a risk of service interruption in environments relying on these printers. [1, 2]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by monitoring for unusual or malformed IPP (Internet Printing Protocol) or LPD (Line Printer Daemon) packets sent to FUJIFILM Business Innovation MFPs. Signs of exploitation include the printer freezing or entering a denial-of-service (DoS) state requiring a manual reset. Network traffic analysis tools like tcpdump or Wireshark can be used to capture and inspect IPP or LPD packets for anomalies. For example, you can use the command 'tcpdump -i <interface> port 631 or port 515' to capture IPP (port 631) and LPD (port 515) traffic. Additionally, checking the printer's firmware version to see if it is at or below the affected versions can help identify vulnerable devices. [1, 2]
What immediate steps should I take to mitigate this vulnerability?
The immediate steps to mitigate this vulnerability are to update the firmware of the affected FUJIFILM Business Innovation MFPs to the fixed versions released by FUJIFILM. If updating firmware is not immediately possible, place the printers behind a firewall to restrict access to IPP and LPD services and prevent malicious packets from reaching the devices. Additionally, if the printer freezes due to exploitation, rebooting or manually resetting the device is required to restore normal operation. [1, 2]