Overview
This report provides an analysis of the CVE-2025-30975 vulnerability, a significant security flaw affecting the SaifuMak Add Custom Codes software. This vulnerability allows hackers to perform Code Injection attacks, potentially compromising systems and leading to data leakage. It’s a crucial concern for all users of the affected software versions.
Vulnerability Summary
CVE ID: CVE-2025-30975
Severity: High (7.5 CVSS)
Attack Vector: Network
Privileges Required: Low
User Interaction: Required
Impact: System compromise and potential data leakage
Affected Products
Escape the Surveillance Era
Most apps won’t tell you the truth.
They’re part of the problem.
Phone numbers. Emails. Profiles. Logs.
It’s all fuel for surveillance.
Ameeba Chat gives you a way out.
- • No phone number
- • No email
- • No personal info
- • Anonymous aliases
- • End-to-end encrypted
Chat without a trace.
Product | Affected Versions
SaifuMak Add Custom Codes | Versions up to 4.80
How the Exploit Works
The vulnerability lies within the improper handling of code generation by the SaifuMak Add Custom Codes software. This flaw allows an attacker to inject malicious code into the system. By sending a specially crafted request to the application, the attacker can cause the software to execute the arbitrary code, which could lead to system compromise or data leakage.
Conceptual Example Code
Here’s a
conceptual
example of how the vulnerability might be exploited:
POST /addCustomCodes HTTP/1.1
Host: target.example.com
Content-Type: application/json
{ "custom_code": "<script>malicious_code_here</script>" }
In this example, the malicious code within the “custom_code” parameter would be processed and executed by the SaifuMak Add Custom Codes software, leading to the potential compromise.
Mitigation Guidance
Users are advised to apply the vendor patch immediately to mitigate the risks associated with this vulnerability. In the absence of a patch, the use of a Web Application Firewall (WAF) or an Intrusion Detection System (IDS) can provide temporary mitigation.

