Arbitrary File Write Affecting cesanta/mongoose package, versions [,7.6)


0.0
critical

Snyk CVSS

    Attack Complexity Low
    Confidentiality High
    Integrity High
    Availability High

    Threat Intelligence

    EPSS 0.13% (47th percentile)
Expand this section
NVD
7.5 high

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk ID SNYK-UNMANAGED-CESANTAMONGOOSE-2404180
  • published 13 Feb 2022
  • disclosed 13 Feb 2022
  • credit Snyk Security Team

How to fix?

Upgrade cesanta/mongoose to version 7.6 or higher.

Overview

cesanta/mongoose is a networking library for C/C++. It implements event-driven non-blocking APIs for TCP, UDP, HTTP, WebSocket, MQTT.

Affected versions of this package are vulnerable to Arbitrary File Write. The unsafe handling of file names during upload using mg_http_upload() method may enable attackers to write files to arbitrary locations outside the designated target folder.

PoC by Snyk

Based on the file-upload example.

curl -X POST --data "pwned" "http://localhost:8000/upload?name=../pwned"

References