Cyber Resilience

CVE-2025-26058

Webkul Qloapps 1.6.1

Public PoC
Published
18 February 2025
Modified
09 July 2025
CVSS Score v3.1 4.2
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0021 12th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-26058 is a medium-severity Use of HTTP Request With Sensitive Query String (CWE-598) vulnerability in Webkul Qloapps. Its CVSS base score is 4.2 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Network Sniffing (T1040); ranked at the 12th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to IA-5 (Authenticator Management) and SC-8 (Transmission Confidentiality and Integrity) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Webkul QloApps v1.6.1 exposes authentication tokens in URLs during redirection. When users access the admin panel or other protected areas, the application appends sensitive authentication tokens directly to the URL.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1040 Network Sniffing Credential Access
Adversaries may passively sniff network traffic to capture information about an environment, including authentication material passed over the network.
T1552.001 Credentials In Files Credential Access
Adversaries may search local file systems and remote file shares for files containing insecurely stored credentials.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1555.003 Credentials from Web Browsers Credential Access
Adversaries may acquire credentials from web browsers by reading files specific to the target browser.
T1078 Valid Accounts Stealth
Adversaries may obtain and abuse credentials of existing accounts as a means of gaining Initial Access, Persistence, Privilege Escalation, or Defense Evasion.
Why these techniques?

The vulnerability exposes sensitive authentication tokens in publicly accessible URL redirects, enabling exploitation of public-facing web applications (T1190), network sniffing (T1040), extraction from web server/proxy logs (T1081, T1552.001), browser history (T1555.003), and subsequent use of valid accounts (T1078) for session hijacking and unauthorized admin access.

CVEs Like This One

CVE-2025-67325Same product: Webkul Qloapps
CVE-2025-10759Same product: Webkul Qloapps
CVE-2025-1155Same product: Webkul Qloapps
CVE-2024-40318Same product: Webkul Qloapps
CVE-2023-36289Same product: Webkul Qloapps
CVE-2025-6173Same product: Webkul Qloapps
CVE-2023-30256Same product: Webkul Qloapps
CVE-2023-36288Same product: Webkul Qloapps
CVE-2025-1074Same product: Webkul Qloapps
CVE-2023-36287Same product: Webkul Qloapps

Affected Assets

webkul
qloapps
1.6.1

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SC-8 Transmission Confidentiality and Integrity
  • IA-5 Authenticator Management
  • AC-3 Access Enforcement
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V3.4.5
  • V14.2.1

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires cryptographic protection of information (including auth tokens) during transmission, directly preventing exposure via URLs.

prevent

Mandates secure authenticator management that prohibits embedding tokens in URLs or other observable locations.

prevent

Enforces access decisions using mechanisms that must not leak credentials in redirect URLs.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly prevent embedding sensitive data in query strings as part of input-handling and data-flow design.

PR.DS-02 partial match
prevents

HTTPS encryption protects query strings in transit but does not address the root design flaw of placing sensitive data in URLs.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing can detect sensitive data leakage via query strings.

mitigates

DLP solutions can detect and block sensitive data in URLs.

degrades

Network security controls can enforce HTTPS and block sensitive data in URLs.

prevents

Application security requirements should mandate avoiding sensitive data in query strings.

prevents

Secure architecture principles discourage exposing sensitive data in URLs.

prevents

Secure coding standards directly prohibit placing secrets in query parameters.

References