Lucene search
+L

28598 matches found

OSV
OSV
•added 2026/07/07 11:45 a.m.•21 views

PYSEC-2026-1407 Gradio's Component Server does not properly consider` _is_server_fn` for functions

Component Server in Gradio before 4.13 does not properly consider isserverfn for functions...

6.5CVSS5.9AI score
SaveExploits2References6
PyPA
PyPA
•added 2026/07/07 11:45 a.m.•22 views

social-auth-app-django affected by Improper Handling of Case Sensitivity

ImpactDue to default case-insensitive collation in MySQL or MariaDB databases, third-party authentication user IDs are not case-sensitive and could cause different IDs to match. PatchesThis issue has been addressed by https://github.com/python-social-auth/social-app-django/pull/566 and fix releas...

4.9CVSS6.2AI score0.00581EPSS
SaveExploits0References7Affected Software1
OSV
OSV
•added 2026/07/07 11:45 a.m.•15 views

PYSEC-2026-1767 pgAdmin Remote Code Execution (RCE) vulnerability

pgAdmin = 8.4 is affected by a Remote Code Execution RCE vulnerability through the validate binary path API. This vulnerability allows attackers to execute arbitrary code on the server hosting PGAdmin, posing a severe risk to the database management system's integrity and the security of the...

7.4CVSS6.5AI score0.65569EPSS
SaveExploits5References9
PyPA
PyPA
•added 2026/07/07 11:45 a.m.•19 views

Cross site scripting (XSS) in JupyterHub via Self-XSS leveraged by Cookie Tossing

ImpactAffected configurations:- Single-origin JupyterHub deployments- JupyterHub deployments with user-controlled applications running on subdomains or peer subdomains of either the Hub or a single-user server.By tricking a user into visiting a malicious subdomain, the attacker can achieve an XSS...

8.1CVSS7.2AI score0.00329EPSS
SaveExploits0References6Affected Software1
OSV
OSV
•added 2026/07/07 11:45 a.m.•14 views

PYSEC-2026-1494 Kinto Attachment's attachments can be replaced on read-only records

Impact The attachment file of an existing record can be replaced if the user has "read" permission on one of the parent collection or bucket. And if the "read" permission is given to "system.Everyone" on one of the parent, then the attachment can be replaced on a record using an anonymous request...

8.6CVSS5.9AI score0.00702EPSS
SaveExploits0References7
PyPA
PyPA
•added 2026/07/07 11:45 a.m.•18 views

Ethyca Fides Cryptographically Weak Generation of One-Time Codes for Identity Verification

ImpactThe Fides Privacy Center allows data subject users to submit privacy and consent requests to data controller users of the Fides web application.Privacy requests allow data subjects to submit a request to access all person data held by the data controller, or delete/erase it. Consent request...

9.1CVSS7.1AI score0.00992EPSS
SaveExploits0References7Affected Software1
PyPA
PyPA
•added 2026/07/07 11:45 a.m.•22 views

Information disclosure in AccessControl

ImpactPython's "format" functionality allows someone controlling the format string to "read" objects accessible recursively via attribute access and subscription from accessible objects. Those attribute accesses and subscriptions use Python's full blown getattr and getitem, not the policy...

7.7CVSS7.2AI score0.00641EPSS
SaveExploits0References6Affected Software1
PyPA
PyPA
•added 2026/07/07 11:45 a.m.•27 views

Apache Airflow ODBC Provider Argument Injection vulnerability

Improper Neutralization of Argument Delimiters in a Command 'Argument Injection' vulnerability in Apache Software Foundation Apache Airflow ODBC Provider.In OdbcHook, A privilege escalation vulnerability exists in a system due to controllable ODBC driver parameters that allow the loading of...

7.8CVSS7.2AI score0.00756EPSS
SaveExploits0References7Affected Software1
PyPA
PyPA
•added 2026/07/07 11:45 a.m.•18 views

pgAdmin 4 vulnerable to directory traversal

pgAdmin 4 versions prior to v6.19 contains a directory traversal vulnerability. A user of the product may change another user's settings or alter the database...

6.5CVSS6.2AI score0.08826EPSS
SaveExploits0References7Affected Software1
RedHat Linux
RedHat Linux
•added 2026/07/07 11:09 a.m.•29 views

Important: Red Hat Security Advisory: RHACS 4.11.1 security and bug fix update

Updated images are now available for Red Hat Advanced Cluster Security RHACS, which typically include new features, bug fixes, and/or security patches. See the release notes link in the references section for a description of the fixes and enhancements in this particular release...

9.4CVSS5.9AI score0.00965EPSS
SaveExploits1References15
PyPA
PyPA
•added 2026/07/07 10:17 a.m.•20 views

Improper Restriction of Excessive Authentication Attempts in modoboa

