Link Search Menu Expand Document

Arbitrary File Deletion via Insecure Deserialization

Summary

A vulnerability has been found in the Subrion CMS up to v4.2.2, which allows code execution via insecure deserialization. During the review, it was found that the application heavily uses serialization to store and load object from and to the database. In certain cases, this process could be manipulated by an attacker, which could deserialize arbitrary objects, leading to code execution. Multiple files were found to be affected by this issue, such as:

  • /front/actions.php
  • /admin/blocks.php
  • /includes/classes/ia.core.users.php

In particular, the first two instances showed to be exploitable, leading to arbitrary file deletion.

Note: The vulnerability affecting /front/actions.php, is the result of a parallel, independent research by MS509 and myself. However, I consider flystart the right owner of the vulnerability on action.php, as he firstly notified the issue to Intelliants. So kudos to flystart!

For further information, please refer to the single vulnerabilities.

Remediation

Currently, no fixes are available for the issue affecting blocks.php, while the one affecting actions.php seems to be fixed in the latest branch.

References


Table of contents