Lucene search
+L

192 matches found

Positive Technologies
Positive Technologies
added 2024/07/16 12:00 a.m.7 views

PT-2024-5041 · Apache · Apache Airflow

Name of the Vulnerable Software and Affected Versions: Apache Airflow versions prior to 2.9.3 Description: The issue is related to the lack of protection for the web page structure in the Provider component of Apache Airflow, allowing an authenticated attacker to inject a malicious link when...

8.1CVSS5.7AI score0.00996EPSS
SaveExploits0References18
Patchstack
Patchstack
added 2024/06/27 1:42 p.m.6 views

WordPress PDF Viewer for Elementor plugin <= 2.9.3 - Cross Site Scripting (XSS) vulnerability

Cross Site Scripting XSS vulnerability discovered by Yudistira Arya Patchstack Alliance in WordPress Plugin PDF Viewer for Elementor versions = 2.9.3...

8.8CVSS8AI score0.7066EPSS
SaveExploits16Affected Software1
OSV
OSV
added 2024/05/30 5:33 a.m.15 views

CVE-2024-5207 POST SMTP Mailer – Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress <= 2.9.3 - Authenticated (Administrator+) SQL Injection

The POST SMTP – The 1 WordPress SMTP Plugin with Advanced Email Logging and Delivery Failure Notifications plugin for WordPress is vulnerable to time-based SQL Injection via the selected parameter in all versions up to, and including, 2.9.3 due to insufficient escaping on the user supplied...

7.2CVSS6AI score
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2024/04/15 12:00 a.m.21 views

PT-2024-18131

Name of the Vulnerable Software and Affected Versions mlflow versions prior to 2.9.3 Description A path traversal issue exists in the artifact deletion functionality of the mlflow repository. This is due to an extra unquote operation in the delete artifacts function of local artifact repo.py, whi...

8.1CVSS7.3AI score0.00856EPSS
SaveExploits1References11
Positive Technologies
Positive Technologies
added 2024/03/31 12:00 a.m.12 views

PT-2024-23452 · Unknown · Redlettuce Plugins Pdf Viewer For Elementor

Name of the Vulnerable Software and Affected Versions: RedLettuce Plugins PDF Viewer for Elementor versions through 2.9.3 Description: The issue is related to Improper Neutralization of Input During Web Page Generation, also known as Cross-site Scripting, allowing Stored XSS. This enables potenti...

6.5CVSS9.2AI score0.00337EPSS
SaveExploits0References5
OSV
OSV
added 2024/03/06 11:11 a.m.29 views

BIT-TENSORFLOW-2022-41886 Overflow in `ImageProjectiveTransformV2` in Tensorflow

TensorFlow is an open source platform for machine learning. When tf.rawops.ImageProjectiveTransformV2 is given a large output shape, it overflows. We have patched the issue in GitHub commit 8faa6ea692985dbe6ce10e1a3168e0bd60a723ba. The fix will be included in TensorFlow 2.11. We will also...

7.5CVSS6.1AI score0.00443EPSS
SaveExploits1References4
OSV
OSV
added 2024/03/06 11:11 a.m.30 views

BIT-TENSORFLOW-2022-41888 Unckecked rank size in `tf.image.generate_bounding_box_proposals` in Tensorflow

TensorFlow is an open source platform for machine learning. When running on GPU, tf.image.generateboundingboxproposals receives a scores input that must be of rank 4 but is not checked. We have patched the issue in GitHub commit cf35502463a88ca7185a99daa7031df60b3c1c98. The fix will be included i...

7.5CVSS6.1AI score0.00452EPSS
SaveExploits1References4
OSV
OSV
added 2024/03/06 11:11 a.m.33 views

BIT-TENSORFLOW-2022-41890 `CHECK` fail in `BCast` overflow in Tensorflow

TensorFlow is an open source platform for machine learning. If BCast::ToShape is given input larger than an int32, it will crash, despite being supposed to handle up to an int64. An example can be seen in tf.experimental.numpy.outer by passing in large input to the input b. We have patched the...

7.5CVSS6.1AI score0.00452EPSS
SaveExploits1References4
OSV
OSV
added 2024/03/06 11:10 a.m.32 views

BIT-TENSORFLOW-2022-41894 Buffer overflow in `CONV_3D_TRANSPOSE` on TFLite

TensorFlow is an open source platform for machine learning. The reference kernel of the CONV3DTRANSPOSE TensorFlow Lite operator wrongly increments the dataptr when adding the bias to the result. Instead of dataptr += numchannels; it should be dataptr += outputnumchannels; as if the number of inp...

8.1CVSS7.5AI score0.00538EPSS
SaveExploits1References4
OSV
OSV
added 2024/03/06 11:10 a.m.39 views

BIT-TENSORFLOW-2022-41895 `MirrorPadGrad` heap out of bounds read in Tensorflow

