Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2021-29368: Session Fixation in CuppaCMS · Issue #8 · CuppaCMS/CuppaCMS

Session fixation vulnerability in CuppaCMS thru commit 4c9b742b23b924cf4c1f943f48b278e06a17e297 on November 12, 2019 allows attackers to gain access to arbitrary user sessions.

CVE
#vulnerability#web#mac#git#auth#chrome

Cuppa CMS is prone to a session fixation attack.
Description: Session Fixation is an attack that permits an attacker to hijack a valid user session. The attack explores a limitation in the way the web application manages the session ID, more specifically the vulnerable web application. When authenticating a user, it doesn’t assign a new session ID, making it possible to use an existent session ID. The attack consists of obtaining a valid session ID (e.g. by connecting to the application), inducing a user to authenticate himself with that session ID, and then hijacking the user-validated session by the knowledge of the used session ID. The attacker has to provide a legitimate Web application session ID and try to make the victim’s browser use it.

Steps to Reproduce:

  1. Access the cuppa cms login page using the http://127.0.0.1:880/cuppa_cms/administrator/
  2. Enter the wrong username and password to generate dummy session tokens
  3. Copy the non-authenticated session tokens and insert it into another browser(chrome) in the victim machine.
  4. Enter the valid credential to log in to the application.
  5. Once you login to the application go back to the attacker browser and refresh the URL.
  6. An attacker is able to access the victim session successfully.

Session Values Before Login: Attacker Machine

Session Values Before Login: Victim Machine

Session token once fix the victim Machine

Session Values after Login: Victim Machine

Session Values for the attacker - Just refresh the browser

Mitigation:
The application should always first invalidate the existing session ID before authenticating a user, and if the authentication is successful, provide another session.

CVE: Latest News

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