Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2026-63563 — Unauthenticated Address Book Modification on Sharp MX/BP Multifunction Printers | Kitploit
Tools/GitHubGitHub/redr0nin/cve-2026-63563
Password AttacksVulnerability AnalysisExploitationWeb Application ExploitationData ExfiltrationHardware & IoT Security
GitHubredr0nin/cve-2026-63563

CVE-2026-63563

Unauthenticated Address Book Modification on Sharp MX/BP Multifunction Printers

View Repository
1157 days agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2026-63563 - Unauthenticated Address Book Modification on Sharp MX/BP Multifunction Printers

Vendor advisory: Sharp Product Security Advisory 2026-004 (published July 31, 2026)

Summary

Sharp MX/BP series multifunction printers expose the address book through the device web interface without requiring authentication in the default configuration. A remote unauthenticated attacker can view and modify configured scan destinations such as the SMB Network Folder, FTP, Desktop, and E-mail without knowing or replacing the stored credentials.

Two primary attack vectors exist, resultant:

  1. Credential harvesting: Redirecting an existing scan destination to attacker-controlled infrastructure causes the printer to authenticate to it with the stored account (if it's network connected)
  2. Silent document exfiltration. An attacker-controlled e-mail address can be added alongside an existing destination, producing a copy of every scanned document with no disruption to normal delivery.

Both stem from the same root cause: password protection for the device web page is not enforced in the shipped configuration.

Affected models

Confirmed during testing: MX-3071, MX-M3070, BP-70C45. The behavior appeared consistent across MX and BP models generally. Sharp's advisory lists the full affected model and firmware list.

Technical detail

Address book exposure

Navigating to /addressbook.html returns the device's address book with no authentication prompt. This alone leaks internal e-mail addresses and, frequently, internal SMB paths and hostnames.

Address book listing returned without authentication

Opening an entry reveals the destination type and which destination is set as default. Selecting the Network Folder tab shows a pre-populated network path, username, and a masked password field. The credential material is retained server-side and is not cleared when the path is edited, thus the path can be changed without supplying or knowing the password.

Address book entry with Network Folder set as the default destination

Network Folder tab showing pre-populated enterprise credentials

Credential theft

Because the stored credential survives modification of the path, an attacker can point the Network Folder destination at a rogue SMB share. The next time a user scans, the printer authenticates outbound to the attacker's host:

NTLMv2-SSP hash for the scan service account captured from the printer

Externally, this yields an NTLMv2 hash that may be crackable depending on password length. Internally, it is worse: Responder plus a relay tool passes the material directly to hosts without SMB signing, removing the need to crack anything. Depending on the privileges of the service account bound to the scan destination, this can escalate to a domain compromise, and this technique has already been confirmed and utilized by colleagues.

The same pattern applies to the FTP and Desktop tabs. Stored credentials persist and the destination IP or path can be rewritten.

Silent backdooring via e-mail destination

Path modification doesn't come without a cost: it breaks the actual delivery, so there's a limited window before a user notices their scans aren't arriving.

The e-mail variant avoids this. If an entry has a Network Folder set as the default destination, an attacker can add an e-mail address under the E-mail tab and mark it as default as well.

Attacker e-mail address added under the E-mail tab and marked as default

Both destinations now sit on the entry, each flagged as default:

Entry showing the rogue e-mail address alongside the original network folder

Scans continue to arrive at the intended SMB share, and the attacker receives a copy of every document. No credentials are obtained this way, but there is no functional indicator to the user that anything changed. Repeated across every address book entry, this backdoors document flow organization-wide.

Scanned document delivered to the attacker-controlled mailbox

Proof of concept

  1. Browse to https://<printer>/addressbook.html — no authentication is requested. Internal e-mail addresses and SMB paths are visible.
  2. Open any address book entry and note the destination marked Set as Default used.
  3. Select the Network Folder tab. The path, username, and a stored (masked) password are pre-populated.
  4. Change the Network Folder path to an attacker-controlled SMB share and save. The password is not required.
  5. Run Responder (with a relay tool, if internal) and wait for the next scan. The printer authenticates outbound with the stored account.
  6. Alternatively, on the E-mail tab, add an attacker address, check Set as Default used, and save. Scanned documents are delivered to both the original network folder and the attacker.

Disclosure timeline

DateEvent
February 2026Issues reported to Sharp with descriptions and proofs of concept
March 2026Sharp confirmed the vulnerabilities
July 31, 2026Sharp published advisory/public disclosure
Download Tool