CVE-2025-69365
Blind SQL Injection in TeconceTheme Uroan Core
Publication date: 2026-02-20
Last updated on: 2026-02-24
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| teconce | uroan_core | to 1.4.4 (inc) |
Helpful Resources
Exploitability
| 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 Powered Q&A
Can you explain this vulnerability to me?
CVE-2025-69365 is a high-priority SQL Injection vulnerability found in the WordPress Uroan Core Plugin versions up to and including 1.4.4.
This vulnerability allows unauthenticated attackers to execute arbitrary SQL queries directly on the database.
It is classified under the OWASP Top 10 category A3: Injection.
How can this vulnerability impact me? :
[{'type': 'paragraph', 'content': 'The vulnerability can lead to data theft and other malicious actions by allowing attackers to execute arbitrary SQL commands on the affected database.'}, {'type': 'paragraph', 'content': "Because it can be exploited by unauthenticated attackers, it poses a critical risk to the security and integrity of your website's data."}, {'type': 'paragraph', 'content': 'The CVSS severity score of 9.3 indicates a high likelihood of exploitation and severe impact.'}] [1]
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
CVE-2025-69365 is a Blind SQL Injection vulnerability in the Uroan Core WordPress plugin. Detection typically involves monitoring for unusual or suspicious SQL query patterns or unexpected database errors that may indicate exploitation attempts.
Since no official patch is available, detection can be enhanced by implementing the mitigation rule provided by Patchstack, which can block attack attempts targeting this vulnerability.
Specific commands are not provided in the available resources, but general detection methods include using web application firewalls (WAFs) with SQL injection detection capabilities, analyzing web server logs for suspicious query strings, and employing security scanners that test for SQL injection vulnerabilities.
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include implementing the mitigation rule issued by Patchstack, which can block attacks targeting this SQL Injection vulnerability until an official patch is released.
Users are strongly advised to apply this mitigation immediately to protect their websites running the Uroan Core plugin versions up to and including 1.4.4.
Additionally, continuous security monitoring and the use of web application firewalls with SQL injection protection are recommended to reduce the risk of exploitation.