Lucene search
+L

41 matches found

Kitploit
Kitploit
added 2026/09/14 11:56 a.m.7 views

tcconfig

.. contents:: tcconfig :backlinks: top :depth: 2 概要 tcconfig は tc コマンドのラッパーです。ネットワークインターフェースや Docker コンテナ(veth)に対する帯域幅・レイテンシ・パケットロス・パケット破損などのトラフィック制御を簡単に設定できるようにします。 |PyPI pkg ver| |Supported Python ver| |CI status| |CodeQL| .. |PyPI pkg ver| image:: https://badge.fury.io/py/tcconfig.svg :target:...

5.8AI score
SaveExploits0References14
Kitploit
Kitploit
added 2026/09/14 5:45 a.m.7 views

pylibemu

Pylibemu |version badge| |downloads badge| .. |version badge| image:: https://img.shields.io/pypi/v/pylibemu.svg :target: https://pypi.python.org/pypi/pylibemu/ .. |downloads badge| image:: https://img.shields.io/pypi/dm/pylibemu.svg :target: https://pypi.python.org/pypi/pylibemu/ Pylibemu 是 Libe...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/14 1:04 a.m.8 views

apkx

apkx - 怠け者のためのAndroid APK逆コンパイル 人気のフリーなdexコンバータとJava逆コンパイラをラップするPythonスクリプトです。APKから直接Javaソースコードを抽出します。クラスパス設定やコマンドライン引数を気にせずに、さまざまなコンバータ/逆コンパイラを試すのに便利です。 インストール root@kitploit: $ git clone https://github.com/b-mueller/apkx $ cd apkx $ sudo ./install.sh 注記: JREがインストールされ、PATHが通っている必要があります...

6AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/13 9:55 p.m.10 views

PRETty

PRETty 「PRinter Exploitation Toolkit」LAN自動化ツール (実際にはPRETのPythonラッパーに過ぎません…本当にforループだけですが) PRETtyは、ネットワーク上に多数のプリンターが存在する場合に便利です。各プリンターをスキャン、ログ取り、手動でPRETを実行する代わりに、PRETtyが自動的にプリンターを発見し、ターゲットネットワーク上のすべてのプリンターに対して選択したPRETペイロードを実行します。...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/11 2:28 a.m.8 views

sleep_python_bridge

Cobalt Strike Sleep Python Bridge 本项目是 Sleep 与 Python 语言之间的“桥梁”。它允许通过 Python 控制 Cobalt Strike 团队服务器,而无需使用标准 GUI 客户端。 注意:本项目仍处于 BETA 阶段。目标是提供一个用于测试的游乐场,绝非官方支持的功能。也许未来可以将其作为核心产品的附加功能。 本项目的灵感来源于 @BinaryFaultline 和 @Mcgigglez16 在项目 https://github.com/emcghee/PayloadAutomation 中的工作。我想向两位表示特别的感谢!!...

6AI score
SaveExploits0References1
NVD
NVD
added 2026/08/11 6:18 p.m.15 views

CVE-2026-73217

Cursor is a code editor built for programming with AI. Prior to 3.1.2, Cursor IDE for macOS allows an agent running in Auto-Run Sandbox mode to replace a virtual environment's Python executable with a malicious wrapper that the Microsoft Python extension invokes outside the sandbox, allowing...

7.7CVSS0.00312EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/11 5:46 p.m.14 views

EUVD-2026-56838

Cursor is a code editor built for programming with AI. Prior to 3.1.2, Cursor IDE for macOS allows an agent running in Auto-Run Sandbox mode to replace a virtual environment's Python executable with a malicious wrapper that the Microsoft Python extension invokes outside the sandbox, allowing...

7.7CVSS5.5AI score0.00312EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/11 5:46 p.m.32 views

CVE-2026-73217 Cursor: Sandbox escape via tampered Python virtual environments

Cursor is a code editor built for programming with AI. Prior to 3.1.2, Cursor IDE for macOS allows an agent running in Auto-Run Sandbox mode to replace a virtual environment's Python executable with a malicious wrapper that the Microsoft Python extension invokes outside the sandbox, allowing...

7.7CVSS0.00312EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/13 2:36 p.m.8 views

PYSEC-2026-2844 OpenEXR has use after free in PyObject_StealAttrString

Summary There is a use-after-free in PyObjectStealAttrString of pyOpenEXRold.cpp. This bug was found with ZeroPath. Details The legacy adapter defines PyObjectStealAttrString that calls PyObjectGetAttrString to obtain a new reference, immediately decrefs it, and returns the pointer. Callers then...

7.5CVSS6.9AI score0.003EPSS
SaveExploits1References6
Fedora
Fedora
added 2026/07/08 12:58 a.m.20 views

