- Synchronized data.

This commit is contained in:
CVE Team 2018-02-25 16:02:54 -05:00
parent 1d72892439
commit e3b773b0a7
No known key found for this signature in database
GPG Key ID: 3504EC0FB4B2FE56
2 changed files with 22 additions and 1 deletions

View File

@ -34,7 +34,7 @@
"description_data" : [
{
"lang" : "eng",
"value" : "PHP through 7.1.3 enables potential SSRF in applications that accept an fsockopen 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."
"value" : "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."
}
]
},
@ -58,6 +58,9 @@
{
"url" : "https://bugs.php.net/bug.php?id=74216"
},
{
"url" : "https://bugs.php.net/bug.php?id=75505"
},
{
"url" : "https://github.com/php/php-src/commit/bab0b99f376dac9170ac81382a5ed526938d595a"
},

View File

@ -0,0 +1,18 @@
{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ID" : "CVE-2018-7482",
"STATE" : "RESERVED"
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
}
]
}
}