Lucene search
+L

12241 matches found

OSV
OSV
added 2022/08/10 12:00 a.m.25 views

CVE-2022-31778 Transfer-Encoding not treated as hop-by-hop

Improper Input Validation vulnerability in handling the Transfer-Encoding header of Apache Traffic Server allows an attacker to poison the cache. This issue affects Apache Traffic Server 8.0.0 to 9.0.2...

7.1AI score
SaveExploits0References5
Hacker One
Hacker One
added 2022/08/09 10:12 p.m.25 views

Automattic: Stored XSS in intensedebate.com via the Comments RSS

Stored XSS in intensedebate.com via the Comments RSS In our "comments.rss" file, the blog post's title reflects to the XML RSS file without any encoding. So I installed the IntenseDebate on my website https://wp.s2.cm, and created a blog post with alertdocument.domain payload on the title. Then, ...

0.1AI score
SaveExploits0
Debian CVE
Debian CVE
added 2022/08/09 8:16 p.m.54 views

CVE-2022-1705

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.8AI score0.01367EPSS
SaveExploits1
AlpineLinux
AlpineLinux
added 2022/08/09 8:16 p.m.51 views

CVE-2022-1705

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.6AI score0.01367EPSS
SaveExploits1
Vulnrichment
Vulnrichment
added 2022/08/09 8:16 p.m.3 views

CVE-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...

7.3AI score0.01367EPSS
SaveExploits1References6
Vulnrichment
Vulnrichment
added 2022/08/09 8:16 p.m.4 views

CVE-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.3AI score0.01939EPSS
SaveExploits0References5
CVE
CVE
added 2022/08/09 8:16 p.m.396 views

CVE-2022-30633

The CVE-2022-30633 incident affects Go's encoding/xml package: Unmarshal can panic due to stack exhaustion when unmarshalling XML into a struct with nested fields using the any tag, in Go versions prior to 1.17.12 and 1.18.4. The published advisories (including ALAS2023-2023-046, ALAS2023-2023-04...

7.5CVSS7.7AI score0.01939EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2022/08/09 8:16 p.m.42 views

CVE-2022-30633

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.5AI score0.01939EPSS
SaveExploits0
OSV
OSV
added 2022/08/09 8:16 p.m.34 views

CVE-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.5CVSS6.9AI score
SaveExploits0References8
CVE
CVE
added 2022/08/09 8:16 p.m.415 views

CVE-2022-30635

CVE-2022-30635: Uncontrolled recursion in Decoder.Decode in encoding/gob before Go 1.17.12 and Go 1.18.4 can cause a panic due to stack exhaustion when processing deeply nested structures. The description notes this as a vulnerability in Go’s gob decoding. Affected component: encoding/gob; root c...

7.5CVSS7.7AI score0.01696EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2022/08/09 8:16 p.m.36 views

CVE-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.7AI score0.01696EPSS
SaveExploits0References5
AlpineLinux
AlpineLinux
added 2022/08/09 8:16 p.m.66 views

CVE-2022-30635

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.8AI score0.01696EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2022/08/09 8:16 p.m.36 views

CVE-2022-30635

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.6AI score0.01696EPSS
SaveExploits0
OSV
OSV
added 2022/08/09 12:00 a.m.33 views

CVE-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...

6.9AI score
SaveExploits0References8
CVE
CVE
added 2022/08/09 12:00 a.m.420 views

CVE-2022-28131

CVE-2022-28131: Uncontrolled recursion in Decoder.Skip in encoding/xml can panic due to stack exhaustion when parsing deeply nested XML. Affected: Go's encoding/xml package. Root cause: recursion while skipping nested XML elements. Impact: potential denial of service via panic/availability loss. ...

7.5CVSS7.7AI score0.02267EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2022/08/09 12:00 a.m.35 views

CVE-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.9AI score0.02267EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2022/08/09 12:00 a.m.62 views

CVE-2022-28131

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.5AI score0.02267EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2022/08/06 5:21 a.m.34 views

sanic vulnerable to Path Traversal when using `app.static` if using encoded `%2F` URLs

Impact Access to lateral directories when using app.static if using encoded %2F URLs. Parent directory traversal is not impacted. Patches - v20.12.7 LTS - v21.12.2 LTS - v22.6.1 References https://github.com/sanic-org/sanic/issues/2478 https://github.com/sanic-org/sanic/pull/2495 For more...

8.3CVSS7.3AI score0.0113EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2022/08/04 12:05 p.m.8 views

SUSE-SU-2022:2671-1 Security update for go1.17

This update for go1.17 fixes the following issues: Update to go version 1.17.13 bsc1190649: - CVE-2022-32189: encoding/gob, math/big: decoding big.Float and big.Rat can panic bsc1202035. - CVE-2022-30635: encoding/gob: stack exhaustion in Decoder.Decode bsc1201444. - CVE-2022-30631: compress/gzip...

7.5CVSS6.7AI score0.02484EPSS
SaveExploits4References22
Tenable Nessus
Tenable Nessus
added 2022/08/04 12:00 a.m.48 views

Oracle Linux 8 : go-toolset:ol8 (ELSA-2022-5775)

The remote Oracle Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2022-5775 advisory. delve 1.7.2-1.0.1 - Disable DWARF compression which has issues Alex Burmashev 1.7.2-1 - Rebase to 1.7.2 - Related: rhbz2014088 golang 1.17.12-1 - Updat...

7.5CVSS7.2AI score0.02267EPSS
SaveExploits3References10
Rows per page
Query Builder