Lucene search
+L
PypaMost viewed

7250 matches found

PyPA
PyPA
•added 2026/07/09 4:49 p.m.•15 views

Crash due to erroneous `StatusOr` in TensorFlow

ImpactA GraphDef from a TensorFlow SavedModel can be maliciously altered to cause a TensorFlow process to crash due to encountering a StatusOr value that is an error and forcibly extracting the value from it:cc if opregdata-typector != nullptr VLOG3 opdef; const FullTypeDef ctortypedef =...

7.5CVSS7AI score0.00973EPSS
SaveExploits1References9Affected Software1
PyPA
PyPA
•added 2026/07/09 4:49 p.m.•15 views

Crash when type cannot be specialized in Tensorflow

ImpactUnder certain scenarios, TensorFlow can fail to specialize a type during shape inference:ccvoid InferenceContext::PreInputInit const OpDef& opdef, const std::vector& inputtensors, const std::vector& inputtensorsasshapes const auto ret = fulltype::SpecializeTypeattrs, opdef;...

7.1CVSS6.7AI score0.00992EPSS
SaveExploits1References9Affected Software1
PyPA
PyPA
•added 2026/07/09 4:49 p.m.•15 views

Out of bounds read in Tensorflow

ImpactThe TFG dialect of TensorFlow MLIR makes several assumptions about the incoming GraphDef before converting it to the MLIR-based dialect.If an attacker changes the SavedModel format on disk to invalidate these assumptions and the GraphDef is then converted to MLIR-based IR then they can caus...

8.8CVSS6.2AI score0.00142EPSS
SaveExploits0References6Affected Software1
PyPA
PyPA
•added 2026/07/09 4:49 p.m.•15 views

Stack overflow in TensorFlow

ImpactThe GraphDef format in TensorFlow does not allow self recursive functions. The runtime assumes that this invariant is satisfied. However, a GraphDef containing a fragment such as the following can be consumed when loading a SavedModel: library function signature name: "SomeOp" description:...

7.5CVSS7.1AI score0.00789EPSS
SaveExploits0References8Affected Software1
PyPA
PyPA
•added 2026/07/09 4:49 p.m.•15 views

Multiple `CHECK`-fails in `function.cc` in TensowFlow

ImpactA malicious user can cause a denial of service by altering a SavedModel such that assertions in function.cc would be falsified and crash the Python interpreter. PatchesWe have patched the issue in GitHub commits dcc21c7bc972b10b6fb95c2fb0f4ab5a59680ec2 and...

6.5CVSS6.7AI score0.008EPSS
SaveExploits1References10Affected Software1
PyPA
PyPA
•added 2026/07/09 4:49 p.m.•15 views

Out-of-bounds Write in OpenCV

An exploitable heap buffer overflow vulnerability exists in the data structure persistence functionality of OpenCV 4.1.0 corresponds with OpenCV-Python 4.1.0.25. A specially crafted XML file can cause a buffer overflow, resulting in multiple heap corruptions and potential code execution. An...

8.8CVSS7.2AI score0.20947EPSS
SaveExploits1References9Affected Software1
PyPA
PyPA
•added 2026/07/09 4:49 p.m.•15 views

Out of bounds read in Tensorflow

Impact The implementation of Dequantize does not fully validate the value of axis and can result in heap OOB accesses:pythonimport tensorflow as [email protected] test: y = tf.rawops.Dequantize input=tf.constant1,1,dtype=tf.qint32, minrange=1.0, maxrange=10.0, mode='MINCOMBINED', narrowrange=Fals...

8.8CVSS7AI score0.00818EPSS
SaveExploits1References9Affected Software1
PyPA
PyPA
•added 2026/07/09 4:49 p.m.•15 views

`CHECK`-failures during Grappler's `IsSimplifiableReshape` in Tensorflow

ImpactThe Grappler optimizer in TensorFlow can be used to cause a denial of service by altering a SavedModel such that IsSimplifiableReshape would trigger CHECK failures. PatchesWe have patched the issue in GitHub commits ebc1a2ffe5a7573d905e99bd0ee3568ee07c12c1,...

