CVE-2025-0474: Invoice Ninja PDF Rendering Server Side Request Forgery
Invoice Ninja is vulnerable to authenticated Server-Side Request Forgery (SSRF) allowing for arbitrary file read and network resource requests as the application user.
This issue affects Invoice Ninja: from 5.8.56 through 5.11.23.
Security readout for executives and security teams
Plain-English summary
Invoice Ninja versions 5.8.56 through 5.11.23 can let a logged-in user misuse PDF rendering to make the server fetch internal network resources or read files available to the application user. The main business risk is exposure of sensitive internal data, not service disruption.
Executive priority
Treat this as a near-term remediation item for any internet-accessible or multi-user Invoice Ninja deployment. The issue can expose confidential internal data, but current bundle evidence does not support emergency active-exploitation handling.
Technical view
This is an authenticated SSRF in Invoice Ninja PDF rendering, tracked as CWE-918. CVSS 3.1 is 7.7 high: network reachable, low complexity, low privileges, no user interaction, scope changed, and high confidentiality impact. Integrity and availability impacts are not identified in the source bundle.
Likely exposure
Organizations running self-hosted Invoice Ninja versions 5.8.56 through 5.11.23 are the likely exposure group. Risk is higher where authenticated users can trigger PDF generation and the server can reach internal services, metadata endpoints, or sensitive local files.
Exploitation context
The bundle does not show CISA KEV listing or cited evidence of active exploitation. Exploitation requires authenticated access, but no user interaction. The available evidence supports data exposure through server-side requests and arbitrary file read as the application user.
Researcher notes
Evidence is strong for the vulnerability class, affected range, CVSS, and patch references. The bundle is incomplete on fixed release naming, real-world exploitation, and detailed detection indicators, so avoid assuming exploit prevalence or specific remediations beyond vendor updates.
Mitigation direction
Upgrade Invoice Ninja beyond the affected 5.8.56 through 5.11.23 range using vendor guidance.
Review the referenced Invoice Ninja patch commit and comparison before accepting remediation as complete.
Restrict outbound network access from the Invoice Ninja application host where operationally possible.
Limit PDF rendering access to trusted authenticated users until remediation is verified.
Monitor for unusual PDF generation followed by unexpected outbound requests or file access.
Validation and detection
Inventory all Invoice Ninja deployments and record exact application versions.
Confirm no production instance runs versions 5.8.56 through 5.11.23.
Check whether authenticated users can trigger PDF rendering workflows.
Review application, web, and egress logs for unusual PDF rendering activity.
Verify the vendor patch or fixed release is present after upgrade.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-918: Information exposure and cloud metadata lookup
Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references SSRF or metadata access, so cloud discovery and credential material review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-918 · source CWE mapping
Server-Side Request Forgery (SSRF)
Server-Side Request Forgery (SSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.