ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Remote, unauthenticated attackers can exploit this flaw by sending crafted HTTP requests to options.php, enabling unauthorized modification of the application's configuration. Successful exploitation allows attackers to create accounts, upload webshells, and embed malicious JavaScript.
Security readout for executives and security teams
Plain-English summary
ProjectSend before r1720 has a critical authentication failure that can let an internet attacker change application settings without logging in. Reported impacts include creating accounts, uploading webshells, and injecting malicious JavaScript. CISA lists this CVE as known exploited, so exposed systems should be treated as urgent.
Executive priority
Immediate action is warranted for any exposed ProjectSend instance. Because CISA lists this as exploited and the impact can include remote compromise, prioritize patching, exposure reduction, and incident review over routine maintenance.
Technical view
CVE-2024-11680 is CWE-306 improper authentication in ProjectSend. Crafted unauthenticated HTTP requests to options.php can modify configuration. The CVSS 3.1 score is 9.8. Public references include a vendor commit, third-party research, detection content, and exploit modules, indicating broad researcher and attacker awareness.
Likely exposure
Highest risk is internet-facing ProjectSend instances running versions prior to r1720. Exposure may include file-sharing portals, client upload systems, or internal deployments reachable by untrusted networks. Confirm exact version and whether options.php is accessible.
Exploitation context
Active exploitation is supported by CISA KEV listing. Public exploit and scanning references also exist. Successful exploitation can enable account creation, malicious uploads, webshell placement, and JavaScript injection, creating risks of server compromise and user/session theft.
Researcher notes
Sources describe unauthenticated configuration modification via options.php in ProjectSend before r1720. Public exploit and detection artifacts exist, but this summary intentionally avoids weaponization details. Evidence supports critical severity and known exploitation; environment-specific blast radius depends on deployment exposure and file execution controls.
Mitigation direction
Upgrade ProjectSend to r1720 or later, following vendor guidance.
If upgrade is delayed, restrict access to ProjectSend from trusted networks only.
Review ProjectSend configuration for unauthorized changes.
Remove unknown accounts, uploaded scripts, and unexpected JavaScript customizations.
Check vendor and CISA guidance for any updated remediation requirements.
Validation and detection
Inventory all ProjectSend deployments and record their versions.
Confirm whether any instance is older than r1720.
Check web server logs for suspicious unauthenticated requests to options.php.
Review application audit data for configuration changes and new accounts.
Inspect upload directories for unexpected executable files or webshell indicators.
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-306: Credential and account abuse lookup
Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
Exploitation: activeAutomatable: yesTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-306 · source CWE mapping
Missing Authentication for Critical Function
Missing Authentication for Critical Function represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.