Kreshnik / ninjecture

A simple module based architecture, for your Laravel projects :alien:.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CVE-2018-14773 Medium Severity Vulnerability detected by WhiteSource

mend-bolt-for-github opened this issue · comments

CVE-2018-14773 - Medium Severity Vulnerability

Vulnerable Library - symfony/http-foundation-v2.7.5

The HttpFoundation component defines an object-oriented layer for the HTTP specification.

path: null

Dependency Hierarchy:

  • laravel/framework-v5.1.20 (Root Library)
    • symfony/http-kernel-v2.7.5
      • symfony/http-foundation-v2.7.5 (Vulnerable Library)

Vulnerability Details

An issue was discovered in Http Foundation in Symfony 2.7.0 through 2.7.48, 2.8.0 through 2.8.43, 3.3.0 through 3.3.17, 3.4.0 through 3.4.13, 4.0.0 through 4.0.13, and 4.1.0 through 4.1.2. It arises from support for a (legacy) IIS header that lets users override the path in the request URL via the X-Original-URL or X-Rewrite-URL HTTP request header. These headers are designed for IIS support, but it's not verified that the server is in fact running IIS, which means anybody who can send these requests to an application can trigger this. This affects \Symfony\Component\HttpFoundation\Request::prepareRequestUri() where X-Original-URL and X_REWRITE_URL are both used. The fix drops support for these methods so that they cannot be used as attack vectors such as web cache poisoning.

Publish Date: 2018-08-03

URL: CVE-2018-14773

CVSS 3 Score Details (6.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: Low
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: High
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: http://www.securitytracker.com/id/1041405

Fix Resolution: The vendor has issued a fix (8.5.6).

The vendor advisory is available at:

https://www.drupal.org/SA-CORE-2018-005


Step up your Open Source Security Game with WhiteSource here