Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2022-23049: Exponent CMS 2.6.0 patch2 - Stored XSS (User-Agent) | Fluid Attacks

Exponent CMS 2.6.0patch2 allows an authenticated user to inject persistent JavaScript code on the “User-Agent” header when logging in. When an administrator user visits the “User Sessions” tab, the JavaScript will be triggered allowing an attacker to compromise the administrator session.

CVE
#sql#xss#vulnerability#web#linux#apache#git#java

Summary

Name

Exponent CMS 2.6.0 patch2 - Stored XSS (User-Agent)

Code name

Cobain

Product

Exponent CMS

Affected versions

v2.6.0 patch2

State

Public

Release Date

2022-02-03

Vulnerability

Kind

Stored cross-site scripting (XSS)

Rule

010. Stored cross-site scripting (XSS)

Remote

Yes

CVSSv3 Vector

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

CVSSv3 Base Score

5.4

Exploit available

No

CVE ID(s)

CVE-2022-23049

Description

Exponent CMS 2.6.0 patch2 allows an authenticated user to inject persistent javascript code on the User-Agent when logging in. When an administratoruser visits the ‘User Sessions’ tab, the javascript will be triggered allowingan attacker to compromise the administrator session.

Proof of Concept

  1. Use a Web proxy or a tool to modify the browser User-agent with the following PoC.

    User-Agent: <script>alert('XSS')</script>
    
  2. Try to login with a non-admin user.

  3. If an admin user visits ‘User Management’ > ‘User Sessions’ the XSS will be triggered.

A non-admin user may compromise an admin session by exploiting this vulnerability.

System Information:

  • Version: Exponent CMS 2.6.0 patch2.
  • Operating System: Linux.
  • Web Server: Apache
  • PHP Version: 7.4
  • Database and version: Mysql

Exploit

There is no exploit for the vulnerability but can be manually exploited.

Mitigation

By 2022-02-03 there is not a patch resolving the issue.

Credits

The vulnerability was discovered by Oscar Uribe from the Offensive Team of Fluid Attacks.

References

Vendor page

https://www.exponentcms.org/

Ticket

https://exponentcms.lighthouseapp.com/projects/61783/tickets/1461

Issue

https://github.com/exponentcms/exponent-cms/issues/1546

Timeline

  • 2022-01-25: Vulnerability discovered.

  • 2022-01-25: Vendor contacted.

  • 2022-02-03: Public Disclosure.

CVE: Latest News

CVE-2023-50976: Transactions API Authorization by oleiman · Pull Request #14969 · redpanda-data/redpanda