Lucene search
+L

3662 matches found

Tenable Nessus
Tenable Nessus
added 2022/10/09 12:0 a.m.30 views

EulerOS Virtualization 3.0.6.6 : yajl (EulerOS-SA-2022-2542)

According to the versions of the yajl package installed, the EulerOS Virtualization installation on the remote host is affected by the following vulnerabilities : - yajl-ruby is a C binding to the YAJL JSON parsing and generation library. The 1.x branch and the 2.x branch of yajl contain an integ...

7.5CVSS7.8AI score0.03472EPSS
SaveExploits1References2
RedHat Linux
RedHat Linux
added 2022/10/06 6:32 p.m.6 views

dpdk: DoS when a Vhost header crosses more than two descriptors and exhausts all mbufs

A permissive list of allowed inputs flaw was found in DPDK. This issue allows a remote attacker to cause a denial of service triggered by sending a crafted Vhost header to DPDK...

8.6CVSS7.1AI score0.01781EPSS
SaveExploits1References5
Veracode
Veracode
added 2022/09/28 4:50 a.m.20 views

Remote Code Execution

compositec1.core is vulnerable to remote code execution. Improper deserialization of untrusted user inputs in CompositeJsonSerializer.cs allows an authenticated attacker to upload and execute malicious code on the system under attack...

9CVSS8.2AI score0.0128EPSS
SaveExploits0References4Affected Software1
Veracode
Veracode
added 2022/09/27 6:46 a.m.19 views

Content Spoofing

rdiffweb is vulnerable to content spoofing. An attacker can deliver professionally crafted visual defacements to the right recipients convincingly and provide misleading information to the victims due to improper processing and rendering of user-supplied inputs...

2.4CVSS4.5AI score0.00579EPSS
SaveExploits1References3Affected Software1
NVD
NVD
added 2022/09/23 7:15 p.m.30 views

CVE-2022-32229

A information disclosure vulnerability exists in Rockert.Chat v5 due to /api/v1/chat.getThreadsList lack of sanitization of user inputs and can therefore leak private thread messages to unauthorized users via Mongo DB injection...

4.3CVSS0.00729EPSS
SaveExploits1References1
Prion
Prion
added 2022/09/23 7:15 p.m.25 views

Information disclosure

A information disclosure vulnerability exists in Rockert.Chat v5 due to /api/v1/chat.getThreadsList lack of sanitization of user inputs and can therefore leak private thread messages to unauthorized users via Mongo DB injection...

4CVSS4.7AI score0.00729EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2022/09/23 6:28 p.m.28 views

CVE-2022-32229

A information disclosure vulnerability exists in Rockert.Chat v5 due to /api/v1/chat.getThreadsList lack of sanitization of user inputs and can therefore leak private thread messages to unauthorized users via Mongo DB injection...

5AI score0.00729EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2022/09/23 12:0 a.m.13 views

PT-2022-21163 · Unknown · Rocket.Chat

Name of the Vulnerable Software and Affected Versions: Rockert.Chat versions prior to 5 Description: A information disclosure issue exists due to the lack of sanitization of user inputs in the /api/v1/chat.getThreadsList endpoint, which can leak private thread messages to unauthorized users via...

4.3CVSS4.2AI score0.00729EPSS
SaveExploits1References5
Veracode
Veracode
added 2022/09/21 7:14 a.m.21 views

Cross-site Scripting (XSS)

github.com/drakkan/sftpgo is vulnerable to cross-site scriptingXSS attacks. The library does not properly escape the user inputs into several methods in WebClient component, allowing an attacker to inject and execute malicious javascript...

6.1CVSS6.2AI score0.00541EPSS
SaveExploits0References3Affected Software1
Veracode
Veracode
added 2022/09/21 3:33 a.m.24 views

Denial Of Service (DoS)

tensorflow is vulnerable to denial of service. The vulnerability exists Compute function of convgradinputops.h because the CPU/GPU kernels are not properly handled for empty outbackprop inputs which allows an attacker to cause an application crash by sending malicious inputs...

7.5CVSS7.3AI score0.00411EPSS
SaveExploits0References8Affected Software3
ATTACKERKB
ATTACKERKB
added 2022/09/19 2:15 p.m.2 views

CVE-2022-2754

The Ketchup Restaurant Reservations WordPress plugin through 1.0.0 does not validate and escape some reservation parameters before using them in SQL statements, which could allow unauthenticated attackers to perform SQL Injection attacks...

