This CPE summary could be partial or incomplete. Please contact us for a detailed listing.

Summary

Detail
Vendor Google First view 2011-10-30
Product App Engine Python Sdk Last view 2011-10-30
Version 1.3.6 Type Application
Update *  
Edition *  
Language *  
Sofware Edition *  
Target Software *  
Target Hardware *  
Other *  
 
CPE Product cpe:2.3:a:google:app_engine_python_sdk

Activity : Overall

Related : CVE

  Date Alert Description
7.2 2011-10-30 CVE-2011-4213

The sandbox environment in the Google App Engine Python SDK before 1.5.4 does not properly prevent use of the os module, which allows local users to bypass intended access restrictions and execute arbitrary commands via a file_blob_storage.os reference within the code parameter to _ah/admin/interactive/execute, a different vulnerability than CVE-2011-1364.

7.2 2011-10-30 CVE-2011-4212

The sandbox environment in the Google App Engine Python SDK before 1.5.4 does not properly prevent os.popen calls, which allows local users to bypass intended access restrictions and execute arbitrary commands via a dev_appserver.RestrictedPathFunction._original_os reference within the code parameter to _ah/admin/interactive/execute, a different vulnerability than CVE-2011-1364.

7.2 2011-10-30 CVE-2011-4211

The FakeFile implementation in the sandbox environment in the Google App Engine Python SDK before 1.5.4 does not properly control the opening of files, which allows local users to bypass intended access restrictions and create arbitrary files via ALLOWED_MODES and ALLOWED_DIRS changes within the code parameter to _ah/admin/interactive/execute, a different vulnerability than CVE-2011-1364.

6.8 2011-10-30 CVE-2011-1364

Cross-site request forgery (CSRF) vulnerability in _ah/admin/interactive/execute (aka the Interactive Console) in the SDK Console (aka Admin Console) in the Google App Engine Python SDK before 1.5.4 allows remote attackers to hijack the authentication of administrators for requests that execute arbitrary Python code via the code parameter.

CWE : Common Weakness Enumeration

%idName
75% (3) CWE-264 Permissions, Privileges, and Access Controls
25% (1) CWE-352 Cross-Site Request Forgery (CSRF)

Open Source Vulnerability Database (OSVDB)

id Description
76291 Google App Engine SDK for Python os.popen Direct Access Remote Command Execu...
76290 Google App Engine SDK for Python google.appengine.api.blobstore.os Object Acc...
76289 Google App Engine SDK for Python FakeFile Object Initialization File Overwrit...
76284 Google App Engine SDK for Python Remote Code Execution CSRF