-
Notifications
You must be signed in to change notification settings - Fork 10
CVE-2012-6708 (Medium) detected in multiple libraries #10
Description
CVE-2012-6708 - Medium Severity Vulnerability
Vulnerable Libraries - jquery-1.4.1.js, jquery.1.4.1.nupkg, jquery-1.2.6.js, jquery-1.4.1.min.js
jquery-1.4.1.js
JavaScript library for DOM operations
Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/1.4.1/jquery.js
Path to vulnerable library: /ndddsample/src/NDDDSample/app/presentation/NDDDSample.Web/Scripts/jquery-1.4.1.js
Dependency Hierarchy:
- ❌ jquery-1.4.1.js (Vulnerable Library)
jquery.1.4.1.nupkg
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event hand...
Library home page: https://api.nuget.org/packages/jquery.1.4.1.nupkg
Path to dependency file: /ndddsample/src/NDDDSample/app/presentation/NDDDSample.Web/packages.config
Path to vulnerable library: /ndddsample/src/NDDDSample/app/presentation/NDDDSample.Web/packages.config
Dependency Hierarchy:
- ❌ jquery.1.4.1.nupkg (Vulnerable Library)
jquery-1.2.6.js
JavaScript library for DOM operations
Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/1.2.6/jquery.js
Path to vulnerable library: /ndddsample/src/NDDDSample/app/presentation/NDDDSample.Web/Scripts/jquery-1.2.6.js,/ndddsample/src/NDDDSample/app/presentation/NDDDSample.Web/Scripts/jquery-1.2.6.min.js
Dependency Hierarchy:
- ❌ jquery-1.2.6.js (Vulnerable Library)
jquery-1.4.1.min.js
JavaScript library for DOM operations
Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/1.4.1/jquery.min.js
Path to vulnerable library: /ndddsample/src/NDDDSample/app/presentation/NDDDSample.Web/Scripts/jquery-1.4.1.min.js
Dependency Hierarchy:
- ❌ jquery-1.4.1.min.js (Vulnerable Library)
Found in HEAD commit: 95282eaf3bab43af3425edffa882b3d78eb12fc6
Vulnerability Details
jQuery before 1.9.0 is vulnerable to Cross-site Scripting (XSS) attacks. The jQuery(strInput) function does not differentiate selectors from HTML in a reliable fashion. In vulnerable versions, jQuery determined whether the input was HTML by looking for the '<' character anywhere in the string, giving attackers more flexibility when attempting to construct a malicious payload. In fixed versions, jQuery only deems the input to be HTML if it explicitly starts with the '<' character, limiting exploitability only to attackers who can control the beginning of a string, which is far less common.
Publish Date: 2018-01-18
URL: CVE-2012-6708
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: https://nvd.nist.gov/vuln/detail/CVE-2012-6708
Release Date: 2018-01-18
Fix Resolution: 1.9.0
Step up your Open Source Security Game with WhiteSource here