CVE-2026-4815
Awaiting Analysis Awaiting Analysis - Queue
SQL Injection in Support Board v3.7.7 Allows Full Database Access

Publication date: 2026-03-25

Last updated on: 2026-03-26

Assigner: Spanish National Cybersecurity Institute, S.A. (INCIBE)

Description
A SQL Injection vulnerability has been found in Support Board v3.7.7. This vulnerability allows an attacker to retrieve, create, update and delete database via 'calls[0][message_ids][]' parameter in '/supportboard/include/ajax.php' endpoint.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-03-25
Last Modified
2026-03-26
Generated
2026-06-16
AI Q&A
2026-03-25
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
schiocco support_board to 3.7.8 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability is a SQL Injection found in Support Board version 3.7.7. It occurs through the 'calls[0][message_ids][]' parameter in the '/supportboard/include/ajax.php' endpoint. An attacker can exploit this flaw to manipulate the database by retrieving, creating, updating, or deleting data.

Impact Analysis

The impact of this vulnerability is significant because it allows an attacker to perform unauthorized actions on the database, including retrieving sensitive information, modifying existing data, or deleting data. This can lead to data breaches, loss of data integrity, and disruption of service.

Compliance Impact

The SQL Injection vulnerability in Support Board v3.7.7 allows unauthorized access to retrieve, create, update, and delete database information, which can lead to exposure or manipulation of sensitive data.

Such unauthorized data access and manipulation can result in non-compliance with data protection regulations like GDPR and HIPAA, which require strict controls over the confidentiality, integrity, and availability of personal and sensitive information.

Therefore, exploitation of this vulnerability could lead to violations of these standards due to potential data breaches or unauthorized data alterations.

Mitigation Strategies

To mitigate the SQL Injection vulnerability in Support Board v3.7.7 and earlier, you should immediately upgrade to Support Board version 3.7.8 or later, where the issue has been fixed by the development team.

Detection Guidance

This vulnerability can be detected by monitoring and testing the '/supportboard/include/ajax.php' endpoint for SQL Injection attempts targeting the 'calls[0][message_ids][]' parameter.

A common approach is to use tools like curl or sqlmap to send crafted requests to this endpoint and observe if unauthorized database operations are possible.

  • Example curl command to test for SQL Injection: curl -X POST 'http://target-site/supportboard/include/ajax.php' -d 'calls[0][message_ids][]=1' -v
  • Using sqlmap to test the parameter: sqlmap -u 'http://target-site/supportboard/include/ajax.php' --data='calls[0][message_ids][]=1' --batch

Monitoring network traffic for unusual or suspicious POST requests to this endpoint with the specific parameter can also help detect exploitation attempts.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-4815. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart