[wp-trac] [WordPress Trac] #60602: WordPress 6.4.3 on PHP 8.3 curl function seems to relate to an infinite loop causing server crash
WordPress Trac
noreply at wordpress.org
Thu Feb 22 13:52:13 UTC 2024
#60602: WordPress 6.4.3 on PHP 8.3 curl function seems to relate to an infinite
loop causing server crash
-------------------------------+-------------------------------------
Reporter: lichtsturz | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: HTTP API | Version: 6.4.3
Severity: normal | Keywords: 2nd-opinion needs-patch
Focuses: php-compatibility |
-------------------------------+-------------------------------------
Based on the part of analysis https://take.ms/pIbia we have a plugin
called "Speaker" https://codecanyon.net/item/speaker-page-to-speech-
plugin-for-wordpress/24336046?s_rank=2
which searches for an icon for the player, determines its name and makes a
request through the standard WP function
https://developer.wordpress.org/reference/functions/wp_remote_get/
Further, everything happens under WordPress control. In the logs, the
problem occurs in the function highlighted in blue https://take.ms/pIbia,
but it is in the WordPress core.
This is repeated in an indefinite loop, causing the server to crash. On
PHP 8.1 or PHP 8.2 there is not such a behavior.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/60602>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list