6.5CVSS6.7AI score0.01151EPSS
SaveExploits1References11Affected Software1
PyPA
PyPA
•added 2026/07/09 4:49 p.m.•15 views

Out-of-bounds Write in OpenCV

In opencv calls that use libpng, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege with no additional execution privileges required. User interaction is not required for exploitation. Product: AndroidVersions: Android-10Android...

7.8CVSS7AI score0.00293EPSS
SaveExploits0References9Affected Software1
PyPA
PyPA
•added 2026/07/09 4:49 p.m.•15 views

Out-of-bounds Write in OpenCV

In opencv calls that use libpng, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege with no additional execution privileges required. User interaction is not required for exploitation. Product: AndroidVersions: Android-10Android...

7.8CVSS7AI score0.00293EPSS
SaveExploits0References9Affected Software1
PyPA
PyPA
•added 2026/07/09 4:49 p.m.•15 views

Out-of-bounds Read and Out-of-bounds Write in OpenCV

An issue was discovered in OpenCV before 3.4.7 and 4.x before 4.1.1 OpenCV-Python before 3.4.7.28 and 4.x before 4.1.1.26. There is an out of bounds read/write in the function HaarEvaluator::OptFeature::calc in modules/objdetect/src/cascadedetect.hpp, which leads to denial of service...

7.5CVSS6.6AI score0.0276EPSS
SaveExploits1References8Affected Software1
PyPA
PyPA
•added 2026/07/09 4:49 p.m.•15 views

Out-of-bounds Read in OpenCV

An issue was discovered in OpenCV before 3.4.7 and 4.x before 4.1.1 OpenCV-Python before 3.4.7.28 and 4.x before 4.1.1.26. There is an out of bounds read in the function cv::predictOrdered in modules/objdetect/src/cascadedetect.hpp, which leads to denial of service...

8.2CVSS6.6AI score0.02647EPSS
SaveExploits1References8Affected Software1
PyPA
PyPA
•added 2026/07/09 4:49 p.m.•15 views

Divide By Zero in OpenCV.

An issue was discovered in OpenCV 4.1.0 OpenCV-Python 4.1.0.25. There is a divide-by-zero error in cv::HOGDescriptor::getDescriptorSize in modules/objdetect/src/hog.cpp...

5.9CVSS6.7AI score0.02351EPSS
SaveExploits1References8Affected Software1
PyPA
PyPA
•added 2026/07/09 4:49 p.m.•15 views

Improper Restriction of Operations within the Bounds of a Memory Buffer in OpenCV

In modules/imgcodecs/src/grfmtpxm.cpp, the length of buffer AutoBuffer src is small than expected, which will cause copy buffer overflow later. If the image is from remote, may lead to remote code execution or denial of service. This affects OpenCV 3.3 corresponding to OpenCV-Python 3.3.0.9 and...

8.8CVSS7.1AI score0.03066EPSS
SaveExploits0References9Affected Software1
PyPA
PyPA
•added 2026/07/09 4:49 p.m.•15 views

Improper Restriction of Operations within the Bounds of a Memory Buffer in OpenCV

OpenCV Open Source Computer Vision Library through 3.3 corresponding to OpenCV-Python 3.3.0.9 has a buffer overflow in the cv::BmpDecoder::readData function in modules/imgcodecs/src/grfmtbmp.cpp when reading an image file by using cv::imread, as demonstrated by the 4-buf-overflow-readData-memcpy...

8.8CVSS6.9AI score0.02071EPSS
SaveExploits0References12Affected Software1
PyPA
PyPA
•added 2026/07/09 4:49 p.m.•15 views

Denial of Service in OpenCV

OpenCV Open Source Computer Vision Library through 3.3 corresponding to OpenCV-Python 3.3.0.9 has a denial of service memory consumption issue, as demonstrated by the 10-opencv-dos-memory-exhaust test case...

