CVE-2026-13551
Received Received - Intake

SQL Injection in Baptism Information Management System

Vulnerability report for CVE-2026-13551, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-29

Last updated on: 2026-06-29

Assigner: VulDB

Description

A security vulnerability has been detected in itsourcecode Baptism Information Management System 1.0. This affects an unknown function of the file /editBaptism.php. Such manipulation of the argument ID leads to sql injection. The attack may be performed from remote. The exploit has been disclosed publicly and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-29
Last Modified
2026-06-29
Generated
2026-06-29
AI Q&A
2026-06-29
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
itsourcecode baptism_information_management_system 1.0

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.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Compliance Impact

The SQL injection vulnerability in the Baptism Information Management System allows attackers to access and manipulate sensitive data without authentication. This unauthorized access and potential data tampering can lead to violations of data protection regulations such as GDPR and HIPAA, which require the safeguarding of personal and sensitive information.

Specifically, the exposure or alteration of personal data due to this vulnerability could result in non-compliance with requirements for data confidentiality, integrity, and security mandated by these standards.

Executive Summary

This vulnerability is a SQL injection issue found in the "editBaptism.php" file of the Baptism Information Management System version 1.0. It occurs because the "id" parameter is not properly sanitized or validated before being used in SQL queries.

Attackers can exploit this by injecting malicious SQL code through the "id" parameter, which allows them to manipulate database queries. This can lead to unauthorized access to sensitive data, modification of information, control over the system, or disruption of services.

The attack can be performed remotely and does not require any authentication. Exploits can include boolean-based blind, time-based blind, and UNION query attacks.

Impact Analysis

This vulnerability can have several serious impacts:

  • Unauthorized access to sensitive data stored in the database.
  • Tampering or unauthorized modification of information within the system.
  • Gaining unauthorized control over the affected system.
  • Disruption of services provided by the Baptism Information Management System.

Because the vulnerability can be exploited remotely without authentication, it poses a significant security risk.

Detection Guidance

This vulnerability can be detected by testing the "id" parameter in the /editBaptism.php file for SQL injection flaws. Since the vulnerability allows injection of malicious SQL code, you can perform SQL injection tests such as boolean-based blind, time-based blind, and UNION query attacks against the "id" parameter.

Common commands or tools to detect this vulnerability include using SQL injection testing tools like sqlmap or manual testing with curl or browser-based requests by injecting typical SQL payloads into the "id" parameter.

  • Example curl command to test for SQL injection: curl "http://targetsite/editBaptism.php?id=1' OR '1'='1"
  • Use sqlmap to automate detection: sqlmap -u "http://targetsite/editBaptism.php?id=1" --batch
Mitigation Strategies

Immediate mitigation steps include implementing prepared statements with parameter binding to prevent SQL injection through the "id" parameter.

Additionally, apply strict input validation and filtering on all user inputs, especially the "id" parameter, to ensure only expected data is processed.

Restrict database user permissions to the minimum necessary for the application to function, reducing the impact of any potential exploitation.

Chat Assistant

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

EPSS Chart