CVE-2025-25303
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedThe MouseTooltipTranslator Chrome extension allows mouseover translation of any language at once. The MouseTooltipTranslator browser extension is vulnerable to SSRF attacks. The pdf.mjs script uses the URL parameter from the current URL as the file to download and display to the extension user. Because pdf.mjs is imported in viewer.html and viewer.html is accessible to all URLs, an attacker can force the user’s browser to make a request to any arbitrary URL. After discussion with maintainer, patching this issue would require disabling a major feature of the extension in exchange for a low severity vulnerability. Decision to not patch issue.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe MouseTooltipTranslator Chrome extension contains a Server-Side Request Forgery (SSRF) vulnerability in the pdf.mjs script. The script uses a URL parameter from the current page URL to determine which file to download and display. Since pdf.mjs is imported in viewer.html, which is accessible to all URLs, an attacker can craft a malicious link that forces the user's browser to make requests to arbitrary URLs, potentially exposing internal services or triggering unintended actions.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- Authentication
- X
- User interaction
- None
- Scope
- X
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/SI:L/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
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check if MouseTooltipTranslator extension is installedOpen Chrome and navigate to chrome://extensions, then look for 'MouseTooltipTranslator' in the list of installed extensionsAffected if The extension is listed as installed
-
Locate the extension IDOn the extensions page, find the ID for MouseTooltipTranslator (a 32-character string) and navigate to the extension's installation folder (typically C:\Users\<username>\AppData\Local\Google\Chrome\User Data\Default\Extensions\<extension_id> on Windows, or ~/.config/google-chrome/Default/Extensions/<extension_id> on Linux)Affected if The extension folder exists and contains files
-
Verify presence of vulnerable pdf.mjs scriptWithin the extension folder, locate the pdf.mjs file and confirm it uses a URL parameter from the page URL to determine which file to download (search for code that reads URL parameters for file paths)Affected if The pdf.mjs file exists and contains code that processes URL parameters for file fetching
-
Confirm viewer.html imports the vulnerable scriptFind viewer.html in the extension folder and verify it imports or includes pdf.mjsAffected if viewer.html exists and loads pdf.mjs, making the SSRF reachable via crafted URLs
-
Test SSRF reachabilityIf viewer.html is accessible, attempt to access a test URL like viewer.html?url=http://localhost:8080 (or similar internal endpoint) from the browser's address bar to see if the extension makes a requestAffected if The extension makes outbound requests based on URL parameters without proper validation, indicating the SSRF vulnerability is present
A user is affected if the MouseTooltipTranslator extension is installed and contains the vulnerable pdf.mjs script that processes URL parameters for file downloads without validation.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
From vendor dataIf the extension must be used, avoid clicking untrusted links that may contain malicious viewer.html URL parameters. Consider using alternative translation extensions that receive security updates, as the maintainer has elected not to patch this vulnerability.
- Consultation4.0 h
- Implementation16.0 h
- Testing8.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $8,960.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-25303 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2025-25303 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data