The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
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 applicationsLearn about Remote Code Execution (RCE) vulnerabilities in an interactive lesson.
Start learningUpgrade Zope
to version 4.6.3, 5.3 or higher.
Zope is a Zope application server / web framework
Affected versions of this package are vulnerable to Remote Code Execution (RCE). The optional add-on package Products.PythonScripts
adds Script (Python)
to the list of content items a user can add to the Zope object database. Inside these scripts users can write Python code that is executed when rendered through the web. The code environment in these script objects is limited, it relies on the RestrictedPython
package to provide a "safe" subset of Python instructions as well as the AccessControl
package that defines security policies for execution in the context of a Zope application.
Recently the AccessControl
package was updated to fix a remote code execution security issue. A link to the security advisory is provided in the References section below. The bug tightens the AccessControl
security policies for Zope by blocking access to unsafe classes inside the Python string
module.
You are only affected if the following are true:
Products.PythonScripts
add-on packageBy default, you need to have the admin-level Zope "Manager" role to add or edit Script (Python) objects through the web. Only sites that allow untrusted users to add/edit these scripts through the web - which would be a very unusual configuration to begin with - are at risk.