Improper access control in Apache Camel - CVE-2026-48204
Published: August 24, 2026
Vulnerability details
The vulnerability allows a remote attacker to perform unauthorized GridFS operations, including deleting files, reading files, and enumerating stored files.
The vulnerability exists due to improper access control in the Camel MongoDB GridFS producer when handling inbound HTTP requests bridged to a mongodb-gridfs endpoint with no explicit operation configured. A remote attacker can send crafted gridfs.* headers to override the intended GridFS operation and perform unauthorized GridFS operations, including deleting files, reading files, and enumerating stored files.
Exploitation also allows attacker-supplied gridfs.metadata values to be parsed as a MongoDB document, enabling NoSQL operator injection. No credentials are required when the bridging HTTP consumer is unauthenticated.