7.8CVSS7AI score0.02969EPSS
SaveExploits0References8Affected Software1
PyPA
PyPA
•added 2026/07/09 4:49 p.m.•15 views

Out-of-bounds Read in OpenCV

OpenCV Open Source Computer Vision Library through 3.3 corresponding to OpenCV-Python 3.3.0.9 has an out-of-bounds read error in the cv::RBaseStream::readBlock function in modules/imgcodecs/src/bitstrm.cpp when reading an image file by using cv::imread, as demonstrated by the...

8.8CVSS6.7AI score0.0197EPSS
SaveExploits0References12Affected Software1
PyPA
PyPA
•added 2026/07/09 4:49 p.m.•15 views

Out-of-bounds Write in OpenCV

OpenCV Open Source Computer Vision Library through 3.3 corresponding to OpenCV-Python and OpenCV-Contrib-Python 3.3.0.9 has an out-of-bounds write error in the FillUniColor function in utils.cpp when reading an image file by using cv::imread...

8.8CVSS6.8AI score0.0197EPSS
SaveExploits0References10Affected Software1
PyPA
PyPA
•added 2026/07/09 4:49 p.m.•15 views

Cross-site scripting in Products.CMFCore, Products.PluggableAuthService, Plone

Zope Products.CMFCore before 2.5.1 and Products.PluggableAuthService before 2.6.2, as used in Plone through 5.2.4 and other products, allow Reflected XSS...

6.1CVSS6.4AI score0.00743EPSS
SaveExploits0References6Affected Software1
PyPA
PyPA
•added 2026/07/09 4:49 p.m.•15 views

Improper Restriction of XML External Entity Reference in Plone

Plone before 5.2.3 allows XXE attacks via a feature that is protected by an unapplied permission of plone.schemaeditor.ManageSchemata therefore, only available to the Manager role...

8.8CVSS7AI score0.01423EPSS
SaveExploits0References7Affected Software1
PyPA
PyPA
•added 2026/07/09 4:49 p.m.•15 views

Double Free in OpenCV

OpenCV 3.0.0 has a double free issue that allows attackers to execute arbitrary code. This issue was fixed in OpenCV version 3.3.1 corresponding to OpenCV-Python and and OpenCV-Contrib-Python 3.3.1.11...

8.8CVSS6.9AI score0.02337EPSS
SaveExploits1References9Affected Software1
PyPA
PyPA
•added 2026/07/09 4:49 p.m.•15 views

Open Redirect in Apache Superset

Apache Superset prior to 1.1.0 allowed for the creation of an external URL that could be malicious. By not checking user input for open redirects the URL shortener functionality would allow for a malicious user to create a short URL for a dashboard that could convince the user to click the link...

6.1CVSS6.4AI score0.63768EPSS
SaveExploits0References9Affected Software1
PyPA
PyPA
•added 2026/07/09 4:49 p.m.•15 views

Improper Restriction of XML External Entity Reference in Plone

Plone before 5.2.3 allows XXE attacks via a feature that is protected by an unapplied permission of plone.schemaeditor.ManageSchemata therefore, only available to the Manager role...

8.8CVSS7AI score0.01423EPSS
SaveExploits0References7Affected Software1
PyPA
PyPA
•added 2026/07/09 4:49 p.m.•15 views

Improper Restriction of XML External Entity Reference in Plone

Plone before 5.2.3 allows XXE attacks via a feature that is explicitly only available to the Manager role...

8.8CVSS7AI score0.01423EPSS
SaveExploits0References7Affected Software1
PyPA
PyPA
•added 2026/07/09 4:49 p.m.•15 views

Open Redirect vulnerability in jupyterhub and notebook

An Open Redirect vulnerability for all browsers in Jupyter Notebook before 5.7.8 and some browsers Chrome, Firefox in JupyterHub before 0.9.6 allows crafted links to the login page, which will redirect to a malicious site after successful login. Servers running on a baseurl prefix are not affecte...

