CVE-2023-49280 Vulnerability Analysis & Exploit Details

CVE-2023-49280
Vulnerability Scoring

7.7
/10
Very High Risk

Highly exploitable, CVE-2023-49280 poses a critical security risk that could lead to severe breaches.

Attack Complexity Details

  • Attack Complexity: Low
    Exploits can be performed without significant complexity or special conditions.
  • Attack Vector: Network
    Vulnerability is exploitable over a network without physical access.
  • Privileges Required: Low
    Some privileges are necessary to exploit the vulnerability.
  • Scope: Changed
    Successful exploitation can impact components beyond the vulnerable component.
  • User Interaction: None
    No user interaction is necessary for exploitation.

CVE-2023-49280 Details

Status: Modified

Last updated: 🕣 21 Nov 2024, 08:33 UTC
Originally published on: 🕚 04 Dec 2023, 23:15 UTC

Time between publication and last update: 352 days

CVSS Release: version 3

CVSS3 Source

security-advisories@github.com

CVSS3 Type

Secondary

CVSS3 Vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N

CVE-2023-49280 Vulnerability Summary

CVE-2023-49280: XWiki Change Request is an XWiki application allowing to request changes on a wiki without publishing directly the changes. Change request allows to edit any page by default, and the changes are then exported in an XML file that anyone can download. So it's possible for an attacker to obtain password hash of users by performing an edit on the user profiles and then downloading the XML file that has been created. This is also true for any document that might contain password field and that a user can view. This vulnerability impacts all version of Change Request, but the impact depends on the rights that has been set on the wiki since it requires for the user to have the Change request right (allowed by default) and view rights on the page to target. This issue cannot be easily exploited in an automated way. The patch consists in denying to users the right of editing pages that contains a password field with change request. It means that already existing change request for those pages won't be removed by the patch, administrators needs to take care of it. The patch is provided in Change Request 1.10, administrators should upgrade immediately. It's possible to workaround the vulnerability by denying manually the Change request right on some spaces, such as XWiki space which will include any user profile by default.

Assessing the Risk of CVE-2023-49280

Access Complexity Graph

The exploitability of CVE-2023-49280 depends on two key factors: attack complexity (the level of effort required to execute an exploit) and privileges required (the access level an attacker needs).

Exploitability Analysis for CVE-2023-49280

CVE-2023-49280 presents an accessible attack vector with minimal effort required. Restricting access controls and implementing security updates are critical to reducing exploitation risks.

Understanding AC and PR

A lower complexity and fewer privilege requirements make exploitation easier. Security teams should evaluate these aspects to determine the urgency of mitigation strategies, such as patch management and access control policies.

Attack Complexity (AC) measures the difficulty in executing an exploit. A high AC means that specific conditions must be met, making an attack more challenging, while a low AC means the vulnerability can be exploited with minimal effort.

Privileges Required (PR) determine the level of system access necessary for an attack. Vulnerabilities requiring no privileges are more accessible to attackers, whereas high privilege requirements limit exploitation to authorized users with elevated access.

CVSS Score Breakdown Chart

Above is the CVSS Sub-score Breakdown for CVE-2023-49280, illustrating how Base, Impact, and Exploitability factors combine to form the overall severity rating. A higher sub-score typically indicates a more severe or easier-to-exploit vulnerability.

CIA Impact Analysis

Below is the Impact Analysis for CVE-2023-49280, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

  • Confidentiality: High
    Exploiting CVE-2023-49280 can result in unauthorized access to sensitive data, severely compromising data privacy.
  • Integrity: None
    CVE-2023-49280 poses no threat to data integrity.
  • Availability: None
    CVE-2023-49280 does not impact system availability.

Exploit Prediction Scoring System (EPSS)

The EPSS score estimates the probability that this vulnerability will be exploited in the near future.

EPSS Score: 0.121% (probability of exploit)

EPSS Percentile: 48.02% (lower percentile = lower relative risk)
This vulnerability is less risky than approximately 51.98% of others.

CVE-2023-49280 References

External References

CWE Common Weakness Enumeration

CWE-522

