Server-Side Request Forgery (SSRF) Affecting php-intl package, versions *


Severity

Recommended
low

Based on CentOS security rating.

Threat Intelligence

EPSS
0.26% (67th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications

Snyk Learn

Learn about Server-Side Request Forgery (SSRF) vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-CENTOS6-PHPINTL-1985611
  • published26 Jul 2021
  • disclosed27 Mar 2017

Introduced: 27 Mar 2017

CVE-2017-7272  (opens in a new tab)
CWE-918  (opens in a new tab)

How to fix?

There is no fixed version for Centos:6 php-intl.

NVD Description

Note: Versions mentioned in the description apply only to the upstream php-intl package and not the php-intl package as distributed by Centos. See How to fix? for Centos:6 relevant fixed versions and status.

PHP through 7.1.11 enables potential SSRF in applications that accept an fsockopen or pfsockopen hostname argument with an expectation that the port number is constrained. Because a :port syntax is recognized, fsockopen will use the port number that is specified in the hostname argument, instead of the port number in the second argument of the function.