Skip to main content

Inout Article Base CMS CVE-2019-25640

| EUVDEUVD-2019-20020 HIGH
SQL Injection (CWE-89)
2026-03-24 VulnCheck GHSA-ppx7-4jww-hqvw
8.8
CVSS 4.0 · NVD
Share

Severity by source

NVD PRIMARY
8.8 HIGH
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

7
Analysis Updated
May 01, 2026 - 14:57 vuln.today
v2 (cvss_changed)
Re-analysis Queued
May 01, 2026 - 14:52 vuln.today
cvss_changed
CVSS changed
May 01, 2026 - 14:52 NVD
8.2 (HIGH) 8.8 (HIGH)
PoC Detected
Mar 24, 2026 - 15:53 vuln.today
Public exploit code
EUVD ID Assigned
Mar 24, 2026 - 11:45 euvd
EUVD-2019-20020
Analysis Generated
Mar 24, 2026 - 11:45 vuln.today
CVE Published
Mar 24, 2026 - 11:27 nvd
HIGH 8.2

DescriptionCVE.org

Inout Article Base CMS contains SQL injection vulnerabilities that allow unauthenticated attackers to manipulate database queries through the 'p' and 'u' parameters. Attackers can inject SQL code using XOR-based payloads in GET requests to portalLogin.php to extract sensitive database information or cause denial of service through time-based attacks.

AnalysisAI

SQL injection in Inout Article Base CMS allows remote unauthenticated attackers to extract sensitive database information or cause denial of service through malicious XOR-based and time-based SQL payloads injected via 'p' and 'u' parameters in GET requests to portalLogin.php. Public exploit code demonstrates the attack (Exploit-DB 46593), though EPSS scoring indicates low probability of widespread exploitation (0.06%, 19th percentile). No vendor patch has been identified, and the vendor website reference provides no security advisory, leaving deployments at continued risk.

Technical ContextAI

This vulnerability affects Inout Article Base CMS, a PHP-based content management system for article directories. The flaw is a classic SQL injection (CWE-89) resulting from insufficient input validation and sanitization of user-supplied data in the portalLogin.php script. The 'p' and 'u' parameters accept attacker-controlled input that is directly incorporated into SQL queries without proper parameterization or escaping. The CPE identifier cpe:2.3:a:inoutscripts:inout_article_base_cms indicates the vulnerable product is from InoutScripts. XOR-based SQL injection uses bitwise XOR operations to extract data character-by-character, while time-based blind techniques use SQL sleep functions to infer database contents through response timing variations. Both techniques allow exploitation without visible error messages, making the vulnerability exploitable even when detailed error output is disabled.

RemediationAI

No vendor-released patch has been identified for this vulnerability as of analysis date. Organizations running Inout Article Base CMS should implement immediate compensating controls: (1) Deploy a web application firewall with SQL injection signature detection to filter malicious requests targeting the 'p' and 'u' parameters in portalLogin.php - note this may cause false positives requiring tuning. (2) Restrict access to portalLogin.php using IP allowlisting if the login portal serves only known administrator networks - this breaks public-facing login functionality. (3) Implement application-layer input validation to reject requests containing SQL metacharacters (quotes, semicolons, UNION, XOR operators) in the affected parameters - aggressive filtering may break legitimate use cases with special characters in usernames. (4) Monitor database query logs for XOR operations, SLEEP/BENCHMARK functions, and UNION SELECT patterns originating from portalLogin.php. (5) Consider migrating to actively maintained CMS platforms with established security response processes, as the five-year delay between exploit publication (2019) and CVE assignment suggests potential vendor abandonment. VulnCheck advisory available at https://www.vulncheck.com/advisories/inout-article-base-cms-lastest-sql-injection-via-portallogin-php and exploit details at https://www.exploit-db.com/exploits/46593 provide technical context for defensive measures.

More in PHP

View all
CVE-2012-1823 CRITICAL POC
9.8 May 11

sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-46506 CRITICAL POC
10.0 May 13

NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

Share

CVE-2019-25640 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy