PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-61518 ispconfig CVE debrief

ISPConfig contains an authenticated SQL injection vulnerability in the Remote API. The primary_id parameter passed to delete and update API methods is concatenated directly into SQL WHERE clauses without integer casting or parameterized query binding. A remote API user holding any single low-privilege function permission can inject arbitrary SQL to delete or modify records across all tenants in the control panel database and extract arbitrary data via blind boolean inference, including password hashes and client records.

Vendor
ispconfig
Product
ispconfig3
CVSS
HIGH 8.7
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-19
Original CVE updated
2026-09-24
Advisory published
2026-08-19
Advisory updated
2026-09-24

Who should care

Defenders responsible for ISPConfig installations, API security, and database protection should assess exposure and apply mitigations. This vulnerability affects API users with low-privilege function permissions, allowing for significant data manipulation and extraction.

Why it matters

CVE-2026-61518 is a high-severity authenticated SQL injection vulnerability in ISPConfig's Remote API. Defenders should prioritize verifying exposure and applying patches or mitigations to prevent arbitrary SQL injection and data extraction.

  • Arbitrary SQL injection and data extraction via blind boolean inference
  • Potential for data tampering and unauthorized access to sensitive records
  • Risk of elevated privileges through exploitation of low-privilege API users
  • Need for verification of exposure and application of patches or mitigations

Technical summary

The ISPConfig Remote API contains an authenticated SQL injection vulnerability. The primary_id parameter in delete and update API methods is concatenated into SQL WHERE clauses without proper protection. An attacker with low-privilege API access can inject SQL to manipulate records and extract data, including password hashes and client records. This vulnerability affects API users with low-privilege function permissions, allowing for significant data manipulation and extraction. Defenders should prioritize verifying exposure and applying patches or mitigations to prevent arbitrary SQL injection and data extraction.

Defensive priority

Defenders should prioritize verifying exposure and applying patches or mitigations, as the vulnerability allows for arbitrary SQL injection and data extraction.

Recommended defensive actions

  • Verify exposure by checking API user permissions and SQL injection protections
  • Apply patches or mitigations to prevent SQL injection
  • Monitor for suspicious database activity
  • Restrict API access to necessary users and functions
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented

Evidence notes

The CVE record and NVD entry provide details on the vulnerability, but additional information from vendor sources is limited. The vulnerability's impact and remediation require verification from official sources.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-61518 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-61518

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-61518 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-61518

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.