9.8CVSS7.3AI score0.37709EPSS
SaveExploits2References2
OSV
OSV
added 2022/09/16 10:23 p.m.11 views

GHSA-VGVH-2PF4-JR2X TensorFlow vulnerable to segfault in `QuantizeDownAndShrinkRange`

Impact If QuantizeDownAndShrinkRange is given nonscalar inputs for inputmin or inputmax, it results in a segfault that can be used to trigger a denial of service attack. python import tensorflow as tf outtype = tf.quint8 input = tf.constant1, shape=3, dtype=tf.qint32 inputmin = tf.constant,...

5.9CVSS6.9AI score0.00439EPSS
SaveExploits0References5
OSV
OSV
added 2022/09/16 10:20 p.m.49 views

GHSA-4PC4-M9MJ-V2R9 TensorFlow vulnerable to segfault in `QuantizedBiasAdd`

Impact If QuantizedBiasAdd is given mininput, maxinput, minbias, maxbias tensors of a nonzero rank, it results in a segfault that can be used to trigger a denial of service attack. python import tensorflow as tf outtype = tf.qint32 input = tf.constant85,170,255, shape=3, dtype=tf.quint8 bias =...

5.9CVSS5.8AI score0.00424EPSS
SaveExploits0References5
OSV
OSV
added 2022/09/16 10:16 p.m.4 views

GHSA-V6H3-348G-6H5X TensorFlow vulnerable to segfault in `QuantizedAdd`

Impact If QuantizedAdd is given mininput or maxinput tensors of a nonzero rank, it results in a segfault that can be used to trigger a denial of service attack. python import tensorflow as tf Toutput = tf.qint32 x = tf.constant140, shape=1, dtype=tf.quint8 y = tf.constant26, shape=10,...

5.9CVSS6.9AI score0.00424EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2022/09/16 10:15 p.m.8 views

CVE-2022-35999

TensorFlow is an open source platform for machine learning. When Conv2DBackpropInput receives empty outbackprop inputs e.g. 3, 1, 0, 1, the current CPU/GPU kernels CHECK fail one with dnnl, the other with cudnn. This can be used to trigger a denial of service attack. We have patched the issue in...

7.5CVSS6.8AI score0.00411EPSS
SaveExploits0
OSV
OSV
added 2022/09/16 10:14 p.m.16 views

GHSA-QXPX-J395-PW36 TensorFlow vulnerable to segfault in `LowerBound` and `UpperBound`

Impact If LowerBound or UpperBound is given an emptysortedinputs input, it results in a nullptr dereference, leading to a segfault that can be used to trigger a denial of service attack. python import tensorflow as tf outtype = tf.int32 sortedinputs = tf.constant, shape=10,0, dtype=tf.float32...

5.9CVSS5.8AI score0.00398EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2022/09/16 10:10 p.m.8 views

CVE-2022-36004

TensorFlow is an open source platform for machine learning. When tf.random.gamma receives large input shape and rates, it gives a CHECK fail that can trigger a denial of service attack. We have patched the issue in GitHub commit 552bfced6ce4809db5f3ca305f60ff80dd40c5a3. The fix will be included i...

7.5CVSS6.8AI score0.0042EPSS
SaveExploits0
OSV
OSV
added 2022/09/16 9:39 p.m.24 views

GHSA-CV2P-32V3-VHWQ TensorFlow vulnerable to `CHECK` fail in `RandomPoissonV2`

Impact When RandomPoissonV2 receives large input shape and rates, it gives a CHECK fail that can trigger a denial of service attack. python import tensorflow as tf arg0=tf.random.uniformshape=4,, dtype=tf.int32, maxval=65536 arg1=tf.random.uniformshape=4, 4, 4, 4, 4, dtype=tf.float32, maxval=None...

5.9CVSS7AI score0.00411EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2022/09/16 9:30 p.m.8 views

CVE-2022-35982

TensorFlow is an open source platform for machine learning. If SparseBincount is given inputs for indices, values, and denseshape that do not make a valid sparse tensor, it results in a segfault that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit...

7.5CVSS6.8AI score0.00439EPSS
SaveExploits0
NVD
NVD
added 2022/09/16 9:15 p.m.54 views

CVE-2022-35974

TensorFlow is an open source platform for machine learning. If QuantizeDownAndShrinkRange is given nonscalar inputs for inputmin or inputmax, it results in a segfault that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit...

7.5CVSS0.00439EPSS
SaveExploits0References2
Rows per page
Query Builder