OutSystems Platform Server CVE-2025-61258
HIGHSeverity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Network-accessible with no authentication per description; DoS-only impact scoped to availability with no confidentiality or integrity effect.
Primary rating from Vendor (mitre).
CVSS VectorVendor: mitre
Lifecycle Timeline
2DescriptionCVE.org
Outsystems Platform Server 11.18.1.37828 allows attackers to cause a denial of service via a crafted content-length value mismatching the body length. NOTE: the Supplier indicates that they are unable to reproduce this.
AnalysisAI
OutSystems Platform Server version 11.18.1.37828 is reported to allow denial of service through HTTP request smuggling (CWE-444) by sending a crafted HTTP request where the Content-Length header value does not match the actual body length, disrupting the server's HTTP parser and causing service unavailability. The impact is limited to availability - no confidentiality or integrity exposure is indicated. Critically, the vendor has publicly stated they are unable to reproduce this vulnerability, and the PoC references point exclusively to personal blogs rather than established security research publications, introducing substantial uncertainty about the finding's validity. No public exploit identified at time of analysis has been confirmed by independent researchers or CISA KEV.
Technical ContextAI
OutSystems Platform Server is a low-code application development and delivery platform used in enterprise environments. CWE-444, 'Inconsistent Interpretation of HTTP Requests (HTTP Request Smuggling),' describes a root cause where front-end and back-end components disagree on HTTP message boundary parsing - typically exploited via conflicting Content-Length and Transfer-Encoding headers. In this specific report, the attack surfaces through a Content-Length value deliberately mismatched against the actual body length, which may cause the server's HTTP handling layer to stall, consume excessive resources, or fail to process subsequent requests. The affected product is precisely scoped by CPE as cpe:2.3:a:outsystems:platform_server:11.18.1.37828, indicating a single, pinpoint version rather than a broad release family.
RemediationAI
No vendor-released patch has been identified at time of analysis, and the OutSystems reference (https://www.outsystems.com/) does not link to a specific security bulletin acknowledging this CVE. Given the vendor's stated inability to reproduce the issue, organizations should monitor OutSystems' official security advisories for any future acknowledgment, patch release, or explicit dismissal of the finding. As a near-term compensating control, deploying a web application firewall or HTTP-aware reverse proxy configured to reject requests with malformed or mismatched Content-Length headers can reduce exposure - note this may reject certain non-standard but legitimate client behaviors and should be tested before broad deployment. Restricting inbound access to Platform Server HTTP endpoints to known IP ranges or internal networks limits the unauthenticated attack surface without requiring application changes.
More in Platform Server
View allSame weakness CWE-444 – HTTP Request/Response Smuggling
View allSame technique Request Smuggling
View allShare
External POC / Exploit Code
Leaving vuln.today