TensorFlow is an open source platform for machine learning. If MirrorPadGrad is given outsize input paddings, TensorFlow will give a heap OOB error. We have patched the issue in GitHub commit 717ca98d8c3bba348ff62281fdf38dcb5ea1ec92. The fix will be included in TensorFlow 2.11. We will also...

7.5CVSS6.1AI score0.00453EPSS
SaveExploits1References4
OSV
OSV
added 2024/03/06 11:10 a.m.34 views

BIT-TENSORFLOW-2022-41896 `tf.raw_ops.Mfcc` crashes in Tensorflow

TensorFlow is an open source platform for machine learning. If ThreadUnsafeUnigramCandidateSampler is given input filterbankchannelcount greater than the allowed max size, TensorFlow will crash. We have patched the issue in GitHub commit 39ec7eaf1428e90c37787e5b3fbd68ebd3c48860. The fix will be...

7.5CVSS6.1AI score0.00453EPSS
SaveExploits1References4
OSV
OSV
added 2024/03/06 11:10 a.m.30 views

BIT-TENSORFLOW-2022-41897 `FractionalMaxPoolGrad` Heap out of bounds read in Tensorflow

TensorFlow is an open source platform for machine learning. If FractionMaxPoolGrad is given outsize inputs rowpoolingsequence and colpoolingsequence, TensorFlow will crash. We have patched the issue in GitHub commit d71090c3e5ca325bdf4b02eb236cfb3ee823e927. The fix will be included in TensorFlow...

7.5CVSS6.1AI score0.00453EPSS
SaveExploits1References4
OSV
OSV
added 2024/03/06 11:10 a.m.26 views

BIT-TENSORFLOW-2022-41902 Out of bounds write in grappler in Tensorflow

TensorFlow is an open source platform for machine learning. The function MakeGrapplerFunctionItem takes arguments that determine the sizes of inputs and outputs. If the inputs given are greater than or equal to the sizes of the outputs, an out-of-bounds memory read or a crash is triggered. We hav...

9.1CVSS7.8AI score0.00449EPSS
SaveExploits0References4
OSV
OSV
added 2024/03/06 11:10 a.m.21 views

BIT-TENSORFLOW-2022-41909 Segfault in `CompositeTensorVariantToComponents` in Tensorflow

TensorFlow is an open source platform for machine learning. An input encoded that is not a valid CompositeTensorVariant tensor will trigger a segfault in tf.rawops.CompositeTensorVariantToComponents. We have patched the issue in GitHub commits bf594d08d377dc6a3354d9fdb494b32d45f91971 and...

7.5CVSS6.1AI score0.00504EPSS
SaveExploits1References5
OSV
OSV
added 2024/03/06 11:09 a.m.18 views

BIT-TENSORFLOW-2022-41910 Heap out of bounds read in `QuantizeAndDequantizeV2` in Tensorflow

TensorFlow is an open source platform for machine learning. The function MakeGrapplerFunctionItem takes arguments that determine the sizes of inputs and outputs. If the inputs given are greater than or equal to the sizes of the outputs, an out-of-bounds memory read or a crash is triggered. We hav...

9.1CVSS6.7AI score0.00401EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/02/02 12:00 a.m.13 views

CVE-2024-24482

Aprktool before 2.9.3 on Windows allows ../ and /.. directory traversal...

9.5AI score0.01158EPSS
SaveExploits1References1
OSV
OSV
added 2023/12/28 7:15 p.m.10 views

CVE-2023-50847

Improper Neutralization of Special Elements used in an SQL Command 'SQL Injection' vulnerability in Collne Inc. Welcart e-Commerce.This issue affects Welcart e-Commerce: from n/a through 2.9.3...

7.2CVSS7.3AI score0.00529EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2023/12/25 7:15 a.m.7 views

CVE-2023-37187

C-blosc2 before 2.9.3 was discovered to contain a NULL pointer dereference via the zfp/blosc2-zfp.c zfpaccdecompress. function...

7.5CVSS7.1AI score0.00834EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2023/12/25 12:00 a.m.11 views

Blosc C-Blosc2 Security Vulnerability

Blosc C-Blosc2 is a code library from the Blosc team that enables deep compression of binary data. The goal of the software is to reduce the size of large datasets on disk or in memory, speeding up memory-bound computations. The software supports BloscLZ, a compression program based on FastLZ, LZ...

7.5CVSS7AI score0.00834EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2023/12/25 12:00 a.m.10 views

Blosc C-Blosc2 Security Vulnerability

Blosc C-Blosc2 is a code library from the Blosc team that enables deep compression of binary data. The goal of the software is to reduce the size of large datasets on disk or in memory, speeding up memory-bound computations. The software supports BloscLZ, a compression program based on FastLZ, LZ...

7.5CVSS7AI score0.00834EPSS
SaveExploits1References2
Rows per page
Query Builder