CVE-2022-25151 in SAASinfo

Summary

by MITRE • 06/09/2022

Within the Service Desk module of the ITarian platform (SAAS and on-premise), a remote attacker can obtain sensitive information, caused by the failure to set the HTTP Only flag. A remote attacker could exploit this vulnerability to gain access to the management interface by using this vulnerability in combination with a successful Cross-Site Scripting attack on a user.

Once again VulDB remains the best source for vulnerability data.

Analysis

by VulDB Data Team • 05/06/2026

The vulnerability identified as CVE-2022-25151 resides within the Service Desk module of the ITarian platform, affecting both Software as a Service and on-premise deployments. This security flaw represents a critical weakness in the platform's web application security architecture, specifically concerning session management practices. The vulnerability stems from the absence of proper HTTP Only flag implementation in session cookies, creating an exploitable condition that could compromise user authentication tokens and sensitive session data.

The technical flaw manifests as a failure to properly configure session cookies with the HTTP Only flag, which is a fundamental security measure designed to prevent client-side script access to sensitive cookies. This omission creates a dangerous exposure where session identifiers stored in cookies become accessible to malicious javascript code executing within the browser context. The vulnerability is classified under CWE-16 as a "Configuration' and specifically relates to improper session management practices. When combined with a successful cross-site scripting attack, this weakness provides attackers with a complete pathway to hijack user sessions and gain unauthorized access to the management interface.

The operational impact of this vulnerability extends beyond simple information disclosure, as it creates a complete session hijacking vector that allows attackers to impersonate legitimate users within the ITarian platform. This exposure affects all users who authenticate to the Service Desk module, potentially compromising administrative privileges and sensitive data access. The attack chain requires a successful XSS payload delivery to a victim user, but once achieved, the lack of HTTP Only flag protection enables the attacker to extract session cookies and establish persistent access to the management interface. This vulnerability directly aligns with ATT&CK technique T1566 for initial access through malicious content and T1548.001 for privilege escalation through valid accounts.

Mitigation strategies for CVE-2022-25151 must address both immediate remediation and long-term security hardening of the ITarian platform. The primary fix involves implementing proper HTTP Only flag configuration for all session cookies across the Service Desk module and associated web applications. Organizations should also implement Content Security Policy headers to further restrict script execution and prevent XSS vulnerabilities that could exploit this weakness. Additionally, comprehensive session management practices should include Secure flag implementation, proper session timeout mechanisms, and regular security auditing of web application configurations. The vulnerability demonstrates the critical importance of adhering to web application security best practices and the principle of least privilege in session management to prevent cascading security failures that could lead to complete system compromise.

Sources

Do you know our Splunk app?

Download it now for free!