Executive Summary

Informations
Name CVE-2024-23639 First vendor Publication 2024-02-09
Vendor Cve Last vendor Modification 2024-02-16

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Overall CVSS Score 7.8
Base Score 7.8 Environmental Score 7.8
impact SubScore 5.9 Temporal Score 7.8
Exploitabality Sub Score 1.8
 
Attack Vector Local Attack Complexity Low
Privileges Required Low User Interaction None
Scope Unchanged Confidentiality Impact High
Integrity Impact High Availability Impact High
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector :
Cvss Base Score N/A Attack Range N/A
Cvss Impact Score N/A Attack Complexity N/A
Cvss Expoit Score N/A Authentication N/A
Calculate full CVSS 2.0 Vectors scores

Detail

Micronaut Framework is a modern, JVM-based, full stack Java framework designed for building modular, easily testable JVM applications with support for Java, Kotlin and the Groovy language. 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. 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" and do not require a preflight check. These endpoints, if enabled and not secured, are vulnerable to being triggered. 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. This issue has been addressed in version 3.8.3. Users are advised to upgrade.

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-23639

CWE : Common Weakness Enumeration

% Id Name
33 % CWE-664 Improper Control of a Resource Through its Lifetime
33 % CWE-610 Externally Controlled Reference to a Resource in Another Sphere
33 % CWE-15 External Control of System or Configuration Setting

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 1

Sources (Detail)

https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#simple_requests
https://github.com/micronaut-projects/micronaut-core/security/advisories/GHSA...
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
Date Informations
2024-02-16 17:27:29
  • Multiple Updates
2024-02-09 09:27:25
  • First insertion