[SECURITY] Fedora 44 Update: python-fastar-0.11.0-7.fc44

The fastar library wraps the Rust tar, flate2, and zstd crates, providing a high-performance way to work with compressed and uncompressed tar archives in Python...

6AI score
SaveExploits0
OSV
OSV
added 2026/07/07 4:03 p.m.15 views

PYSEC-2026-1205 AWS Advanced Python Wrapper: Privilege Escalation in Aurora PostgreSQL instance

Description of Vulnerability: An issue in AWS Wrappers for Amazon Aurora PostgreSQL may allow for privilege escalation to rdssuperuser role. A low privilege authenticated user can create a crafted function that could be executed with permissions of other Amazon Relational Database Service RDS...

8.6CVSS5.9AI score0.00452EPSS
SaveExploits0References11
OSV
OSV
added 2026/04/06 5:51 p.m.13 views

GHSA-57CW-J6VP-2P9M OpenEXR has use after free in PyObject_StealAttrString

Summary There is a use-after-free in PyObjectStealAttrString of pyOpenEXRold.cpp. This bug was found with ZeroPath. Details The legacy adapter defines PyObjectStealAttrString that calls PyObjectGetAttrString to obtain a new reference, immediately decrefs it, and returns the pointer. Callers then...

7.5CVSS7.1AI score0.003EPSS
SaveExploits1References4
NVD
NVD
added 2026/03/18 12:16 a.m.13 views

CVE-2026-27459

pyOpenSSL is a Python wrapper around the OpenSSL library. Starting in version 22.0.0 and prior to version 26.0.0, if a user provided callback to setcookiegeneratecallback returned a cookie value greater than 256 bytes, pyOpenSSL would overflow an OpenSSL provided buffer. Starting in version 26.0....

9.8CVSS0.00704EPSS
SaveExploits0References26
Fedora
Fedora
added 2026/03/04 1:26 a.m.20 views

[SECURITY] Fedora 42 Update: python-apt-3.1.0-1.fc42

python-apt is a wrapper to use features of APT from Python...

6.9CVSS5.9AI score0.00145EPSS
SaveExploits1
Veracode
Veracode
added 2025/12/13 7:25 a.m.17 views

Privilege Escalation

awsadvancedpythonwrapper is vulnerable to Privilege Escalation. The vulnerability is due to improper execution context handling of user-defined functions, which allows an attacker to create crafted functions that execute with elevated privileges and gain unauthorized access...

8.6CVSS6AI score0.00452EPSS
SaveExploits0References15Affected Software2
Snyk
Snyk
added 2025/11/13 10:22 p.m.1 views

Uncontrolled Search Path Element

Overview awsadvancedpythonwrapper is an Amazon Web Services AWS Advanced Python Driver Affected versions of this package are vulnerable to Uncontrolled Search Path Element due to unqualified SQL function and operator references in the database dialect components. An attacker can execute malicious...

8.6CVSS7.7AI score0.00452EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2025/11/13 10:22 p.m.17 views

AWS Advanced Python Wrapper: Privilege Escalation in Aurora PostgreSQL instance

Description of Vulnerability: An issue in AWS Wrappers for Amazon Aurora PostgreSQL may allow for privilege escalation to rdssuperuser role. A low privilege authenticated user can create a crafted function that could be executed with permissions of other Amazon Relational Database Service RDS...

8.6CVSS6.9AI score0.00452EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2025/11/13 10:22 p.m.20 views

GHSA-4JVF-WX3F-2X8Q AWS Advanced Python Wrapper: Privilege Escalation in Aurora PostgreSQL instance

Description of Vulnerability: An issue in AWS Wrappers for Amazon Aurora PostgreSQL may allow for privilege escalation to rdssuperuser role. A low privilege authenticated user can create a crafted function that could be executed with permissions of other Amazon Relational Database Service RDS...

8.6CVSS6.8AI score0.00452EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/11/13 10:22 p.m.13 views

EUVD-2025-48942

AWS Advanced Python Wrapper: Privilege Escalation in Aurora PostgreSQL instance...

8.6CVSS6.3AI score0.00452EPSS
SaveExploits0References13
Debian CVE
Debian CVE
added 2025/11/10 9:27 p.m.24 views

CVE-2025-64182

OpenEXR provides the specification and reference implementation of the EXR file format, an image storage format for the motion picture industry. In versions 3.2.0 through 3.2.4, 3.3.0 through 3.3.5, and 3.4.0 through 3.4.2, a memory safety bug in the legacy OpenEXR Python adapter the deprecated...

7.8CVSS7.9AI score0.00243EPSS
SaveExploits1
Rows per page
Query Builder