Zope 2.11.2 - PythonScript Multiple Remote Denial of Service Vulnerabilities



EKU-ID: 37486 CVE: CVE-2008-5102;OSVDB-50487 OSVDB-ID:
Author: Marc-Andre Lemburg Published: 2008-11-12 Verified: Verified
Download:

Rating

☆☆☆☆☆
Home


source: https://www.securityfocus.com/bid/32267/info

Zope is prone to multiple remote denial-of-service vulnerabilities.

Remote attackers can exploit this issue to cause the Zope server to halt or to consume excessive server resources, resulting in denial-of-service conditions.

These issues affect Zope 2.7.0 through 2.11.2.

To halt the application:
raise SystemExit

To consume excessive resources:
return 'foo'.encode('test.testall')