6.1CVSS6.6AI score0.01741EPSS
SaveExploits0References11Affected Software1
PyPA
PyPA
•added 2026/07/09 4:49 p.m.•15 views

Improper Restriction of XML External Entity Reference in Plone

Plone before 5.2.3 allows XXE attacks via a feature that is explicitly only available to the Manager role...

8.8CVSS7AI score0.01423EPSS
SaveExploits0References7Affected Software1
PyPA
PyPA
•added 2026/07/09 4:49 p.m.•15 views

SSRF attacks via tracebacks in Plone

Plone before 5.2.3 allows SSRF attacks via the tracebacks feature only available to the Manager role...

8.8CVSS7AI score0.01423EPSS
SaveExploits0References7Affected Software1
PyPA
PyPA
•added 2026/07/09 4:49 p.m.•15 views

Improper Restriction of XML External Entity Reference in Plone

Plone before 5.2.3 allows XXE attacks via a feature that is explicitly only available to the Manager role...

8.8CVSS7AI score0.01423EPSS
SaveExploits0References7Affected Software1
PyPA
PyPA
•added 2026/07/09 4:49 p.m.•15 views

Cross-site scripting in Products.CMFPlone and Products.PasswordResetTool

Cross-site scripting XSS vulnerability in Plone 4.1 and earlier allows remote attackers to inject arbitrary web script or HTML via a crafted URL...

6.1CVSS6.2AI score0.02389EPSS
SaveExploits0References9Affected Software1
PyPA
PyPA
•added 2026/07/07 4:3 p.m.•15 views

Litestar X-Forwarded-For Header Spoofing Vulnerability Enables Rate Limit Evasion

While testing Litestar's RateLimitMiddleware, I discovered that rate limits can be completely bypassed by manipulating the X-Forwarded-For header. This renders IP-based rate limiting ineffective against determined attackers. The ProblemLitestar's RateLimitMiddleware uses cachekeyfromrequest to...

7.5CVSS5.8AI score0.00452EPSS
SaveExploits0References7Affected Software1
PyPA
PyPA
•added 2026/07/07 4:3 p.m.•15 views

pip's fallback tar extraction doesn't check symbolic links point to extraction directory

When extracting a tar archive pip may not check symbolic links point into the extraction directory if the tarfile module doesn't implement PEP 706. Note that upgrading pip to a "fixed" version for this vulnerability doesn't fix all known vulnerabilities that are remediated by using a Python versi...

5.9CVSS5.9AI score0.00438EPSS
SaveExploits0References9Affected Software1
PyPA
PyPA
•added 2026/07/07 4:3 p.m.•15 views

Hugging Face Transformers is vulnerable to ReDoS through its MarianTokenizer

A Regular Expression Denial of Service ReDoS vulnerability was discovered in the Hugging Face Transformers library, specifically affecting the MarianTokenizer's removelanguagecode method. This vulnerability is present in version 4.52.4 and has been fixed in version 4.53.0. The issue arises from...

7.5CVSS5.9AI score0.00524EPSS
SaveExploits1References7Affected Software1
PyPA
PyPA
•added 2026/07/07 4:3 p.m.•15 views

MobSF Path Traversal in GET /download/<filename> using absolute filenames

SummaryThe GET /download/ route uses string path verification via os.path.commonprefix, which allows an authenticated user to download files outside the DWDDIR download directory from "neighboring" directories whose absolute paths begin with the same prefix as DWDDIR e.g., .../downloadsbak,...

5.3CVSS6.1AI score0.00758EPSS
SaveExploits1References7Affected Software1
PyPA
PyPA
•added 2026/07/07 4:2 p.m.•15 views

MS SWIFT Remote Code Execution via unsafe PyYAML deserialization

DescriptionA Remote Code Execution RCE vulnerability exists in the modelscope/ms-swift project due to unsafe use of yaml.load in combination with vulnerable versions of the PyYAML library ≤ 5.3.1. The issue resides in the tests/run.py script, where a user-supplied YAML configuration file is...

