Lucene search
+L

7587 matches found

PyPA
PyPA
added 2026/07/06 8:03 a.m.20 views

Missing validation causes denial of service via `SparseTensorToCSRSparseMatrix`

ImpactThe implementation of tf.rawops.SparseTensorToCSRSparseMatrix does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack:pythonimport tensorflow as tfindices = tf.constant53, shape=3, dtype=tf.int64values =...

5.5CVSS6.2AI score0.0032EPSS
SaveExploits1References11Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.18 views

Missing validation causes denial of service via `LSTMBlockCell`

ImpactThe implementation of tf.rawops.LSTMBlockCell does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack:pythonimport tensorflow as tftf.rawops.LSTMBlockCell x=tf.constant0.837607, shape=28,29, dtype=tf.float32,...

5.5CVSS6.2AI score0.0032EPSS
SaveExploits1References11Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.18 views

Undefined behavior when users supply invalid resource handles

ImpactMultiple TensorFlow operations misbehave in eager mode when the resource handle provided to them is invalid:pythonimport tensorflow as tftf.rawops.QueueIsClosedV2handle=pythonimport tensorflow as tftf.summary.flushwriter= In graph mode, it would have been impossible to perform these API...

5.5CVSS6.1AI score0.0032EPSS
SaveExploits1References11Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.17 views

Denial of service in `tf.ragged.constant` due to lack of validation

ImpactThe implementation of tf.ragged.constant does not fully validate the input arguments. This results in a denial of service by consuming all available memory:pythonimport tensorflow as tftf.ragged.constantpylist=,raggedrank=8968073515812833920 PatchesWe have patched the issue in GitHub commit...

5.5CVSS6.1AI score0.00319EPSS
SaveExploits1References12Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.17 views

Missing validation causes denial of service via `StagePeek`

ImpactThe implementation of tf.rawops.StagePeek does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack:pythonimport tensorflow as tfindex = tf.constant, shape=0, dtype=tf.int32tf.rawops.StagePeekindex=index,...

5.5CVSS6.2AI score0.0032EPSS
SaveExploits1References11Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.17 views

