Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2026-56292-AcyMailing-SQLi — CVE-2026-56292 - AcyMailing for Joomla unauthenticated SQL injection scanner | Kitploit
Tools/GitHubGitHub/nullwhisper/cve-2026-56292-acymailing-sqli
Vulnerability ScannersWeb Vulnerability ScannersExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubnullwhisper/cve-2026-56292-acymailing-sqli

CVE-2026-56292-AcyMailing-SQLi

CVE-2026-56292 - AcyMailing for Joomla unauthenticated SQL injection scanner

View Repository
21128 days agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2026-56292 — AcyMailing for Joomla Unauthenticated SQL Injection

Author: nullwhisper
For authorized security research / vulnerability validation only.

AcyMailing for Joomla exposes the public front-end task frontentityselect::loadEntityFront. In older versions the columns parameter is passed straight into a SQL query without sanitization. Patched versions use acym_secureDBColumn() and return an error like ... not secured.

  • CVE: CVE-2026-56292
  • Product: AcyMailing for Joomla
  • Endpoint: index.php?option=com_acym&ctrl=frontentityselect&task=loadEntityFront
  • Parameter: columns
  • Type: Unauthenticated SQL Injection

Files

root@kitploit:~
.
├── cve_2026_56292_acymailing_sqli.py   # single + mass scanner
├── dorks.txt                             # google dorks
├── TECHNICAL.md                          # technical write-up
├── requirements.txt
├── LICENSE
└── README.md

Install

root@kitploit:~
pip3 install -r requirements.txt

Usage

Single target:

root@kitploit:~
python3 cve_2026_56292_acymailing_sqli.py -u http://target/

Mass scan:

root@kitploit:~
python3 cve_2026_56292_acymailing_sqli.py -l targets.txt -v -T 30 -o vuln.txt

Options:

root@kitploit:~
-u URL          single target
-l LIST         target list file
-t TIMEOUT      request timeout (default 30)
-T THREADS      concurrent threads (default 10)
-o OUTPUT       output file for vulnerable targets
-v              verbose
--proxy PROXY   http/https proxy
--patched-output FILE
--error-output FILE

Verified on localhost

Tested against an AcyMailing v11.0.3 install on a local Joomla 5 lab (vulnerable simulation mode).

root@kitploit:~
[*] Loaded 1 unique target(s)
[1/1] [+] VULNERABLE: http://127.0.0.1:8080/ -> version=10.11.18-MariaDB-ubu2204

[*] Done. Vulnerable: 1 | Patched: 0 | Error/Other: 0 | Total: 1

Google Dorks

See dorks.txt. Primary dork:

root@kitploit:~
inurl:"index.php?option=com_acym"

Disclaimer

This tool is for authorized security testing and research only. Do not use it against systems you do not own or have explicit written permission to test. The author (nullwhisper) is not responsible for misuse or damage caused by this code.

License

MIT — see LICENSE.

Download Tool