Lucene search
+L

12143 matches found

Positive Technologies
Positive Technologies
added 2024/03/11 12:0 a.m.14 views

PT-2024-22122 · Sap · Sap Netweaver As Abap

Name of the Vulnerable Software and Affected Versions: SAP NetWeaver AS ABAP versions 7.89, 7.93 Description: The issue is related to Cross-Site Scripting XSS due to insufficient encoding of user-controlled inputs in applications based on SAP GUI for HTML. This allows a malicious attacker to...

6.1CVSS6.2AI score0.00474EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2024/03/11 12:0 a.m.26 views

RHEL 7 : rhc-worker-script (RHSA-2024:1244)

The remote Redhat Enterprise Linux 7 host has a package installed that is affected by a vulnerability as referenced in the RHSA-2024:1244 advisory. The rhc-worker-script packages provide Remote Host Configuration rhc worker for executing an interpreted programming language script on hosts managed...

5.3CVSS7.2AI score0.01208EPSS
SaveExploits0References5
Veracode
Veracode
added 2024/03/08 9:22 a.m.21 views

OS Command Injection

paddlepaddle is vulnerable to OS Command Injection. The vulnerability is due to insufficient URL encoding in the scraping command implemented, allowing potential attackers to execute arbitrary commands on the host system, resulting in Command Injection...

8.8CVSS7.9AI score0.01132EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2024/03/06 7:15 p.m.11 views

UBUNTU-CVE-2024-25111

Squid is a web proxy cache. Starting in version 3.5.27 and prior to version 6.8, Squid may be vulnerable to a Denial of Service attack against HTTP Chunked decoder due to an uncontrolled recursion bug. This problem allows a remote attacker to cause Denial of Service when sending a crafted, chunke...

8.6CVSS7.2AI score0.65254EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2024/03/06 3:38 p.m.8 views

undertow: url-encoded request path information can be broken on ajp-listener

A vulnerability was found in Undertow, where URL-encoded request paths can be mishandled during concurrent requests on the AJP listener. This issue arises because the same buffer is used to decode the paths for multiple requests simultaneously, leading to incorrect path information being processe...

7.5CVSS7.3AI score0.01702EPSS
SaveExploits0References5
OSV
OSV
added 2024/03/06 11:19 a.m.22 views

BIT-TENSORFLOW-2021-29531 CHECK-fail in tf.raw_ops.EncodePng

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a CHECK fail in PNG encoding by providing an empty input tensor as the pixel data. This is because the...

5.5CVSS5.5AI score0.00189EPSS
SaveExploits1References3
OSV
OSV
added 2024/03/06 11:16 a.m.26 views

BIT-TENSORFLOW-2021-37692 Segfault on strings tensors with mistmatched dimensions in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. In affected versions under certain conditions, Go code can trigger a segfault in string deallocation. For string tensors, C.TFTStringDealloc is called during garbage collection within a finalizer function. However, tensor...

5.5CVSS5.6AI score0.00172EPSS
SaveExploits0References4
OSV
OSV
added 2024/03/06 11:10 a.m.49 views

BIT-TOMCAT-2021-33037 Incorrect Transfer-Encoding handling with HTTP/1.0

Apache Tomcat 10.0.0 to 10.0.6, 9.0.0 to 9.0.46 and 8.5.0 to 8.5.66 did not correctly parse the HTTP transfer-encoding request header in some circumstances leading to the possibility to request smuggling when used with a reverse proxy. Specifically: - Tomcat incorrectly ignored the transfer...

5.3CVSS6.8AI score0.75353EPSS
SaveExploits1References17
OSV
OSV
added 2024/03/06 11:8 a.m.56 views

BIT-GOLANG-2020-16845

Go before 1.13.15 and 14.x before 1.14.7 can have an infinite read loop in ReadUvarint and ReadVarint in encoding/binary via invalid inputs...

7.5CVSS7.8AI score0.0473EPSS
SaveExploits0References16
OSV
OSV
added 2024/03/06 11:7 a.m.25 views

BIT-GOLANG-2020-29509

The encoding/xml package in Go all versions does not correctly preserve the semantics of attribute namespace prefixes 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.8CVSS7.1AI score0.02073EPSS
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 11:6 a.m.22 views

BIT-GOLANG-2020-29511

The encoding/xml package in Go all versions does not correctly preserve the semantics of element namespace prefixes 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.01942EPSS
SaveExploits0References3
OSV
OSV
added 2024/03/06 11:6 a.m.36 views

BIT-RUBY-2020-25613

An issue was discovered in Ruby through 2.5.8, 2.6.x through 2.6.6, and 2.7.x through 2.7.1. WEBrick, a simple HTTP server bundled with Ruby, had not checked the transfer-encoding header value rigorously. An attacker may potentially exploit this issue to bypass a reverse proxy which also has a po...

7.5CVSS7.8AI score0.03849EPSS
SaveExploits0References9
OSV
OSV
added 2024/03/06 11:4 a.m.45 views

BIT-NODE-2022-32213

The llhttp parser v14.20.1, v16.17.1 and v18.9.1 in the http module in Node.js does not correctly parse and validate Transfer-Encoding headers and can lead to HTTP Request Smuggling HRS...

6.5CVSS7.3AI score0.41954EPSS
SaveExploits1References8
OSV
OSV
added 2024/03/06 11:3 a.m.17 views

BIT-GOLANG-2022-1705 Improper sanitization of Transfer-Encoding headers in net/http

Acceptance of some invalid Transfer-Encoding headers in the HTTP/1 client in net/http before Go 1.17.12 and Go 1.18.4 allows HTTP request smuggling if combined with an intermediate server that also improperly fails to reject the header as invalid...

6.5CVSS7.4AI score0.01367EPSS
SaveExploits1References7
OSV
OSV
added 2024/03/06 11:1 a.m.141 views

BIT-GOLANG-2022-28131 Stack exhaustion from deeply nested XML documents in encoding/xml

Uncontrolled recursion in Decoder.Skip in encoding/xml before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a deeply nested XML document...

7.5CVSS7.4AI score0.02267EPSS
SaveExploits0References6
OSV
OSV
added 2024/03/06 10:59 a.m.30 views

BIT-GOLANG-2022-30633 Stack exhaustion when unmarshaling certain documents in encoding/xml

Uncontrolled recursion in Unmarshal in encoding/xml before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via unmarshalling an XML document into a Go struct which has a nested field that uses the 'any' field tag...

7.5CVSS7.7AI score0.01939EPSS
SaveExploits0References6
OSV
OSV
added 2024/03/06 10:59 a.m.26 views

BIT-GOLANG-2022-30635 Stack exhaustion when decoding certain messages in encoding/gob

Uncontrolled recursion in Decoder.Decode in encoding/gob before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a message which contains deeply nested structures...

7.5CVSS7.7AI score0.01696EPSS
SaveExploits0References6
OSV
OSV
added 2024/03/06 10:58 a.m.60 views

BIT-MINIO-2021-21390 MITM modification of request bodies in MinIO

MinIO is an open-source high performance object storage service and it is API compatible with Amazon S3 cloud storage service. In MinIO before version RELEASE.2021-03-17T02-33-02Z, there is a vulnerability which enables MITM modification of request bodies that are meant to have integrity guarante...

6.5CVSS5.8AI score0.00851EPSS
SaveExploits1References4
OSV
OSV
added 2024/03/06 10:56 a.m.32 views

BIT-GITLAB-2023-5512 Improper Control of Generation of Code ('Code Injection') in GitLab

An issue has been discovered in GitLab CE/EE affecting all versions from 16.3 before 16.4.4, all versions starting from 16.5 before 16.5.4, all versions starting from 16.6 before 16.6.2. File integrity may be compromised when specific HTML encoding is used for file names leading for incorrect...

5.7CVSS5.2AI score0.00494EPSS
SaveExploits0References3
Rows per page
Query Builder