logo

CVE-2024-23639 io.micronaut:micronaut-http-server-tck

Package

Manager: maven
Name: io.micronaut:micronaut-http-server-tck
Vulnerable Version: >=0 <3.8.3

Severity

Level: Medium

CVSS v3.1: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L

CVSS v4.0: CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N

EPSS: 0.00018 pctl0.03088

Details

Micronaut management endpoints vulnerable to drive-by localhost attack ### Summary Enabled but unsecured management endpoints are susceptible to drive-by localhost attacks. While not typical of a production application, these attacks may have more impact on a development environment where such endpoints may be flipped on without much thought. ### Details A malicious/compromised website can make HTTP requests to `localhost`. Normally, such requests would trigger a CORS preflight check which would prevent the request; however, some requests are ["simple"](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#simple_requests) and do not require a preflight check. These endpoints, if enabled and not secured, are vulnerable to being triggered. ### Impact Production environments typically disable unused endpoints and secure/restrict access to needed endpoints. A more likely victim is the developer in their local development host, who has enabled endpoints without security for the sake of easing development.

Metadata

Created: 2024-02-09T15:19:15Z
Modified: 2024-02-09T15:19:15Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/02/GHSA-583g-g682-crxf/GHSA-583g-g682-crxf.json
CWE IDs: ["CWE-15", "CWE-610", "CWE-664"]
Alternative ID: GHSA-583g-g682-crxf
Finding: F004
Auto approve: 1