Bug 1547725 (CVE-2015-9253)
Summary: | CVE-2015-9253 php: Infinite loop in php-fpm when restarting a child using program execution function | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Laura Pardo <lpardo> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | cadonline, fedora, hhorak, jorton, rcollet, schnederle, webstack-team |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-02-27 05:00:38 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1547726 | ||
Bug Blocks: | 1547732 |
Description
Laura Pardo
2018-02-21 19:55:42 UTC
Created php tracking bugs for this issue: Affects: fedora-all [bug 1547726] Statement: The Red Hat Product Security Team does not consider this issue as a security flaw because specially crafted PHP scripts (containing embedded operating system commands) are required to trigger this flaw. Correction to "containing embedded operating system commands": no embedded operating system commands are needed, only 2 php scripts are needed to CPU-DOS a shared hosting server without leaving a trace where the high load comes from, making it impossible to detect which hosting customer is to blame for. copy from PHP Bug #75968: Script 1: <?php stream_set_blocking(STDIN, false); echo "Blah"; ?> Script 2: <?php passthru('/usr/bin/php /path/to/1.php'); ?> |