Lucene search
+L

3695 matches found

RedHat Linux
RedHat Linux
added 2024/03/21 8:17 a.m.7 views

golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads

A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs​. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.goL113. The objects leaked are pkey​ and ctx​. That functi...

7.5CVSS7.2AI score0.01533EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2024/03/21 12:0 a.m.19 views

RHEL 9 : golang (RHSA-2024:1462)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2024:1462 advisory. The golang packages provide the Go programming language compiler. Security Fixes: golang: golang-fips/openssl: Memory leaks in code encrypting and...

7.5CVSS8.2AI score0.01533EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2024/03/21 12:0 a.m.24 views

RHEL 8 : go-toolset:rhel8 (RHSA-2024:1472)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2024:1472 advisory. Go Toolset provides the Go programming language tools and libraries. Go is alternatively known as golang. Security Fixes: golang-fips/openssl: Memory...

7.5CVSS8.2AI score0.01533EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2024/03/21 12:0 a.m.26 views

Oracle Linux 9 : golang (ELSA-2024-1462)

The remote Oracle Linux 9 host has packages installed that are affected by a vulnerability as referenced in the ELSA-2024-1462 advisory. - Fix CVE-2024-1394 Tenable has extracted the preceding description block directly from the Oracle Linux security advisory. Note that Nessus has not tested for...

7.5CVSS8.1AI score0.01533EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2024/03/20 6:1 p.m.56 views

CVE-2024-1394

A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs​. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.goL113. The objects leaked are pkey​ and ctx​. That functi...

7.5CVSS7.6AI score0.01533EPSS
SaveExploits0References8
Github Security Blog
Github Security Blog
added 2024/03/20 3:41 p.m.13 views

Dynamic Variable Evaluation in qiskit-ibm-runtime

Summary An eval method exists Options.getprograminputs. This is bad in any case, but especially bad because Options are also used server side, so this has the potential to expose arbitrary code injection in runtime containers, now or at a later time. Details...

7.6AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/03/14 2:15 p.m.7 views

CVE-2024-28323

The bwdates-report-result.php file in Phpgurukul User Registration & Login and User Management System 3.1 contains a potential security vulnerability related to user input validation. The script retrieves user-provided date inputs without proper validation, making it susceptible to SQL injection...

6.5CVSS5.8AI score0.00411EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2024/03/13 12:0 a.m.10 views

PT-2024-18643 · Wpforms +2 · Wpforms +2

Name of the Vulnerable Software and Affected Versions: The Database for Contact Form 7, WPforms, Elementor forms plugin for WordPress versions prior to 1.3.4 Description: The issue is related to Stored Cross-Site Scripting due to insufficient input sanitization and output escaping on user-supplie...

6.4CVSS7.9AI score0.00593EPSS
SaveExploits0References6
Veracode
Veracode
added 2024/03/12 6:32 a.m.22 views

Cross Site Request Forgery (CSRF)

org.jenkins-ci.plugins: docker-build-step is vulnerable to Cross Site Request Forgery CSRF. The vulnerability is due to inadequate validation of user inputs, allowing attackers to connect to an attacker-specified TCP or Unix socket URL and reconfigure the plugin using provided connection test...

6.1CVSS6.8AI score0.00408EPSS
SaveExploits0References2Affected Software1
NVD
NVD
added 2024/03/12 1:15 a.m.37 views

CVE-2024-27902

Applications based on SAP GUI for HTML in SAP NetWeaver AS ABAP - versions 7.89, 7.93, do not sufficiently encode user-controlled inputs, resulting in Cross-Site Scripting XSS vulnerability. A successful attack can allow a malicious attacker to access and modify data through their ability to...

6.1CVSS5.3AI score0.00474EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/03/12 12:45 a.m.22 views

CVE-2024-27902 Cross-Site Scripting (XSS) vulnerability in SAP NetWeaver AS ABAP applications based on SAPGUI for HTML (WebGUI)