9.8CVSS6.4AI score0.02473EPSS
SaveExploits1References10Affected Software1
PyPA
PyPA
•added 2026/07/07 4:2 p.m.•15 views

OpenEXR ScanLineProcess::run_fill NULL Pointer Write In "reduceMemory" Mode

SummaryWhen reading a deep scanline image with a large sample count in reduceMemory mode, it is possible to crash a target application with a NULL pointer dereference in a write operation. DetailsIn the ScanLineProcess::runfillfunction, implemented in src/lib/OpenEXR/ImfDeepScanLineInputFile.cpp,...

6.2CVSS6.2AI score0.00197EPSS
SaveExploits1References6Affected Software1
PyPA
PyPA
•added 2026/07/07 4:2 p.m.•15 views

copyparty Reflected XSS via Filter Parameter

SummaryUnauthorized reflected Cross-Site-Scripting when accessing the URL for recent uploads with the filter parameter containing JavaScript code. DetailsWhen accessing the recent uploads page at /?ru, users can filter the results using an input field at the top. This field appends a filter...

6.3CVSS6AI score0.02393EPSS
SaveExploits3References7Affected Software1
PyPA
PyPA
•added 2026/07/07 4:2 p.m.•15 views

OpenEXR Out-Of-Memory via Unbounded File Header Values

SummaryThe OpenEXR file format defines many information about the final image inside of the file header, such as the size of data/display window.The application trusts the value of dataWindow size provided in the header of the input file, and performs computations based on this value.This may...

5.5CVSS5.9AI score0.00257EPSS
SaveExploits1References7Affected Software1
PyPA
PyPA
•added 2026/07/07 4:2 p.m.•15 views

Salt has minion event bus authorization bypass vulnerability

Minion event bus authorization bypass. An attacker with access to a minion key can craft a message which may be able to execute a job on other minions = 3007.0...

8.1CVSS6AI score0.00148EPSS
SaveExploits0References6Affected Software1
PyPA
PyPA
•added 2026/07/07 4:2 p.m.•15 views

SignXML's signature verification with HMAC is vulnerable to a timing attack

When verifying signatures with X509 certificate validation turned off and HMAC shared secret set signxml.XMLVerifier.verifyrequirex509=False, hmackey=..., prior versions of SignXML are vulnerable to a potential timing attack. The verifier may leak information about the correct HMAC when comparing...

6.9CVSS6AI score0.00199EPSS
SaveExploits0References6Affected Software1
PyPA
PyPA
•added 2026/07/07 4:2 p.m.•15 views

Skyvern has a Jinja runtime leak

Skyvern through 0.2.0 has a Jinja runtime leak in sdk/workflow/models/block.py...

8.5CVSS5.9AI score0.20593EPSS
SaveExploits6References8Affected Software1
PyPA
PyPA
•added 2026/07/07 4:2 p.m.•15 views

Issue with Amazon Redshift Python Connector and the BrowserAzureOAuth2CredentialsProvider plugin

SummaryAmazon Redshift Python Connector is a pure Python connector to Redshift i.e., driver that implements the Python Database API Specification 2.0.When the Amazon Redshift Python Connector is configured with the BrowserAzureOAuth2CredentialsProvider plugin, the driver skips the SSL certificate...

7.5CVSS6.1AI score0.00277EPSS
SaveExploits0References8Affected Software1
PyPA
PyPA
•added 2026/07/07 4:2 p.m.•15 views

Django-Select2 Vulnerable to Widget Instance Secret Cache Key Leaking

ImpactInstances of HeavySelect2Mixin subclasses like the ModelSelect2MultipleWidget and ModelSelect2Widget can secret access tokens across requests. This can allow users to access restricted querysets and restricted data. PatchesThe problem has been patched in version 8.4.1 and all following...

8.2CVSS5.8AI score0.00288EPSS
SaveExploits0References6Affected Software1
PyPA
PyPA
•added 2026/07/07 4:2 p.m.•15 views

