Lucene search
+L

4479 matches found

Packet Storm
Packet Storm
added 2022/06/01 12:00 a.m.287 views

GtkRadiant 1.6.6 Buffer Overflow

===== Intro ===== GtkRadiant is a cross-platform level editor software for idtech game engines such as Quake. It comes with data authoring tools and a BSP map compiler called q3map2 which parses MAP files. The code has been around for a long time and uses unsafe string copy and format functions. ...

1.1AI score
SaveExploits0
Hacker One
Hacker One
added 2022/05/31 7:32 a.m.17 views

GitHub Security Lab: Python : Add query to detect PAM authorization bypass

Vulnerability description not provided...

7.1AI score
SaveExploits0
zdt
zdt
added 2022/05/31 12:00 a.m.232 views

Schneider Electric C-Bus Automation Controller (5500SHAC) 1.10 Remote Root Exploit

Schneider Electric C-Bus Automation Controller 5500SHAC version 1.10 suffers from an authenticated arbitrary command execution vulnerability. An attacker can abuse the Start-up init script editor and exploit the script POST parameter to insert malicious Lua script code and execute commands with...

8.1AI score
SaveExploits0
Kitploit
Kitploit
added 2022/05/30 9:30 p.m.49 views

Labtainers - A Docker-based Cyber Lab Framework

Labtainers include more than 50 cyber lab exercises and tools to build your own. Import a single VM appliance or install on a Linux system and your students are done with provisioning and administrative setup, for these and future lab exercises. Consistent lab execution environments and automated...

7.5AI score
SaveExploits0References5
Hacker One
Hacker One
added 2022/05/27 6:56 a.m.31 views

GitHub Security Lab: CPP: Add query for CWE-243 Creation of chroot Jail Without Changing Working Directory

This bug was reported directly to GitHub Security Lab...

1.3AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2022/05/24 10:16 p.m.68 views

Code injection in `saved_model_cli` in TensorFlow