Applications based on SAP GUI for HTML in SAP NetWeaver AS ABAP - versions 7.89, 7.93, do not sufficiently encode user-controlled inputs, resulting in Cross-Site Scripting XSS vulnerability. A successful attack can allow a malicious attacker to access and modify data through their ability to...

5.4CVSS6AI score0.00474EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2024/03/07 12:0 a.m.9 views

WordPress plugin PDF Invoices and Packing Slips For WooCommerce Security Vulnerability

WordPress and WordPress plugin are both products of the WordPress Foundation.WordPress is a blogging platform developed using the PHP language. The platform supports PHP and MySQL server set up a personal blog site. WordPress plugin is an application plug-in. WordPress plugin PDF Invoices and...

8.8CVSS7.2AI score0.00967EPSS
SaveExploits0References4
OSV
OSV
added 2024/03/06 11:15 a.m.19 views

BIT-TENSORFLOW-2022-23558 Integer overflow in TFLite array creation

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 sizet. An attacker can control model inputs such that computedsize overflows the...

8.8CVSS8.1AI score0.00811EPSS
SaveExploits1References5
OSV
OSV
added 2024/03/06 11:14 a.m.25 views

BIT-TENSORFLOW-2022-35937 OOB read in `Gather_nd` op in TensorFlow Lite

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.1CVSS7.9AI score0.00458EPSS
SaveExploits0References4
OSV
OSV
added 2024/03/06 11:13 a.m.21 views

BIT-TENSORFLOW-2022-35979 Segfault in `QuantizedRelu` and `QuantizedRelu6`

TensorFlow is an open source platform for machine learning. If QuantizedRelu or QuantizedRelu6 are given nonscalar inputs for minfeatures or maxfeatures, 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.4AI score0.00439EPSS
SaveExploits0References3
OSV
OSV
added 2024/03/06 11:7 a.m.27 views

BIT-GOLANG-2020-29510

The encoding/xml package in Go versions 1.15 and earlier does not correctly preserve the semantics of directives during tokenization round-trips, which allows an attacker to craft inputs that behave in conflicting ways during different stages of processing in affected downstream applications...

9.8CVSS7AI score0.02047EPSS
SaveExploits0References3
OSV
OSV
added 2024/03/06 10:54 a.m.24 views

BIT-JUPYTER-NOTEBOOK-2021-32798 Failure to Sanitize Special Elements into a Different Plane (Special Element Injection) in notebook

The Jupyter notebook is a web-based notebook environment for interactive computing. In affected versions untrusted notebook can execute code on load. Jupyter Notebook uses a deprecated version of Google Caja to sanitize user inputs. A public Caja bypass can be used to trigger an XSS when a victim...

10CVSS9.3AI score0.02106EPSS
SaveExploits1References3
RedhatCVE
RedhatCVE
added 2024/03/06 7:12 a.m.173 views

CVE-2024-24786

A flaw was found in Golang's protobuf module, where the unmarshal function can enter an infinite loop when processing certain invalid inputs. This issue occurs during unmarshaling into a message that includes a google.protobuf.Any or when the UnmarshalOptions.DiscardUnknown option is enabled. Thi...

5.9CVSS6.2AI score0.01262EPSS
SaveExploits0References6
Ubuntu
Ubuntu
added 2024/03/05 3:57 p.m.46 views

USN-6675-1: ImageProcessing vulnerability

It was discovered that ImageProcessing incorrectly handled series of operations that are coming from unsanitised inputs. If a user or an automated system were tricked into opening a specially crafted input file, a remote attacker could possibly use this issue to execute arbitrary code...

10CVSS8.7AI score0.02686EPSS
SaveExploits1
CNNVD
CNNVD
added 2024/03/04 12:0 a.m.9 views

MediaTek Chip Security Breach

MediaTek chips are a variety of chips from MediaTek, a Chinese company called MediaTek. A security vulnerability exists in the MediaTek chips that stems from improper validation of wlan driver inputs, which may result in out-of-bounds writes...

9.8CVSS6.8AI score0.00979EPSS
SaveExploits0References2
Rows per page
Query Builder