CVE-2020-2262: Stored XSS vulnerability in android-lint Plugin
8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.46137%
CWE
Published
5/24/2022
Updated
1/28/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.jvnet.hudson.plugins:android-lint | maven | <= 2.6 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from unescaped annotation messages in tooltips. Jenkins plugins typically use Jelly templates for UI rendering, and the advisory specifically identifies tooltip XSS in Android Lint results. The lack of escaping in HTML attributes would occur in the Jelly view that displays lint annotations. While exact code isn't available, the pattern matches Jenkins XSS vulnerabilities where ${}
expressions in Jelly templates lack explicit escaping for HTML contexts.