CVE-2025-8700
BaseFortify
Publication date: 2025-08-26
Last updated on: 2025-08-26
Assigner: CERT.PL
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| invoiceninja | invoiceninja | 5.0.175 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-497 | The product does not properly prevent sensitive system-level information from being accessed by unauthorized actors who do not have the same level of access to the underlying system as the product does. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in Invoice Ninja's macOS configuration involves the presence of the entitlement "com.apple.security.get-task-allow". This entitlement allows local attackers with unprivileged access, such as through a malicious application, to attach a debugger to the process, read or modify its memory, and inject code into the application's context. This occurs despite the application being signed with Hardened Runtime and bypasses Transparency, Consent, and Control (TCC) protections. Normally, when an app has debugging entitlements, the system prompts for administrator credentials, but this entitlement removes that prompt, making it easier to perform an attack.
How can this vulnerability impact me? :
The vulnerability allows a local attacker with limited privileges to debug the Invoice Ninja application process without triggering the usual system authorization prompts. This can lead to unauthorized reading or modification of the application's memory and code injection, potentially compromising the application's integrity and confidentiality. However, the attacker can only access resources that the user has previously granted permission to; accessing other resources requires user interaction with a system prompt.
What immediate steps should I take to mitigate this vulnerability?
Update Invoice Ninja to version 5.0.175 or later, where this vulnerability has been fixed.