Improper Restriction of Excessive Authentication Attempts in GitHub repository modoboa/modoboa-installer prior to 2.0.4...

7.8CVSS7AI score0.00659EPSS
SaveExploits1References6Affected Software1
PyPA
PyPA
•added 2026/07/07 10:17 a.m.•17 views

pgAdmin 4 Open Redirect vulnerability

Open redirect vulnerability in pgAdmin 4 versions prior to v6.14 allows a remote unauthenticated attacker to redirect a user to an arbitrary web site and conduct a phishing attack by having a user to access a specially crafted URL...

6.1CVSS6.3AI score0.00918EPSS
SaveExploits0References9Affected Software1
PyPA
PyPA
•added 2026/07/07 10:17 a.m.•18 views

OS Command Injection in Apache Airflow

Improper Neutralization of Special Elements used in an OS Command 'OS Command Injection' vulnerability in Apache Airflow Spark Provider, Apache Airflow allows an attacker to read arbtrary files in the task execution context, without write access to DAG files. This issue affects Spark Provider...

5.5CVSS6.3AI score0.01379EPSS
SaveExploits0References6Affected Software1
PyPA
PyPA
•added 2026/07/07 10:17 a.m.•16 views

TensorFlow vulnerable to `CHECK` fail in `LRNGrad`

ImpactIf LRNGrad is given an outputimage input tensor that is not 4-D, it results in a CHECK fail that can be used to trigger a denial of service attack.pythonimport tensorflow as tfdepthradius = 1bias = 1.59018219alpha = 0.117728651beta = 0.404427052inputgrads = tf.random.uniformshape=4, 4, 4, 4...

7.5CVSS7AI score0.00478EPSS
SaveExploits0References7Affected Software1
OSV
OSV
•added 2026/07/07 10:17 a.m.•14 views

PYSEC-2026-1028 TensorFlow vulnerable to `CHECK` fail in `Conv2DBackpropInput`

Impact The implementation of Conv2DBackpropInput requires inputsizes to be 4-dimensional. Otherwise, it gives a CHECK failure which can be used to trigger a denial of service attack: python import tensorflow as tf strides = 1, 1, 1, 1 padding = "SAME" usecudnnongpu = True explicitpaddings =...

5.9CVSS5.9AI score0.00462EPSS
SaveExploits0References7
OSV
OSV
•added 2026/07/07 10:17 a.m.•15 views

PYSEC-2026-975 TensorFlow vulnerable to `CHECK` fail in `LRNGrad`

Impact If LRNGrad is given an outputimage input tensor that is not 4-D, it results in a CHECK fail that can be used to trigger a denial of service attack. python import tensorflow as tf depthradius = 1 bias = 1.59018219 alpha = 0.117728651 beta = 0.404427052 inputgrads = tf.random.uniformshape=4,...

5.9CVSS6.9AI score0.00478EPSS
SaveExploits0References7
PyPA
PyPA
•added 2026/07/07 10:17 a.m.•17 views

TensorFlow vulnerable to `CHECK` fail in `Conv2DBackpropInput`

ImpactThe implementation of Conv2DBackpropInput requires inputsizes to be 4-dimensional. Otherwise, it gives a CHECK failure which can be used to trigger a denial of service attack:pythonimport tensorflow as tfstrides = 1, 1, 1, 1padding = "SAME"usecudnnongpu = Trueexplicitpaddings = dataformat =...

7.5CVSS7AI score0.00462EPSS
SaveExploits0References7Affected Software1
OSV
OSV
•added 2026/07/07 10:09 a.m.•12 views

RHSA-2026:35891 Red Hat Security Advisory: nodejs:24 security, bug fix, and enhancement update

Bulletin has no description...

8.1CVSS6.4AI score0.01554EPSS
SaveExploits1References76
RedHat Linux
RedHat Linux
•added 2026/07/07 8:03 a.m.•16 views

Important: Red Hat Security Advisory: OpenShift Virtualization v4.15 Images

Red Hat OpenShift Virtualization release v4.15 is now available with updates to packages and images that fix several bugs and add enhancements. OpenShift Virtualization is Red Hat's virtualization solution designed for Red Hat OpenShift Container Platform. This advisory contains OpenShift...

8.7CVSS6AI score0.00787EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
•added 2026/07/07 7:56 a.m.•23 views

Important: Red Hat Security Advisory: OpenShift Virtualization v4.13 Images

Red Hat OpenShift Virtualization release v4.13 is now available with updates to packages and images that fix several bugs and add enhancements. OpenShift Virtualization is Red Hat's virtualization solution designed for Red Hat OpenShift Container Platform. This advisory contains OpenShift...

8.7CVSS7.2AI score0.01041EPSS
SaveExploits4References5
Rows per page
Query Builder