CVE-2026-57232
Last modified
CVE-2026-57232 is a low-severity vulnerability rated 3.1/10 on the CVSS scale. Contao is an Open Source CMS. From 5.3.35 through 5.3.47 and from 5.7.0-RC1 through 5.7.8, the Feed Reader front-end module passes configured RSS feed URLs from FeedReaderController::getResponse() to feedIo->read() without scheme or private-address validation, allowing a backend user with module-edit permissions to make the server request internal network services, loopback addresses, or cloud metadata endpoints. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
Contao is an Open Source CMS. From 5.3.35 through 5.3.47 and from 5.7.0-RC1 through 5.7.8, the Feed Reader front-end module passes configured RSS feed URLs from FeedReaderController::getResponse() to feedIo->read() without scheme or private-address validation, allowing a backend user with module-edit permissions to make the server request internal network services, loopback addresses, or cloud metadata endpoints. In core-bundle/src/Controller/FrontendModule/FeedReaderController.php, the getResponse() function iterates over the configured feed URLs and passes each one directly to the HTTP client (via $this->feedIo->read($url, new Feed())) with no validation, while the DCA field definition for rss_feed in tl_module.php carries no URL scheme or host validation and the HTTP client is wired as @psr18.http_client (Symfony HttpClient) with no SSRF protection configured, since NoPrivateNetworkHttpClient is not used. This issue is fixed in versions 5.3.48.
Metrics
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| contao | contao | >= 5.7.0-RC1, < 5.7.9; >= 5.3.35, < 5.3.48 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-57232?
How severe is CVE-2026-57232?
How do I fix CVE-2026-57232?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-57219RabbitMQ is a messaging and streaming broker. Prior to 3.13.…7.5
- CVE-2026-5722The MoreConvert Pro plugin for WordPress is vulnerable to Au…9.8
- CVE-2026-57220RabbitMQ is a messaging and streaming broker. Prior to 4.2.6…7.5
- CVE-2026-57221RabbitMQ is a messaging and streaming broker. Prior to 3.13.…5
- CVE-2026-57230OpenReplay is a self-hosted session replay suite. Prior to 1…5.4
- CVE-2026-57231Podman is a tool for managing OCI containers and pods. From …7.5
- CVE-2026-57234Nokogiri is an open source XML and HTML library for the Ruby…2.6
- CVE-2026-57235Nokogiri is an open source XML and HTML library for the Ruby…8.2
- CVE-2026-57236Nokogiri is an open source XML and HTML library for the Ruby…8.2
- CVE-2026-57237When the application opens a PDF and JavaScript modifies the…7.8
- CVE-2026-57238After the application opened the PDF, JavaScript deleted the…7.8
- CVE-2026-57239The user-controllable executable files will be directly exec…7.8
Are you affected by CVE-2026-57232?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
