Bug 911535 (CVE-2014-9425) - VUL-1: CVE-2014-9425: php: Double-free in zend_ts_hash_graceful_destroy()
Summary: VUL-1: CVE-2014-9425: php: Double-free in zend_ts_hash_graceful_destroy()
Status: RESOLVED INVALID
Alias: CVE-2014-9425
Product: SUSE Security Incidents
Classification: Novell Products
Component: Incidents (show other bugs)
Version: unspecified
Hardware: Other Other
: P4 - Low : Minor
Target Milestone: ---
Assignee: Petr Gajdos
QA Contact: Security Team bot
URL: https://smash.suse.de/issue/111874/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-02 09:47 UTC by Victor Pereira
Modified: 2015-01-06 10:49 UTC (History)
1 user (show)

See Also:
Found By: Security Response Team
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 2 Swamp Workflow Management 2015-01-02 23:00:14 UTC
bugbot adjusting priority
Comment 3 Petr Gajdos 2015-01-05 13:41:52 UTC
Relevant code is run for ZTS build:

#ifdef ZTS
        tsrm_mutex_free(ht->mx_reader);
        tsrm_mutex_free(ht->mx_reader);
#endif

ZTS build can be turned on via --enable-maintainer-zts, but we do not enable it and it is off by default.


checking whether to enable thread-safety... no
Comment 4 Victor Pereira 2015-01-06 10:49:12 UTC
thank you for the detailed report.