2024-03-11 19:03:58 +00:00
{
"id" : "CVE-2024-0044" ,
"sourceIdentifier" : "security@android.com" ,
"published" : "2024-03-11T17:15:45.450" ,
2025-01-28 21:03:49 +00:00
"lastModified" : "2025-01-28T20:15:30.207" ,
"vulnStatus" : "Modified" ,
2024-07-03 02:03:28 +00:00
"cveTags" : [ ] ,
2024-03-11 19:03:58 +00:00
"descriptions" : [
{
"lang" : "en" ,
2025-01-28 21:03:49 +00:00
"value" : "In createSessionInternal of PackageInstallerService.java, there is a possible run-as any app due to improper input validation. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation."
2024-03-12 15:04:12 +00:00
} ,
{
"lang" : "es" ,
"value" : "En createSessionInternal de PackageInstallerService.java, existe una posible ejecuci\u00f3n como cualquier aplicaci\u00f3n debido a una validaci\u00f3n de entrada incorrecta. Esto podr\u00eda conducir a una escalada local de privilegios sin necesidad de permisos de ejecuci\u00f3n adicionales. La interacci\u00f3n del usuario no es necesaria para la explotaci\u00f3n."
2024-03-11 19:03:58 +00:00
}
] ,
2024-07-03 02:03:28 +00:00
"metrics" : {
"cvssMetricV31" : [
2024-12-17 17:04:01 +00:00
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" ,
"baseScore" : 6.7 ,
"baseSeverity" : "MEDIUM" ,
"attackVector" : "LOCAL" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "HIGH" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
"availabilityImpact" : "HIGH"
} ,
"exploitabilityScore" : 0.8 ,
"impactScore" : 5.9
} ,
2024-07-03 02:03:28 +00:00
{
"source" : "134c704f-9b21-4f2e-91b3-4a467353bcc0" ,
"type" : "Secondary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 7.8 ,
"baseSeverity" : "HIGH" ,
2024-07-03 02:03:28 +00:00
"attackVector" : "LOCAL" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "REQUIRED" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2024-07-03 02:03:28 +00:00
} ,
"exploitabilityScore" : 1.8 ,
"impactScore" : 5.9
}
]
} ,
"weaknesses" : [
2024-12-17 17:04:01 +00:00
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-74"
}
]
} ,
2024-07-03 02:03:28 +00:00
{
"source" : "134c704f-9b21-4f2e-91b3-4a467353bcc0" ,
"type" : "Secondary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-75"
}
]
}
] ,
2024-12-17 17:04:01 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:google:android:12.0:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "F8FB8EE9-FC56-4D5E-AE55-A5967634740C"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:google:android:12.1:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "C64C1583-CDE0-4C1F-BDE6-05643C1BDD72"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:google:android:13.0:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "879FFD0C-9B38-4CAA-B057-1086D794D469"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:google:android:14.0:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "2700BCC5-634D-4EC6-AB67-5B678D5F951D"
}
]
}
]
}
] ,
2024-03-11 19:03:58 +00:00
"references" : [
{
2025-01-28 21:03:49 +00:00
"url" : "https://android.googlesource.com/platform/frameworks/base/+/836750619a8bce0bf78fe0549f9990e294671563" ,
"source" : "security@android.com"
2024-03-12 21:03:26 +00:00
} ,
{
2025-01-28 21:03:49 +00:00
"url" : "https://android.googlesource.com/platform/frameworks/base/+/954b2874b85b6cd0d6bb12cd677cdf22e5dbd77b" ,
"source" : "security@android.com"
2024-03-12 21:03:26 +00:00
} ,
2024-03-11 19:03:58 +00:00
{
2025-01-28 21:03:49 +00:00
"url" : "https://source.android.com/security/bulletin/2024-10-01" ,
"source" : "security@android.com"
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://android.googlesource.com/platform/frameworks/base/+/65bd134b0a82c51a143b89821d5cdd00ddc31792" ,
2024-12-17 17:04:01 +00:00
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Mailing List" ,
"Patch"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://github.com/metaredteam/external-disclosures/security/advisories/GHSA-m7fh-f3w4-r6v2" ,
2024-12-17 17:04:01 +00:00
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Third Party Advisory"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://rtx.meta.security/exploitation/2024/03/04/Android-run-as-forgery.html" ,
2024-12-17 17:04:01 +00:00
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Exploit" ,
"Third Party Advisory"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://source.android.com/security/bulletin/2024-03-01" ,
2024-12-17 17:04:01 +00:00
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Not Applicable"
]
2024-03-11 19:03:58 +00:00
}
]
}