VYPR
Unrated severityNVD Advisory· Published Jan 15, 2023· Updated Apr 8, 2025

bony2023 Discussion-Board main.php display_all_replies sql injection

CVE-2015-10051

Description

A vulnerability, which was classified as critical, has been found in bony2023 Discussion-Board. Affected by this issue is the function display_all_replies of the file functions/main.php. The manipulation of the argument str leads to sql injection. The patch is identified as 26439bc4c63632d63ba89ebc0f149b25a9010361. It is recommended to apply a patch to fix this issue. VDB-218378 is the identifier assigned to this vulnerability.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

A critical SQL injection vulnerability in the Discussion-Board application via the `str` argument in `functions/main.php` allows attackers to execute arbitrary SQL statements.

Vulnerability

A critical SQL injection vulnerability exists in the display_all_replies function within the functions/main.php file of the bony2023 Discussion-Board project. The str parameter is not properly sanitized before being used in a SQL query, allowing an attacker to inject arbitrary SQL commands. This affects all versions prior to the commit 26439bc4c63632d63ba89ebc0f149b25a9010361. The vulnerability is tracked as VDB-218378 [1].

Exploitation

An attacker can exploit this vulnerability by providing a crafted string to the str argument, which is then processed by the vulnerable function. No authentication is required if the endpoint is publicly accessible, and the attacker only needs the ability to send HTTP requests to the affected application. The injection can be performed via GET or POST parameters, depending on how the application handles the input [1].

Impact

Successful exploitation allows the attacker to execute arbitrary SQL queries against the application's database. This can lead to unauthorized access to sensitive data, modification or deletion of database contents, and potentially full compromise of the database server. In the context of a discussion board, this could expose user credentials, private messages, or other confidential information [1].

Mitigation

The fix has been implemented in commit 26439bc4c63632d63ba89ebc0f149b25a9010361. Users should upgrade to the patched version immediately. There is no known workaround for unpatched versions, and the project maintainer has recommended applying the patch as the sole mitigation [1].

AI Insight generated on May 25, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

3

News mentions

0

No linked articles in our index yet.