-
Notifications
You must be signed in to change notification settings - Fork 0
Description
CVE-2020-7656 - Medium Severity Vulnerability
Vulnerable Libraries - jquery-1.8.3.min.js, simplesamlphp/simplesamlphp-v1.17.8
jquery-1.8.3.min.js
JavaScript library for DOM operations
Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.3/jquery.min.js
Path to vulnerable library: /vendor/simplesamlphp/simplesamlphp/www/resources/jquery-1.8.js
Dependency Hierarchy:
- ❌ jquery-1.8.3.min.js (Vulnerable Library)
simplesamlphp/simplesamlphp-v1.17.8
A PHP implementation of a SAML 2.0 service provider and identity provider, also compatible with Shibboleth 1.3 and 2.0.
Library home page: https://api.github.com/repos/simplesamlphp/simplesamlphp/zipball/295937ae8672278cad73ec2c78af3749426263de
Dependency Hierarchy:
- simplesamlphp/composer-module-installer-v1.1.6 (Root Library)
- ❌ simplesamlphp/simplesamlphp-v1.17.8 (Vulnerable Library)
Found in HEAD commit: fd17359125e6714801096e1c3ae3b23131de8463
Vulnerability Details
jquery prior to 1.9.0 allows Cross-site Scripting attacks via the load method. The load method fails to recognize and remove "<script>" HTML tags that contain a whitespace character, i.e: "</script >", which results in the enclosed script logic to be executed.
Publish Date: 2020-05-19
URL: CVE-2020-7656
CVSS 3 Score Details (6.1)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
Suggested Fix
Type: Upgrade version
Origin: GHSA-q4m3-2j7h-f7xw
Release Date: 2020-05-28
Fix Resolution: jquery - 1.9.0
Step up your Open Source Security Game with Mend here