Missing validation results in undefined behavior in `SparseTensorDenseAdd

ImpactThe implementation of tf.rawops.SparseTensorDenseAdd does not fully validate the input arguments:pythonimport tensorflow as tfaindices = tf.constant0, shape=17, 2, dtype=tf.int64avalues = tf.constant, shape=0, dtype=tf.float32ashape = tf.constant6, 12, shape=2, dtype=tf.int64b =...

5.5CVSS6.1AI score0.00341EPSS
SaveExploits1References11Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.19 views

Segfault due to missing support for quantized types

ImpactThere is a potential for segfault / denial of service in TensorFlow by calling tf.compat.v1. ops which don't yet have support for quantized types added after migration to TF 2.x:pythonimport numpy as npimport tensorflow as...

5.5CVSS6.1AI score0.0032EPSS
SaveExploits1References12Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.20 views

Missing validation results in undefined behavior in `QuantizedConv2D`

ImpactThe implementation of tf.rawops.QuantizedConv2D does not fully validate the input arguments:pythonimport tensorflow as tfinput = tf.constant1, shape=1, 2, 3, 3, dtype=tf.quint8filter = tf.constant1, shape=1, 2, 3, 3, dtype=tf.quint8 bad argsmininput = tf.constant, shape=0,...

5.5CVSS6.1AI score0.00335EPSS
SaveExploits1References11Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.20 views

Missing validation crashes `QuantizeAndDequantizeV4Grad`

ImpactThe implementation of tf.rawops.QuantizeAndDequantizeV4Grad does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack:pythonimport tensorflow as tftf.rawops.QuantizeAndDequantizeV4Grad gradients=tf.constant1,...

5.5CVSS6.2AI score0.00343EPSS
SaveExploits1References11Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.18 views

Missing validation causes denial of service via `Conv3DBackpropFilterV2`

ImpactThe implementation of tf.rawops.UnsortedSegmentJoin does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack:pythonimport tensorflow as tftf.strings.unsortedsegmentjoin inputs='123', segmentids=0, numsegments=-1The...

5.5CVSS6.2AI score0.00349EPSS
SaveExploits1References13Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.17 views

Missing validation causes denial of service via `DeleteSessionTensor`

ImpactThe implementation of tf.rawops.DeleteSessionTensor does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack:pythonimport tensorflow as tfhandle = tf.constant"", shape=0,...

5.5CVSS6.2AI score0.00328EPSS
SaveExploits1References11Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.20 views

Missing validation causes denial of service via `LoadAndRemapMatrix`

ImpactThe implementation of tf.rawops.LoadAndRemapMatrix does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack:pythonimport tensorflow as tfckptpath = tf.constant "/tmp/warmstartingutiltest5kl2a3pc/tmpph76tep2/model-0"...

5.5CVSS6.2AI score0.0032EPSS
SaveExploits1References11Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.18 views

Missing validation causes denial of service via `GetSessionTensor`

ImpactThe implementation of tf.rawops.GetSessionTensor does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack:pythonimport tensorflow as tfhandle = tf.constant"", shape=0,...

5.5CVSS6.2AI score0.00353EPSS
SaveExploits1References11Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.16 views

Missing validation causes denial of service via `UnsortedSegmentJoin`

ImpactThe implementation of tf.rawops.UnsortedSegmentJoin does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack:pythonimport tensorflow as tftf.rawops.UnsortedSegmentJoin inputs=tf.constant"this", shape=12,...

5.5CVSS6.2AI score0.0032EPSS
SaveExploits1References11Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.19 views

Missing validation causes denial of service via `Conv3DBackpropFilterV2`

ImpactThe implementation of tf.rawops.Conv3DBackpropFilterV2 does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack:pythonimport tensorflow as tftf.rawops.Conv3DBackpropFilterV2 input=tf.constant.5053710941,...

5.5CVSS6.2AI score0.0032EPSS
SaveExploits1References11Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.24 views

aptdaemon Information Disclosure via Improper Input Validation in Transaction class

There is no input validation on the Locale property in an apt transaction. An unprivileged user can supply a full path to a writable directory, which lets aptd read a file as root. Having a symlink in place results in an error message if the file exists, and no error otherwise. This way an...

4CVSS6AI score0.0049EPSS
SaveExploits1References8Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.18 views

OpenStack Nova can leak consoleauth token into log files

An issue was discovered in OpenStack Nova before 18.2.4, 19.x before 19.1.0, and 20.x before 20.1.0. It can leak consoleauth tokens into log files. An attacker with read access to the service's logs may obtain tokens used for console access. All Nova setups using novncproxy are affected. This is...

3.3CVSS6.7AI score0.00411EPSS
SaveExploits0References10Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.17 views

PyDio Stored XSS Vulnerability

A stored XSS vulnerability exists in the web application of Pydio through 8.2.2 that can be exploited by levering the file upload and file preview features of the application. An authenticated attacker can upload an HTML file containing JavaScript code and afterwards a file preview URL can be use...

5.4CVSS6.5AI score0.00668EPSS
SaveExploits3References6Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.17 views

wolfCrypt leaks cryptographic information via timing side channel

wolfSSL and wolfCrypt 4.0.0 and earlier when configured without --enable-fpecc, --enable-sp, or --enable-sp-math contain a timing side channel in ECDSA signature generation. This allows a local attacker, able to precisely measure the duration of signature operations, to infer information about th...

4.7CVSS5.9AI score0.00365EPSS
SaveExploits0References8Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.21 views

Mirumee Saleor CSRF Protection Disabled

In Mirumee Saleor 2.7.0 fixed in 2.8.0, CSRF protection middleware was accidentally disabled, which allowed attackers to send a POST request without a valid CSRF token and be accepted by the server...

8.8CVSS7.2AI score0.00618EPSS
SaveExploits0References5Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.24 views

Matrix Sydent mishandles emails

util/emailutils.py in Matrix Sydent before 1.0.2 mishandles registration restrictions that are based on e-mail domain, if the allowedlocal3pids option is enabled. This occurs because of potentially unwanted behavior in Python, in which an email.utils.parseaddr call on...

5.9CVSS6.8AI score0.01876EPSS
SaveExploits0References7Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.17 views

Pallets Werkzeug vulnerable to Path Traversal

In Pallets Werkzeug before 0.15.5, SharedDataMiddleware mishandles drive names such as C: in Windows pathnames...

7.5CVSS7.1AI score0.55803EPSS
SaveExploits7References6Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.20 views

OpenStack Keystone allows information disclosure during account locking

OpenStack Keystone 10.x through 16.x before 16.0.2, 17.x before 17.0.1, 18.x before 18.0.1, and 19.x before 19.0.1 allows information disclosure during account locking related to PCI DSS features. By guessing the name of an account and failing to authenticate multiple times, any unauthenticated...

7.5CVSS6.7AI score0.02478EPSS
SaveExploits1References11Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.18 views

Openstack cinder Improper handling of ScaleIO backend credentials

An insecure-credentials flaw was found in all openstack-cinder versions before openstack-cinder 14.1.0, all openstack-cinder 15.x.x versions before openstack-cinder 15.2.0 and all openstack-cinder 16.x.x versions before openstack-cinder 16.1.0. When using openstack-cinder with the Dell EMC ScaleI...

7.1CVSS6.6AI score0.01213EPSS
SaveExploits0References10Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.17 views

ClusterLabs crmsh vulnerable to shell code injection

An issue was discovered in ClusterLabs crmsh through 4.2.1. Local attackers able to call crm history when crm is run were able to execute commands via shell code injection to the crm history commandline, potentially allowing escalation of privileges...

7.8CVSS7.2AI score0.00681EPSS
SaveExploits1References10Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.18 views

Cobbler is vulnerable to code injection

templateapi.py in Cobbler before 2.0.7, as used in Red Hat Network Satellite Server and other products, does not disable the ability of the Cheetah template engine to execute Python statements contained in templates, which allows remote authenticated administrators to execute arbitrary code via a...

8.5CVSS6.4AI score0.03355EPSS
SaveExploits0References9Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.19 views

OpenStack Compute (Nova) Resource limit circumvention in Nova private flavors

The "create an instance" API in OpenStack Compute Nova Folsom, Grizzly, and Havana does not properly enforce the os-flavor-access:ispublic property, which allows remote authenticated users to boot arbitrary flavors by guessing the flavor id. NOTE: this issue is due to an incomplete fix for...

3.5CVSS6.1AI score0.01509EPSS
SaveExploits0References10Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.20 views

XML External Entity (XXE) in Django

The XML libraries for Python as used in OpenStack Keystone Essex and Folsom, Django, and possibly other products allow remote attackers to read arbitrary files via an XML external entity declaration in conjunction with an entity reference, aka an XML External Entity XXE attack...

5CVSS7.2AI score0.04631EPSS
SaveExploits0References16Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.32 views

Cobbler subject to Command Injection

A Command Injection in actionpower.py in Cobbler prior to v2.6.0 allows remote attackers to execute arbitrary commands via shell metacharacters in the 1 username or 2 password fields to the powersystem method in the xmlrpc API...

7.5CVSS7.5AI score0.05601EPSS
SaveExploits1References13Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.19 views

XML Entity Expansion (XEE) in Django

The XML libraries for Python, as used in OpenStack Keystone Essex, Folsom, and Grizzly; Compute Nova Essex and Folsom; Cinder Folsom; Django; and possibly other products allow remote attackers to cause a denial of service resource consumption and crash via an XML Entity Expansion XEE attack...

5CVSS7.2AI score0.04903EPSS
SaveExploits1References16Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.16 views

Missing validation causes `TensorSummaryV2` to crash

ImpactThe implementation of tf.rawops.TensorSummaryV2 does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack:pythonimport numpy as npimport tensorflow as tftf.rawops.TensorSummaryV2 tag=np.array'test', tensor=np.array3,...

5.5CVSS6.2AI score0.0032EPSS
SaveExploits1References11Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.18 views

Plone XSS Vulnerability

Cross-site scripting XSS vulnerability in skins/plonetemplates/defaulterrormessage.pt in Plone before 2.5.3 allows remote attackers to inject arbitrary web script or HTML via the typename parameter to Members/ipa/createObject...

4.3CVSS6.1AI score0.01153EPSS
SaveExploits1References7Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.20 views

Fabric vulnerable to symlink attack on tmp files

Fabric before 1.1.0 allows local users to overwrite arbitrary files via a symlink attack on 1 a /tmp/fab..tar file or 2 certain other files in the top level of /tmp/...

4.4CVSS6AI score0.0033EPSS
SaveExploits0References12Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.20 views

Plone anonymous access to sub-objects in CMFEditions where KwAsAttributes classes were publishable

The CMFEditions component 2.x in Plone 4.0.x through 4.0.9, 4.1, and 4.2 through 4.2a2 does not prevent the KwAsAttributes classes from being publishable, which allows remote attackers to access sub-objects via unspecified vectors, a different vulnerability than CVE-2011-3587...

9.3CVSS6AI score0.01991EPSS
SaveExploits0References8Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.22 views

Zope Command Execution Vulnerability

Unspecified vulnerability in Zope 2.12.x and 2.13.x, as used in Plone 4.0.x through 4.0.9, 4.1, and 4.2 through 4.2a2, allows remote attackers to execute arbitrary commands via vectors related to the p class in OFS/misc.py and the use of Python modules...

9.3CVSS6.2AI score0.78079EPSS
SaveExploits15References14Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.20 views

Tryton Directory Traversal vulnerability

Directory traversal vulnerability in the client in Tryton 3.0.0, as distributed before 20131104 and earlier, allows remote servers to write arbitrary files via path separators in the extension of a report...

8.7CVSS6.1AI score0.02173EPSS
SaveExploits1References9Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.17 views

OpenStack Neutron Improper Authentication vulnerability

The l3-agent in OpenStack Neutron 2012.2 before 2013.2.3 does not check the tenant id when creating ports, which allows remote authenticated users to plug ports into the routers of arbitrary tenants via the device id in a port-create command...

2.1CVSS6.1AI score0.01445EPSS
SaveExploits0References11Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.14 views

OpenStack Nova Router metadata queries are not restricted by tenant

Interaction error in OpenStack Nova and Neutron before Havana 2013.2.1 and icehouse-1 does not validate the instance ID of the tenant making a request, which allows remote tenants to obtain sensitive metadata by spoofing the device ID that is bound to a port, which is not properly handled by 1...

5CVSS6AI score0.01852EPSS
SaveExploits1References14Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.17 views

SOAPpy vulnerable to XXE attacks

SOAPpy 0.12.5 does not properly detect recursion during entity expansion, which allows remote attackers to cause a denial of service memory and CPU consumption via a crafted SOAP request containing a large number of nested entity references...

5CVSS6AI score0.0268EPSS
SaveExploits1References11Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.14 views

OpenStack Compute (Nova) vulnerable to denial of service via XML Entity Expansion attack

The security group extension in OpenStack Compute Nova Grizzly 2013.1.3, Havana before havana-3, and earlier allows remote attackers to cause a denial of service resource consumption and crash via an XML Entity Expansion XEE attack. NOTE: this issue is due to an incomplete fix for CVE-2013-1664...

4.3CVSS6AI score0.02725EPSS
SaveExploits1References10Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.12 views

OpenStack Compute Nova Improper Access Control

The XenAPI backend in OpenStack Compute Nova Folsom, Grizzly, and Havana before 2013.2 does not properly apply security groups 1 when resizing an image or 2 during live migration, which allows remote attackers to bypass intended restrictions...

6.4CVSS6AI score0.01823EPSS
SaveExploits0References12Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.18 views

OpenStack Compute (Nova) does not verify the virtual size of a QCOW2 image

OpenStack Compute Nova Folsom, Grizzly, and Havana does not verify the virtual size of a QCOW2 image, which allows local users to cause a denial of service host file system disk consumption by creating an image with a large virtual size that does not contain a large amount of data...

6.9CVSS5.9AI score0.00386EPSS
SaveExploits0References12Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.19 views

OpenStack Nova uses insecure keystone middleware tmpdir by default

keystone/middleware/authtoken.py in OpenStack Nova Folsom, Grizzly, and Havana uses an insecure temporary directory for storing signing certificates, which allows local users to spoof servers by pre-creating this directory, which is reused by Nova, as demonstrated using /tmp/keystone-signing-nova...

4.3CVSS5.9AI score0.0024EPSS
SaveExploits0References14Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.16 views

OpenStack Swift allows authenticated users to cause a denial of service

OpenStack Swift before 1.9.1 in Folsom, Grizzly, and Havana allows authenticated users to cause a denial of service "superfluous" tombstone consumption and Swift cluster slowdown via a DELETE request with a timestamp that is older than expected...

4CVSS6AI score0.01675EPSS
SaveExploits1References14Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.17 views

SOAPpy vulnerable to XML External Entity attacks

SOAPpy 0.12.5 allows remote attackers to read arbitrary files via a SOAP request containing an external entity declaration in conjunction with an entity reference, related to an XML External Entity XXE issue...

5CVSS5.9AI score0.01812EPSS
SaveExploits2References9Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.16 views

Review Board Cross-site scripting (XSS) vulnerability in the reviews dropdown

Cross-site scripting XSS vulnerability in the auto-complete widget in htdocs/media/rb/js/reviews.js in Review Board 1.6.x before 1.6.17 and 1.7.x before 1.7.10 allows remote attackers to inject arbitrary web script or HTML via a full name...

6.1CVSS6.1AI score0.02182EPSS
SaveExploits1References11Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.18 views

OpenStack Identity Keystone Privilege Escalation vulnerability

The LDAP backend in OpenStack Identity Keystone Grizzly and Havana, when removing a role on a tenant for a user who does not have that role, adds the role to the user, which allows local users to gain privileges...

3.3CVSS6AI score0.00447EPSS
SaveExploits1References10Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.24 views

OpenStack Image Registry and Delivery Service (Glance) Improper Input Validation vulnerability

The Sheepdog backend in OpenStack Image Registry and Delivery Service Glance 2013.2 before 2013.2.4 and icehouse before icehouse-rc2 allows remote authenticated users with permission to insert or modify an image to execute arbitrary commands via a crafted location...

6CVSS6.2AI score0.01992EPSS
SaveExploits0References11Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.17 views

OpenStack Cinder file disclosure in image convert

OpenStack Cinder before 2014.1.5 icehouse, 2014.2.x before 2014.2.4 juno, and 2015.1.x before 2015.1.1 kilo allows remote authenticated users to read arbitrary files via a crafted qcow2 signature in an image to the upload-to-image command...

6.8CVSS6.1AI score0.0264EPSS
SaveExploits0References16Affected Software1
PyPA
PyPA
added 2026/07/06 8:03 a.m.22 views

OpenStack Cinder Exposure of Sensitive Information to an Unauthorized Actor vulnerability

The 1 GlusterFS and 2 Linux Smbfs drivers in OpenStack Cinder before 2014.1.3 allows remote authenticated users to obtain file data from the Cinder-volume host by cloning and attaching a volume with a crafted qcow2 header...

4CVSS6AI score0.01875EPSS
SaveExploits0References14Affected Software1
Total number of security vulnerabilities7587