CAPEC Common Attack Pattern Enumeration and Classification

  • Session Sidejacking CAPEC-102 Session sidejacking takes advantage of an unencrypted communication channel between a victim and target system. The attacker sniffs traffic on a network looking for session tokens in unencrypted traffic. Once a session token is captured, the attacker performs malicious actions by using the stolen token with the targeted application to impersonate the victim. This attack is a specific method of session hijacking, which is exploiting a valid session token to gain unauthorized access to a target system or information. Other methods to perform a session hijacking are session fixation, cross-site scripting, or compromising a user or server machine and stealing the session token.
  • Signature Spoofing by Key Theft CAPEC-474 An attacker obtains an authoritative or reputable signer's private signature key by theft and then uses this key to forge signatures from the original signer to mislead a victim into performing actions that benefit the attacker.
  • Password Recovery Exploitation CAPEC-50 An attacker may take advantage of the application feature to help users recover their forgotten passwords in order to gain access into the system with the same privileges as the original user. Generally password recovery schemes tend to be weak and insecure.
  • Kerberoasting CAPEC-509 Through the exploitation of how service accounts leverage Kerberos authentication with Service Principal Names (SPNs), the adversary obtains and subsequently cracks the hashed credentials of a service account target to exploit its privileges. The Kerberos authentication protocol centers around a ticketing system which is used to request/grant access to services and to then access the requested services. As an authenticated user, the adversary may request Active Directory and obtain a service ticket with portions encrypted via RC4 with the private key of the authenticated account. By extracting the local ticket and saving it disk, the adversary can brute force the hashed value to reveal the target account credentials.
  • Modify Existing Service CAPEC-551 When an operating system starts, it also starts programs called services or daemons. Modifying existing services may break existing services or may enable services that are disabled/not commonly used.
  • Remote Services with Stolen Credentials CAPEC-555 This pattern of attack involves an adversary that uses stolen credentials to leverage remote services such as RDP, telnet, SSH, and VNC to log into a system. Once access is gained, any number of malicious activities could be performed.
  • Use of Known Domain Credentials CAPEC-560 An adversary guesses or obtains (i.e. steals or purchases) legitimate credentials (e.g. userID/password) to achieve authentication and to perform authorized actions under the guise of an authenticated user or service.
  • Windows Admin Shares with Stolen Credentials CAPEC-561 An adversary guesses or obtains (i.e. steals or purchases) legitimate Windows administrator credentials (e.g. userID/password) to access Windows Admin Shares on a local machine or within a Windows domain.
  • Credential Stuffing CAPEC-600 An adversary tries known username/password combinations against different systems, applications, or services to gain additional authenticated access. Credential Stuffing attacks rely upon the fact that many users leverage the same username/password combination for multiple systems, applications, and services.
  • Use of Captured Hashes (Pass The Hash) CAPEC-644 An adversary obtains (i.e. steals or purchases) legitimate Windows domain credential hash values to access systems within the domain that leverage the Lan Man (LM) and/or NT Lan Man (NTLM) authentication protocols.
  • Use of Captured Tickets (Pass The Ticket) CAPEC-645 An adversary uses stolen Kerberos tickets to access systems/resources that leverage the Kerberos authentication protocol. The Kerberos authentication protocol centers around a ticketing system which is used to request/grant access to services and to then access the requested services. An adversary can obtain any one of these tickets (e.g. Service Ticket, Ticket Granting Ticket, Silver Ticket, or Golden Ticket) to authenticate to a system/resource without needing the account's credentials. Depending on the ticket obtained, the adversary may be able to access a particular resource or generate TGTs for any account within an Active Directory Domain.
  • Use of Known Kerberos Credentials CAPEC-652 An adversary obtains (i.e. steals or purchases) legitimate Kerberos credentials (e.g. Kerberos service account userID/password or Kerberos Tickets) with the goal of achieving authenticated access to additional systems, applications, or services within the domain.
  • Use of Known Operating System Credentials CAPEC-653 An adversary guesses or obtains (i.e. steals or purchases) legitimate operating system credentials (e.g. userID/password) to achieve authentication and to perform authorized actions on the system, under the guise of an authenticated user or service. This applies to any Operating System.

Vulnerable Configurations

  • cpe:2.3:a:xwiki:change_request:0.1:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:0.1:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:0.2:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:0.2:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:0.3:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:0.3:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:0.4:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:0.4:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:0.5:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:0.5:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:0.6:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:0.6:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:0.7:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:0.7:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:0.8:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:0.8:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:0.9:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:0.9:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:0.10:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:0.10:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:0.11:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:0.11:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:0.12:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:0.12:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:0.13:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:0.13:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:0.14:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:0.14:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:0.15:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:0.15:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:1.0:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:1.0:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:1.0.1:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:1.0.1:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:1.1:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:1.1:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:1.2:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:1.2:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:1.2.1:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:1.2.1:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:1.3:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:1.3:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:1.3.1:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:1.3.1:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:1.4:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:1.4:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:1.4.1:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:1.4.1:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:1.4.2:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:1.4.2:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:1.4.3:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:1.4.3:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:1.4.4:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:1.4.4:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:1.4.5:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:1.4.5:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:1.5:-:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:1.5:-:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:1.5.1:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:1.5.1:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:1.5:rc1:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:1.5:rc1:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:1.6:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:1.6:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:1.7:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:1.7:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:1.8:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:1.8:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:1.9:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:1.9:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:1.9.1:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:1.9.1:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:1.9.2:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:1.9.2:*:*:*:*:*:*:*
  • cpe:2.3:a:xwiki:change_request:1.9.3:*:*:*:*:*:*:*
    cpe:2.3:a:xwiki:change_request:1.9.3:*:*:*:*:*:*:*

Protect Your Infrastructure against CVE-2023-49280: Combat Critical CVE Threats

Stay updated with real-time CVE vulnerabilities and take action to secure your systems. Enhance your cybersecurity posture with the latest threat intelligence and mitigation techniques. Develop the skills necessary to defend against CVEs and secure critical infrastructures. Join the top cybersecurity professionals safeguarding today's infrastructures.

Other 5 Recently Published CVEs Vulnerabilities

  • CVE-2025-3275 – The Themesflat Addons For Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the TF E Slider widget in all versions up...
  • CVE-2025-1457 – The Element Pack Addons for Elementor – Free Templates and Widgets for Your WordPress Websites plugin for WordPress is vulnerable to Stored Cross-S...
  • CVE-2025-1093 – The AIHub theme for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the generate_image function in all ver...
  • CVE-2025-3284 – The User Registration & Membership – Custom Registration Form, Login Form, and User Profile plugin for WordPress is vulnerable to Cross-Site Reques...
  • CVE-2025-3278 – The UrbanGo Membership plugin for WordPress is vulnerable to privilege escalation in versions up to, and including, 1.0.4. This is due to the plugi...