CVE-2025-14694
Unknown Unknown - Not Provided
SQL Injection in ketr JEPaaS readAllPostil Allows Remote Exploit

Publication date: 2025-12-15

Last updated on: 2026-04-29

Assigner: VulDB

Description
A vulnerability was found in ketr JEPaaS up to 7.2.8. This impacts the function readAllPostil of the file /je/postil/postil/readAllPostil. Performing a manipulation of the argument keyWord results in sql injection. The attack can be initiated remotely. The exploit has been made public and could be used. The vendor was contacted early about this disclosure but did not respond in any way.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-15
Last Modified
2026-04-29
Generated
2026-05-07
AI Q&A
2025-12-15
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
ketr jepaas 7.2.8
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
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.
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 Powered Q&A
Can you explain this vulnerability to me?

CVE-2025-14694 is a SQL injection vulnerability in ketr JEPaaS versions up to 7.2.8, specifically in the function readAllPostil of the file /je/postil/postil/readAllPostil. The vulnerability occurs because the argument keyWord is not properly sanitized, allowing an attacker to manipulate SQL commands. This improper neutralization of special elements in SQL commands (CWE-89) enables remote attackers, who have additional authentication, to execute arbitrary SQL code. A public proof-of-concept exploit is available, demonstrating the ease of exploitation. [1, 2]


How can this vulnerability impact me? :

This vulnerability can impact you by compromising the confidentiality, integrity, and availability of your system. An attacker exploiting this SQL injection flaw can execute arbitrary SQL commands remotely, potentially accessing, modifying, or deleting sensitive data in the database. This can lead to data breaches, unauthorized data manipulation, and disruption of services. Since the exploit is publicly available and easy to execute, the risk is significant if the affected software is in use. [1, 2]


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by sending crafted POST requests to the /je/postil/postil/readAllPostil endpoint with the keyWord parameter containing SQL injection payloads. For example, a time-based blind SQL injection test can be performed by injecting a payload that triggers a delay, such as using SLEEP(2) if a certain condition is true. Monitoring for unusual delays or errors in responses can indicate exploitation attempts. A sample command using curl might be: curl -X POST 'http://target/je/postil/postil/readAllPostil' -H 'Content-Type: application/x-www-form-urlencoded' -H 'Cookie: session=your_session; authorization=your_token' -d 'keyWord=1' OR (SELECT IF(LENGTH(database())=6,SLEEP(2),0))-- This tests if the database name length is 6 by causing a delay. Detection involves observing response times and error messages for signs of SQL injection. [2]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include restricting access to the vulnerable endpoint to trusted users only, monitoring and blocking suspicious requests targeting the keyWord parameter, and considering replacing the affected ketr JEPaaS product with an alternative as no vendor patches or mitigations are available. Additionally, applying web application firewalls (WAF) rules to detect and block SQL injection attempts can help reduce risk. Since the exploit requires additional authentication, reviewing and strengthening authentication mechanisms may also help limit exploitation. [1]


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

The provided resources do not explicitly discuss the impact of this SQL injection vulnerability on compliance with common standards and regulations such as GDPR or HIPAA. However, since the vulnerability allows unauthorized manipulation of SQL queries potentially compromising confidentiality, integrity, and availability of data, it could lead to non-compliance with data protection regulations that require safeguarding sensitive information. No direct statements or analysis regarding compliance impact are available in the provided texts. [1, 2]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart