VYPR
Unrated severityNVD Advisory· Published Jan 9, 2023· Updated Aug 6, 2024

CherishSin klattr sql injection

CVE-2014-125072

Description

A vulnerability classified as critical has been found in CherishSin klattr. This affects an unknown part. The manipulation leads to sql injection. The patch is named f8e4ecfbb83aef577011b0b4aebe96fb6ec557f1. It is recommended to apply a patch to fix this issue. The associated identifier of this vulnerability is VDB-217719.

AI Insight

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

SQL injection vulnerability in CherishSin klattr allows attackers to execute arbitrary SQL commands via unsanitized user input.

Vulnerability

A critical SQL injection vulnerability exists in the CherishSin klattr application. The code directly interpolates user-supplied values into SQL queries without sanitization or parameterization. Affected queries include those in the auth, evaluate_cookie, evaluate_password, evaluate_signup, and klattr_retrieve_queries functions, as shown in the commit diff [1]. All versions prior to commit f8e4ecfbb83aef577011b0b4aebe96fb6ec557f1 are vulnerable.

Exploitation

An attacker can exploit this vulnerability by sending crafted input to any of the parameters used in the SQL queries: $UID, $e_key, $e_uname, $e_email, $profileID, $sub_regexp, or $parentId. No authentication is required for some of these vectors (e.g., session cookie handling). The attacker can inject arbitrary SQL commands by manipulating these parameters, typically via HTTP request parameters or cookies.

Impact

Successful exploitation allows an attacker to read, modify, or delete arbitrary data in the database. This could lead to disclosure of sensitive user information (handles, email addresses, password hashes), privilege escalation, or complete compromise of the application's data. The vulnerability is rated critical due to the potential for full database access.

Mitigation

The fix is available in commit f8e4ecfbb83aef577011b0b4aebe96fb6ec557f1 [1]. Users should apply this patch immediately. No other workarounds are documented. The repository may be archived or unmaintained; if so, upgrading to a patched fork or rewriting the affected code is recommended.

AI Insight generated on May 26, 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.