Malwarebytes flags riskware sites as soon as project runs #73
Replies: 3 comments
-
|
So this is not to poop on the creator, but I hope this helps anyone looking to secure this a bit better. I ran a security audit on the code using AI - results below: Security Audit Report: ShadowBroker OSINT DashboardDate: 2026-03-15 Executive SummaryThe security audit of the ShadowBroker project confirms that while the tool is designed for legitimate OSINT purposes, it contains several structural weaknesses and powerful features that are being correctly flagged as "Riskware" by security software (Malwarebytes). The most significant risk is the unprotected state of administrative endpoints by default, which allows arbitrary remote code execution (RCE) via the built-in self-updater. Detailed Findings[CRITICAL] Unprotected Administrative Control
[HIGH] Remote Code Execution (RCE) via Self-Updater
[HIGH] Riskware Behavior (Network Evasion)
[MEDIUM] Server-Side Request Forgery (SSRF)
Remediation Roadmap
ConclusionThe project is safe to use only if these powerful administrative and networking capabilities are scrubbed or strictly locked down. The "Riskware" detections are accurate reflections of the potential for abuse in the current implementation. |
Beta Was this translation helpful? Give feedback.
-
|
Will definitely work on fixing those on the next update. The bypasses were used to ensure I got the GDELT data (Global incidents). I will explore another method to work with. Now the Administrator control and RCE are concerning. I was merely trying to allow users to get the new version when they click the update button. It wasn't meant to be malicious. I'll correct that. The screenshot you cited is one of the sources I use on my RSS feed. Thank you for keeping me accountable. As this project grows, I'm finding I have to be even more vigilant to ensure everything is as safe as possible for users. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks! I run the same audits on my code too. And I always find something! Best we all try to keep things as secure as possible. Thanks for the great project! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions