2023-04-24 12:24:31 +02:00
{
"id" : "CVE-2018-9493" ,
"sourceIdentifier" : "security@android.com" ,
"published" : "2018-10-02T19:29:05.027" ,
2023-11-07 21:03:21 +00:00
"lastModified" : "2023-11-07T03:01:37.173" ,
"vulnStatus" : "Modified" ,
2023-04-24 12:24:31 +02:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "In the content provider of the download manager, there is a possible SQL injection due to improper input validation. This could lead to local information disclosure with no additional execution privileges needed. User interaction is not needed for exploitation. Product: Android Versions: Android-7.0 Android-7.1.1 Android-7.1.2 Android-8.0 Android-8.1 Android-9.0 Android ID: A-111085900"
} ,
{
"lang" : "es" ,
"value" : "En el proveedor de contenidos del gestor de descargas, hay una posible inyecci\u00f3n SQL debido a una validaci\u00f3n de entradas incorrecta. Esto podr\u00eda llevar a una divulgaci\u00f3n de informaci\u00f3n local sin necesitar privilegios de ejecuci\u00f3n adicionales. No se necesita interacci\u00f3n del usuario para explotarlo. Producto: Versiones de Android: Android-7.0, Android-7.1.1, Android-7.1.2, Android-8.0, Android-8.1 y Android-9.0. Android ID: A-111085900"
}
] ,
"metrics" : {
"cvssMetricV30" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.0" ,
"vectorString" : "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" ,
"attackVector" : "LOCAL" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "NONE" ,
"baseScore" : 5.5 ,
"baseSeverity" : "MEDIUM"
} ,
"exploitabilityScore" : 1.8 ,
"impactScore" : 3.6
}
] ,
"cvssMetricV2" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "2.0" ,
"vectorString" : "AV:L/AC:L/Au:N/C:P/I:N/A:N" ,
"accessVector" : "LOCAL" ,
"accessComplexity" : "LOW" ,
"authentication" : "NONE" ,
"confidentialityImpact" : "PARTIAL" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "NONE" ,
"baseScore" : 2.1
} ,
"baseSeverity" : "LOW" ,
"exploitabilityScore" : 3.9 ,
"impactScore" : 2.9 ,
"acInsufInfo" : false ,
"obtainAllPrivilege" : false ,
"obtainUserPrivilege" : false ,
"obtainOtherPrivilege" : false ,
"userInteractionRequired" : false
}
]
} ,
"weaknesses" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-89"
}
]
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:google:android:7.0:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "09E6085C-A61E-4A89-BF80-EDD9A7DF1E47"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:google:android:7.1.1:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "D835D592-2423-44C6-804A-3AD010112E7C"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:google:android:7.1.2:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "568E2561-A068-46A2-B331-BBA91FC96F0C"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:google:android:8.0:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "B578E383-0D77-4AC7-9C81-3F0B8C18E033"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:google:android:8.1:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "B06BE74B-83F4-41A3-8AD3-2E6248F7B0B2"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:google:android:9.0:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "8DFAAD08-36DA-4C95-8200-C29FE5B6B854"
}
]
}
]
}
] ,
"references" : [
{
"url" : "http://www.securityfocus.com/bid/105484" ,
"source" : "security@android.com" ,
"tags" : [
"Third Party Advisory" ,
"VDB Entry"
]
} ,
{
2023-11-07 21:03:21 +00:00
"url" : "https://android.googlesource.com/platform/frameworks/base/+/462aaeaa616e0bb1342e8ef7b472acc0cbc93deb%2C" ,
"source" : "security@android.com"
2023-04-24 12:24:31 +02:00
} ,
{
"url" : "https://android.googlesource.com/platform/frameworks/base/+/ebc250d16c747f4161167b5ff58b3aea88b37acf" ,
"source" : "security@android.com" ,
"tags" : [
"Patch" ,
"Third Party Advisory"
]
} ,
{
2023-11-07 21:03:21 +00:00
"url" : "https://android.googlesource.com/platform/packages/providers/DownloadProvider/+/e7364907439578ce5334bce20bb03fef2e88b107%2C" ,
"source" : "security@android.com"
2023-04-24 12:24:31 +02:00
} ,
{
2023-11-07 21:03:21 +00:00
"url" : "https://source.android.com/security/bulletin/2018-10-01%2C" ,
"source" : "security@android.com"
2023-04-24 12:24:31 +02:00
}
]
}