Bug 1190660 (CVE-2020-11023) - VUL-0: CVE-2020-11023: jquery: Passing HTML containing <option> elements to manipulation methods could result in untrusted code execution
Summary: VUL-0: CVE-2020-11023: jquery: Passing HTML containing <option> elements to m...
Status: RESOLVED FIXED
Alias: CVE-2020-11023
Product: SUSE Security Incidents
Classification: Novell Products
Component: Incidents (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Normal
Target Milestone: ---
Assignee: Security Team bot
QA Contact: Security Team bot
URL: https://smash.suse.de/issue/258815/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-20 07:07 UTC by Marcus Meissner
Modified: 2024-05-28 12:02 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcus Meissner 2021-09-20 07:07:14 UTC
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-11023 

In jQuery versions greater than or equal to 1.0.3 and before 3.5.0, passing HTML
containing <option> elements from untrusted sources - even after sanitizing it -
to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and
others) may execute untrusted code. This problem is patched in jQuery 3.5.0.
Comment 1 Marcus Meissner 2021-09-20 07:21:16 UTC
while we do not ship jquery as standalone package, it is embedded in various packages:

python*-Sphinx:

The embedded jquery uses only html code injected is coming from Sphinx locally, its not attacker influencable. (for local Sphinx documentation browsing and searching)

python*-greenlet:

The embedded jquery uses only html code injected is coming from greenlet locally, its not attacker influencable. (for local Sphinx documentation browsing and searching)

python*-Werkzeug:

The embedded jquery is used in the embedded interactive debugger to debug WSGI applications. It helps with the debugger operation and does not get malicious input.
Comment 2 Carlos López 2024-05-28 12:02:59 UTC
Done, closing.