Vyper's `concat()` builtin may elide side-effects for zero-length arguments

Impactconcat may skip evaluation of side effects when the length of an argument is zero. this is due to a fastpath in the implementation which skips evaluation of argument expressions when their length is...

6.3CVSS6AI score0.0044EPSS
SaveExploits0References7Affected Software1
PyPA
PyPA
•added 2026/07/07 4:2 p.m.•15 views

AWorld OS Command Injection vulnerability

A vulnerability was found in inclusionAI AWorld up to 8c257626e648d98d793dd9a1a950c2af4dd84c4e. It has been rated as critical. This issue affects the function subprocess.run/subprocess.Popen of the file AWorld/aworld/virtualenvironments/terminals/shelltool.py. The manipulation leads to os command...

8.1CVSS5AI score0.03072EPSS
SaveExploits1References10Affected Software1
PyPA
PyPA
•added 2026/07/07 4:2 p.m.•15 views

AWS SAM CLI Path Traversal allows file copy to build container

SummaryThe AWS Serverless Application Model Command Line Interface AWS SAM CLI is an open-source CLI tool that helps Lambda developers to build and develop Lambda applications locally on their computers using Docker.When running the AWS SAM CLI build process with Docker and symlinks are included ...

6.9CVSS6AI score0.00724EPSS
SaveExploits0References8Affected Software1
PyPA
PyPA
•added 2026/07/07 4:2 p.m.•15 views

AWS SAM CLI Path Traversal allows file copy to local cache

SummaryThe AWS Serverless Application Model Command Line Interface AWS SAM CLI is an open-source CLI tool that helps Lambda developers to build and develop Lambda applications locally on their computers using Docker.After completing a build with AWS SAM CLI which include symlinks, the content of...

6.9CVSS6.1AI score0.0062EPSS
SaveExploits0References8Affected Software1
PyPA
PyPA
•added 2026/07/07 2:34 p.m.•15 views

SageMaker Workflow component allows possibility of MD5 hash collisions

A vulnerability in the SageMaker Workflow component of aws/sagemaker-python-sdk allows for the possibility of MD5 hash collisions in all versions. This can lead to workflows being inadvertently replaced due to the reuse of results from different configurations that produce the same MD5 hash. This...

5.9CVSS5.9AI score0.00255EPSS
SaveExploits0References6Affected Software1
PyPA
PyPA
•added 2026/07/07 2:34 p.m.•15 views

MLflow Cross-Site Request Forgery (CSRF) vulnerability

A Cross-Site Request Forgery CSRF vulnerability exists in the Signup feature of mlflow/mlflow versions 2.17.0 to 2.20.1. This vulnerability allows an attacker to create a new account, which may be used to perform unauthorized actions on behalf of the malicious user...

7.1CVSS5.9AI score0.00211EPSS
SaveExploits1References6Affected Software1
PyPA
PyPA
•added 2026/07/07 2:34 p.m.•15 views

H2O Vulnerable to Arbitrary File Overwrite

In h2oai/h2o-3 version 3.46.0, the /99/Models/name/json endpoint allows for arbitrary file overwrite on the target server. The vulnerability arises from the exportModelDetails function in ModelsHandler.java, where the user-controllable mexport.dir parameter is used to specify the file path for...

8.2CVSS6.1AI score0.00537EPSS
SaveExploits1References6Affected Software1
PyPA
PyPA
•added 2026/07/07 2:34 p.m.•15 views

LiteLLM Vulnerable to Denial of Service (DoS) via Crafted HTTP Request

A Denial of Service DoS vulnerability exists in berriai/litellm version v1.44.5. This vulnerability can be exploited by appending characters, such as dashes -, to the end of a multipart boundary in an HTTP request. The server continuously processes each character, leading to excessive resource...

7.5CVSS7.1AI score0.00826EPSS
SaveExploits1References7Affected Software1
Total number of security vulnerabilities5000