Lucene search

K

SIGMA Lite & Lite + Security Vulnerabilities

osv
osv

BIT-tensorflow-2021-29604

TensorFlow is an end-to-end open source platform for machine learning. The TFLite implementation of hashtable lookup is vulnerable to a division by zero...

5.5CVSS

6.5AI Score

0.0004EPSS

2024-03-06 11:18 AM
3
osv
osv

BIT-tensorflow-2021-29605

TensorFlow is an end-to-end open source platform for machine learning. The TFLite code for allocating TFLiteIntArrays is vulnerable to an integer overflow issue(https://github.com/tensorflow/tensorflow/blob/4ceffae632721e52bf3501b736e4fe9d1221cdfa/tensorflow/lite/c/common.c#L24-L27). An attacker...

7.1CVSS

7AI Score

0.0004EPSS

2024-03-06 11:18 AM
5
osv
osv

BIT-tensorflow-2021-29606

TensorFlow is an end-to-end open source platform for machine learning. A specially crafted TFLite model could trigger an OOB read on heap in the TFLite implementation of...

7.8CVSS

6.6AI Score

0.0005EPSS

2024-03-06 11:18 AM
4
osv
osv

BIT-tensorflow-2021-37680

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of fully connected layers in TFLite is vulnerable to a division by zero error. We have patched the issue in GitHub commit 718721986aa137691ee23f03638867151f74935f. The fix will be...

5.5CVSS

6.6AI Score

0.0004EPSS

2024-03-06 11:16 AM
4
osv
osv

BIT-tensorflow-2021-37681

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of SVDF in TFLite is vulnerable to a null pointer error. The GetVariableInput function can return a null pointer but GetTensorData assumes that the argument is always a valid tensor....

7.8CVSS

6.6AI Score

0.0004EPSS

2024-03-06 11:16 AM
10
osv
osv

BIT-tensorflow-2021-37682

TensorFlow is an end-to-end open source platform for machine learning. In affected versions all TFLite operations that use quantization can be made to use unitialized values. For example. The issue stems from the fact that quantization.params is only valid if quantization.type is different that...

7.1CVSS

6.6AI Score

0.0004EPSS

2024-03-06 11:16 AM
3
osv
osv

BIT-tensorflow-2021-37683

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of division in TFLite is vulnerable to a division by 0 error. There is no check that the divisor tensor does not contain zero elements. We have patched the issue in GitHub commit...

5.5CVSS

6.5AI Score

0.0004EPSS

2024-03-06 11:16 AM
3
osv
osv

BIT-tensorflow-2021-37685

TensorFlow is an end-to-end open source platform for machine learning. In affected versions TFLite's expand_dims.cc contains a vulnerability which allows reading one element outside of bounds of heap allocated data. If axis is a large negative value (e.g., -100000), then after the first if it...

5.5CVSS

6.6AI Score

0.0004EPSS

2024-03-06 11:16 AM
4
osv
osv

BIT-tensorflow-2021-37686

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the strided slice implementation in TFLite has a logic bug which can allow an attacker to trigger an infinite loop. This arises from newly introduced support for ellipsis in axis definition. An attacker can....

5.5CVSS

6.7AI Score

0.0004EPSS

2024-03-06 11:16 AM
5
osv
osv

BIT-tensorflow-2021-37687

TensorFlow is an end-to-end open source platform for machine learning. In affected versions TFLite's GatherNd implementation does not support negative indices but there are no checks for this situation. Hence, an attacker can read arbitrary data from the heap by carefully crafting a model with...

5.5CVSS

6.7AI Score

0.0005EPSS

2024-03-06 11:16 AM
8
osv
osv

BIT-tensorflow-2021-37688

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can craft a TFLite model that would trigger a null pointer dereference, which would result in a crash and denial of service. The implementation unconditionally dereferences a pointer. We have...

7.8CVSS

6.6AI Score

0.0004EPSS

2024-03-06 11:16 AM
7
osv
osv

BIT-tensorflow-2021-37689

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can craft a TFLite model that would trigger a null pointer dereference, which would result in a crash and denial of service. This is caused by the MLIR optimization of L2NormalizeReduceAxis...

7.8CVSS

6.5AI Score

0.0004EPSS

2024-03-06 11:16 AM
6
osv
osv

BIT-tensorflow-2021-37691

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can craft a TFLite model that would trigger a division by zero error in LSH implementation. We have patched the issue in GitHub commit 0575b640091680cfb70f4dd93e70658de43b94f9. The fix will be...

5.5CVSS

6.6AI Score

0.0004EPSS

2024-03-06 11:16 AM
4
osv
osv

BIT-tensorflow-2022-21741

Tensorflow is an Open Source Machine Learning Framework. ### Impact An attacker can craft a TFLite model that would trigger a division by zero in the implementation of depthwise convolutions. The parameters of the convolution can be user controlled and are also used within a division operation to.....

6.5CVSS

6.5AI Score

0.002EPSS

2024-03-06 11:15 AM
5
osv
osv

BIT-tensorflow-2022-23557

Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would trigger a division by zero in BiasAndClamp implementation. There is no check that the bias_size is non zero. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on....

6.5CVSS

6.6AI Score

0.002EPSS

2024-03-06 11:15 AM
3
osv
osv

BIT-tensorflow-2022-23558

Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would cause an integer overflow in TfLiteIntArrayCreate. The TfLiteIntArrayGetSizeInBytes returns an int instead of a size_t. An attacker can control model inputs such thatcomputed_sizeoverflows the.....

8.8CVSS

6.9AI Score

0.005EPSS

2024-03-06 11:15 AM
2
osv
osv

BIT-tensorflow-2022-23559

Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would cause an integer overflow in embedding lookup operations. Both embedding_size and lookup_size are products of values provided by the user. Hence, a malicious user could trigger overflows in the....

8.8CVSS

6.9AI Score

0.002EPSS

2024-03-06 11:15 AM
2
osv
osv

BIT-tensorflow-2022-23560

Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would allow limited reads and writes outside of arrays in TFLite. This exploits missing validation in the conversion from sparse tensors to dense tensors. The fix is included in TensorFlow 2.8.0. We.....

8.8CVSS

6.6AI Score

0.003EPSS

2024-03-06 11:15 AM
3
osv
osv

BIT-tensorflow-2022-29212

TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, certain TFLite models that were created using TFLite model converter would crash when loaded in the TFLite interpreter. The culprit is that during quantization the scale of values could be....

5.5CVSS

6.8AI Score

0.001EPSS

2024-03-06 11:14 AM
3
osv
osv

BIT-tensorflow-2022-35937

TensorFlow is an open source platform for machine learning. The GatherNd function 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 is triggered. This issue has been patched in...

9.1CVSS

6.7AI Score

0.001EPSS

2024-03-06 11:14 AM
5
osv
osv

BIT-tensorflow-2022-35938

TensorFlow is an open source platform for machine learning. The GatherNd function 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. This issue has been...

9.1CVSS

6.7AI Score

0.001EPSS

2024-03-06 11:14 AM
4
osv
osv

BIT-tensorflow-2022-35939

TensorFlow is an open source platform for machine learning. The ScatterNd function takes an input argument that determines the indices of of the output tensor. An input index greater than the output tensor or less than zero will either write content at the wrong index or trigger a crash. We have...

9.8CVSS

6.8AI Score

0.001EPSS

2024-03-06 11:14 AM
4
osv
osv

BIT-tensorflow-2022-41894

TensorFlow is an open source platform for machine learning. The reference kernel of the CONV_3D_TRANSPOSE TensorFlow Lite operator wrongly increments the data_ptr when adding the bias to the result. Instead of data_ptr += num_channels; it should be data_ptr += output_num_channels; as if the number....

8.1CVSS

7AI Score

0.001EPSS

2024-03-06 11:10 AM
4
talosblog
talosblog

Badgerboard: A PLC backplane network visibility module

Analysis of the traffic between networked devices has always been of interest since devices could even communicate with one another. As the complexity of networks grew, the more useful dedicated traffic analysis tools became. Major advancements have been made over the years with tools like Snort...

6.8AI Score

2024-03-05 08:30 PM
15
openvas
openvas

CentOS: Security Advisory for bind (CESA-2023:5691)

The remote host is missing an update for...

7.5CVSS

7.9AI Score

0.002EPSS

2024-03-05 12:00 AM
5
cve
cve

CVE-2024-1120

The NextMove Lite – Thank You Page for WooCommerce and Finale Lite – Sales Countdown Timer & Discount for WooCommerce plugins for WordPress are vulnerable to unauthorized access of data due to a missing capability check on the download_tools_settings() function in all versions up to, and...

5.3CVSS

5.4AI Score

0.0004EPSS

2024-03-01 10:15 AM
51
nvd
nvd

CVE-2024-1120

The NextMove Lite – Thank You Page for WooCommerce and Finale Lite – Sales Countdown Timer & Discount for WooCommerce plugins for WordPress are vulnerable to unauthorized access of data due to a missing capability check on the download_tools_settings() function in all versions up to, and...

5.3CVSS

5.1AI Score

0.0004EPSS

2024-03-01 10:15 AM
prion
prion

Design/Logic Flaw

The NextMove Lite – Thank You Page for WooCommerce and Finale Lite – Sales Countdown Timer & Discount for WooCommerce plugins for WordPress are vulnerable to unauthorized access of data due to a missing capability check on the download_tools_settings() function in all versions up to, and...

5.3CVSS

6.8AI Score

0.0004EPSS

2024-03-01 10:15 AM
7
cvelist
cvelist

CVE-2024-1120

The NextMove Lite – Thank You Page for WooCommerce and Finale Lite – Sales Countdown Timer & Discount for WooCommerce plugins for WordPress are vulnerable to unauthorized access of data due to a missing capability check on the download_tools_settings() function in all versions up to, and...

5.3CVSS

5.3AI Score

0.0004EPSS

2024-03-01 09:31 AM
wordfence
wordfence

Wordfence Intelligence Weekly WordPress Vulnerability Report (February 19, 2024 to February 25, 2024)

Did you know we're running a Bug Bounty Extravaganza again? Earn over 6x our usual bounty rates, up to $10,000, for all vulnerabilities submitted through May 27th, 2024 when you opt to have Wordfence handle responsible disclosure! Last week, there were 83 vulnerabilities disclosed in 57 WordPress.....

9.8CVSS

9.6AI Score

0.001EPSS

2024-02-29 05:09 PM
11
cve
cve

CVE-2024-21752

Cross-Site Request Forgery (CSRF) vulnerability in Ernest Marcinko Ajax Search Lite allows Reflected XSS.This issue affects Ajax Search Lite: from n/a through...

7.1CVSS

6.8AI Score

0.0004EPSS

2024-02-29 06:15 AM
75
nvd
nvd

CVE-2024-21752

Cross-Site Request Forgery (CSRF) vulnerability in Ernest Marcinko Ajax Search Lite allows Reflected XSS.This issue affects Ajax Search Lite: from n/a through...

7.1CVSS

6.9AI Score

0.0004EPSS

2024-02-29 06:15 AM
prion
prion

Cross site request forgery (csrf)

Cross-Site Request Forgery (CSRF) vulnerability in Ernest Marcinko Ajax Search Lite allows Reflected XSS.This issue affects Ajax Search Lite: from n/a through...

7.1CVSS

6.8AI Score

0.0004EPSS

2024-02-29 06:15 AM
9
cvelist
cvelist

CVE-2024-21752 WordPress Ajax Search Lite Plugin <= 4.11.4 is vulnerable to Cross Site Scripting (XSS)

Cross-Site Request Forgery (CSRF) vulnerability in Ernest Marcinko Ajax Search Lite allows Reflected XSS.This issue affects Ajax Search Lite: from n/a through...

7.1CVSS

7.1AI Score

0.0004EPSS

2024-02-29 05:17 AM
cve
cve

CVE-2024-1411

The PowerPack Addons for Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the settings of the Twitter Buttons Widget in all versions up to, and including, 2.7.15 due to insufficient input sanitization and output escaping. This makes it possible for authenticated...

6.4CVSS

6.1AI Score

0.0004EPSS

2024-02-29 01:43 AM
39
nvd
nvd

CVE-2024-1411

The PowerPack Addons for Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the settings of the Twitter Buttons Widget in all versions up to, and including, 2.7.15 due to insufficient input sanitization and output escaping. This makes it possible for authenticated...

6.4CVSS

5.7AI Score

0.0004EPSS

2024-02-29 01:43 AM
nvd
nvd

CVE-2024-1276

The Essential Addons for Elementor – Best Elementor Templates, Widgets, Kits & WooCommerce Builders plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Content Ticker arrow attribute in all versions up to, and including, 5.9.8 due to insufficient input sanitization and output....

6.4CVSS

5.8AI Score

0.0004EPSS

2024-02-29 01:43 AM
cve
cve

CVE-2024-1276

The Essential Addons for Elementor – Best Elementor Templates, Widgets, Kits & WooCommerce Builders plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Content Ticker arrow attribute in all versions up to, and including, 5.9.8 due to insufficient input sanitization and output....

6.4CVSS

6.1AI Score

0.0004EPSS

2024-02-29 01:43 AM
46
cve
cve

CVE-2024-1236

The Essential Addons for Elementor – Best Elementor Templates, Widgets, Kits & WooCommerce Builders plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Filterable Controls label icon parameter in all versions up to, and including, 5.9.8 due to insufficient input sanitization.....

6.4CVSS

6.1AI Score

0.0004EPSS

2024-02-29 01:43 AM
49
nvd
nvd

CVE-2024-1236

The Essential Addons for Elementor – Best Elementor Templates, Widgets, Kits & WooCommerce Builders plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Filterable Controls label icon parameter in all versions up to, and including, 5.9.8 due to insufficient input sanitization.....

6.4CVSS

5.8AI Score

0.0004EPSS

2024-02-29 01:43 AM
nvd
nvd

CVE-2024-1171

The Essential Addons for Elementor – Best Elementor Templates, Widgets, Kits & WooCommerce Builders plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's Filterable Gallery Widget in all versions up to, and including, 5.9.8 due to insufficient input sanitization and...

5.4CVSS

5AI Score

0.0004EPSS

2024-02-29 01:43 AM
cve
cve

CVE-2024-1172

The Essential Addons for Elementor – Best Elementor Templates, Widgets, Kits & WooCommerce Builders plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's Accordion widget in all versions up to, and including, 5.9.8 due to insufficient input sanitization and output...

5.4CVSS

5.6AI Score

0.0004EPSS

2024-02-29 01:43 AM
46
cve
cve

CVE-2024-1171

The Essential Addons for Elementor – Best Elementor Templates, Widgets, Kits & WooCommerce Builders plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's Filterable Gallery Widget in all versions up to, and including, 5.9.8 due to insufficient input sanitization and...

5.4CVSS

5.6AI Score

0.0004EPSS

2024-02-29 01:43 AM
47
nvd
nvd

CVE-2024-1172

The Essential Addons for Elementor – Best Elementor Templates, Widgets, Kits & WooCommerce Builders plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's Accordion widget in all versions up to, and including, 5.9.8 due to insufficient input sanitization and output...

5.4CVSS

5AI Score

0.0004EPSS

2024-02-29 01:43 AM
prion
prion

Cross site scripting

The Essential Addons for Elementor – Best Elementor Templates, Widgets, Kits & WooCommerce Builders plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Filterable Controls label icon parameter in all versions up to, and including, 5.9.8 due to insufficient input sanitization.....

6.4CVSS

6AI Score

0.0004EPSS

2024-02-29 01:43 AM
12
prion
prion

Cross site scripting

The Essential Addons for Elementor – Best Elementor Templates, Widgets, Kits & WooCommerce Builders plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's Filterable Gallery Widget in all versions up to, and including, 5.9.8 due to insufficient input sanitization and...

5.4CVSS

6AI Score

0.0004EPSS

2024-02-29 01:43 AM
12
prion
prion

Cross site scripting

The Essential Addons for Elementor – Best Elementor Templates, Widgets, Kits & WooCommerce Builders plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Content Ticker arrow attribute in all versions up to, and including, 5.9.8 due to insufficient input sanitization and output....

6.4CVSS

6AI Score

0.0004EPSS

2024-02-29 01:43 AM
18
prion
prion

Cross site scripting

The PowerPack Addons for Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the settings of the Twitter Buttons Widget in all versions up to, and including, 2.7.15 due to insufficient input sanitization and output escaping. This makes it possible for authenticated...

6.4CVSS

6.1AI Score

0.0004EPSS

2024-02-29 01:43 AM
16
prion
prion

Cross site scripting

The Essential Addons for Elementor – Best Elementor Templates, Widgets, Kits & WooCommerce Builders plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's Accordion widget in all versions up to, and including, 5.9.8 due to insufficient input sanitization and output...

5.4CVSS

6AI Score

0.0004EPSS

2024-02-29 01:43 AM
12
wpvulndb
wpvulndb

NextMove Lite – Thank You Page for WooCommerce & Finale Lite – Sales Countdown Timer & Discount for WooCommerce <= 2.17.0 - Missing Authorization to Unauthenticated System Information Disclosure

Description The NextMove Lite – Thank You Page for WooCommerce and Finale Lite – Sales Countdown Timer & Discount for WooCommerce plugins for WordPress are vulnerable to unauthorized access of data due to a missing capability check on the download_tools_settings() function in all versions up to,...

5.3CVSS

6.5AI Score

0.0004EPSS

2024-02-29 12:00 AM
4
Total number of security vulnerabilities8320