Impact TensorFlow's savedmodelcli tool is vulnerable to a code injection: savedmodelcli run --inputexprs 'x=print"malicious code to run"' --dir ./ --tagset serve --signaturedef servingdefault This can be used to open a reverse shell savedmodelcli run --inputexprs 'hello=exec"""\nimport...

7.8CVSS7.7AI score0.0054EPSS
SaveExploits1References10Affected Software3
Github Security Blog
Github Security Blog
added 2022/05/24 10:14 p.m.44 views

Segfault and OOB write due to incomplete validation in `EditDistance` in TensorFlow

Impact The implementation of tf.rawops.EditDistance has incomplete validation. Users can pass negative values to cause a segmentation fault based denial of service: python import tensorflow as tf hypothesisindices = tf.constant-1250999896764, shape=3, 3, dtype=tf.int64 hypothesisvalues =...

7.1CVSS7.2AI score0.00381EPSS
SaveExploits1References8Affected Software3
OSV
OSV
added 2022/05/24 10:10 p.m.23 views

GHSA-2VV3-56QG-G2CF Missing validation causes denial of service via `LSTMBlockCell`

Impact The 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: python import tensorflow as tf tf.rawops.LSTMBlockCell x=tf.constant0.837607, shape=28,29, dtype=tf.float32,...

5.5CVSS5.8AI score0.0032EPSS
SaveExploits1References9
Github Security Blog
Github Security Blog
added 2022/05/24 10:09 p.m.28 views

Missing validation causes denial of service via `LoadAndRemapMatrix`

Impact The 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: python import tensorflow as tf ckptpath = tf.constant...

5.5CVSS6.3AI score0.0032EPSS
SaveExploits1References9Affected Software3
Github Security Blog
Github Security Blog
added 2022/05/24 10:08 p.m.55 views

Missing validation causes denial of service via `SparseTensorToCSRSparseMatrix`

Impact The 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: python import tensorflow as tf indices = tf.constant53, shape=3, dtype=tf.int64 values =...

5.5CVSS6.3AI score0.0032EPSS
SaveExploits1References9Affected Software3
Github Security Blog
Github Security Blog
added 2022/05/24 10:07 p.m.51 views

Missing validation causes denial of service via `Conv3DBackpropFilterV2`

Impact The 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: python import tensorflow as tf tf.rawops.Conv3DBackpropFilterV2 input=tf.constant.5053710941,...

5.5CVSS6.3AI score0.0032EPSS
SaveExploits1References9Affected Software3
Github Security Blog
Github Security Blog
added 2022/05/24 10:07 p.m.52 views

Missing validation causes denial of service via `StagePeek`

Impact The 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: python import tensorflow as tf index = tf.constant, shape=0, dtype=tf.int32 tf.rawops.StagePeekindex=index,...

5.5CVSS6.3AI score0.0032EPSS
SaveExploits1References9Affected Software3
Github Security Blog
Github Security Blog
added 2022/05/24 10:05 p.m.36 views

Missing validation causes denial of service via `GetSessionTensor`

Impact The 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: python import tensorflow as tf handle = tf.constant"", shape=0, dtype=tf.string...

5.5CVSS6AI score0.00353EPSS
SaveExploits1References9Affected Software3
OSV
OSV
added 2022/05/24 5:33 p.m.68 views

GHSA-CG4H-CFJP-H3X2 Password stored in plain text by Jenkins VMware Lab Manager Slaves Plugin

Jenkins VMware Lab Manager Slaves Plugin 0.2.8 and earlier stores a password unencrypted in the global config.xml file on the Jenkins controller, where it can be viewed by users with access to the Jenkins controller file system...

3.3CVSS6.4AI score0.01045EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2022/05/24 5:33 p.m.36 views

Password stored in plain text by Jenkins VMware Lab Manager Slaves Plugin

Jenkins VMware Lab Manager Slaves Plugin 0.2.8 and earlier stores a password unencrypted in the global config.xml file on the Jenkins controller, where it can be viewed by users with access to the Jenkins controller file system...

6.5CVSS6.3AI score0.01045EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2022/05/24 4:52 p.m.70 views

GHSA-JXG7-CGHF-MGGX Jenkins VMware Lab Manager Slaves Plugin vulnerable to Improper Certificate Validation

VMware Lab Manager Slaves Plugin unconditionally disables SSL/TLS certificate validation for the entire Jenkins controller JVM. As of publication of this advisory, there is no fix...

6.5CVSS6.5AI score0.00841EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2022/05/24 4:52 p.m.30 views

Jenkins VMware Lab Manager Slaves Plugin vulnerable to Improper Certificate Validation

VMware Lab Manager Slaves Plugin unconditionally disables SSL/TLS certificate validation for the entire Jenkins controller JVM. As of publication of this advisory, there is no fix...

6.5CVSS2.3AI score0.00841EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/23 11:15 p.m.39 views

Nokogiri Improperly Handles Unexpected Data Type

Summary Nokogiri = 1.13.6. JRuby users are not affected. Workarounds To avoid this vulnerability in affected applications, ensure the untrusted input is a String by calling tos or equivalent. Credit This vulnerability was responsibly reported by @agustingianni and the Github Security Lab...

8.2CVSS7.9AI score0.0323EPSS
SaveExploits1References11Affected Software1
OSV
OSV
added 2022/05/23 11:15 p.m.52 views

GHSA-XH29-R2W5-WX8M Nokogiri Improperly Handles Unexpected Data Type

Summary Nokogiri = 1.13.6. JRuby users are not affected. Workarounds To avoid this vulnerability in affected applications, ensure the untrusted input is a String by calling tos or equivalent. Credit This vulnerability was responsibly reported by @agustingianni and the Github Security Lab...

8.2CVSS7.9AI score0.0323EPSS
SaveExploits1References11
Hacker One
Hacker One
added 2022/05/23 8:44 p.m.47 views

GitHub Security Lab: [Java]: Flow sources and steps for JMS and RabbitMQ

This bug was reported directly to GitHub Security Lab...

2AI score
SaveExploits0
Rows per page
Query Builder