CVE-2026-28226
February 26, 2026
Phishing Club is a phishing simulation and man-in-the-middle framework. Prior to version 1.30.2, an authenticated SQL injection vulnerability exists in the GetOrphaned recipient listing endpoint in versions prior to v1.30.2. The endpoint constructs a raw SQL query and concatenates the user-controlled sortBy value directly into the ORDER BY clause without allowlist validation. Because unknown values are silently passed through "RemapOrderBy()", an authenticated attacker can inject SQL expressions into the "ORDER BY" clause. This issue was patched in v1.30.2 by validating the order-by column against an allowlist and clearing unknown mappings.
Affected Packages
https://github.com/phishingclub/phishingclub.git (GITHUB):
Affected version(s) >=v1.1.5 <v1.30.2Fix Suggestion:
Update to version v1.30.2github.com/phishingclub/phishingclub (GO):
Affected version(s) >=v1.1.5 <v1.30.2Fix Suggestion:
Update to version v1.30.2Related ResourcesĀ (2)
Do you need more information?
Contact UsCVSS v4
Base Score:
7.1
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
6.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
NONE
Availability
NONE
Weakness Type (CWE)
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
EPSS
Base Score:
0.02