Lucene search
+L

203913 matches found

AlpineLinux
AlpineLinux
added 2026/08/13 2:36 p.m.11 views

CVE-2026-53788

rsync before 3.5.0 contains a newline injection vulnerability in the name-converter uid/gid mapping interface that allows local attackers to forge protocol messages by creating user or group names containing newline characters. Attackers can inject malicious newline characters into names...

6.9CVSS5.9AI score0.00272EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/13 2:36 p.m.10 views

EUVD-2026-58094

rsync tbefore 3.5.0 contains a privilege confusion vulnerability in the name-converter subprocess uid/gid mapping that allows local attackers to cause transferred files to be owned by root by influencing name-converter responses to return empty values. When the name-converter subprocess returns a...

6.9CVSS5.2AI score0.00311EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/13 2:36 p.m.71 views

CVE-2026-53798 rsync < 3.5.0 Privilege Confusion via name-converter uid/gid mapping

rsync before 3.5.0 contains a privilege confusion vulnerability in the name-converter subprocess uid/gid mapping that allows local attackers to cause transferred files to be owned by root by influencing name-converter responses to return empty values. When the name-converter subprocess returns an...

6.9CVSS0.00311EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/13 2:33 p.m.9 views

CVE-2026-53803 rsync < 3.5.0 Symlink Following Arbitrary File Overwrite

rsync before 3.5.0 contains a symlink following vulnerability that allows local attackers to overwrite arbitrary files by placing a symlink at a predictable output path such as --log-file, --write-batch, or daemon-mode log and statistics paths. Attackers can exploit rsync's failure to reject...

8.5CVSS5.5AI score0.00229EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/13 2:33 p.m.12 views

EUVD-2026-58089

rsync before 3.5.0 contains a symlink following vulnerability that allows local attackers to overwrite arbitrary files by placing a symlink at a predictable output path such as --log-file, --write-batch, or daemon-mode log and statistics paths. Attackers can exploit rsync's failure to reject...

8.5CVSS5.4AI score0.00229EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/08/13 2:33 p.m.11 views

CVE-2026-53803

rsync before 3.5.0 contains a symlink following vulnerability that allows local attackers to overwrite arbitrary files by placing a symlink at a predictable output path such as --log-file, --write-batch, or daemon-mode log and statistics paths. Attackers can exploit rsync's failure to reject...

8.5CVSS5.4AI score0.00229EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/13 2:27 p.m.38 views

CVE-2026-73508 Netty: Memory Leak in DNS Record Decoder via Malformed Domain Names

Netty is an asynchronous, event-driven network application framework. Prior to 4.1.136.Final and 4.2.16.Final, io.netty.handler.codec.dns.AbstractDnsRecord, io.netty.handler.codec.dns.DefaultDnsRecordDecoder.decodeRecord, and io.netty.handler.codec.dns.DnsCodecUtil.decompressDomainName failed to...

5.3CVSS0.00333EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/13 2:25 p.m.63 views

CVE-2026-73507

Netty (async network framework) has a vulnerability in io.netty.handler.codec.xml.XmlFrameDecoder.decode() where the closing-tag parser state isn’t preserved across invocations. An unauthenticated remote attacker can send repeated

7.5CVSS5.5AI score0.00455EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/13 2:25 p.m.35 views

CVE-2026-73507 Netty: Denial of Service in XmlFrameDecoder via CPU Exhaustion

Netty is an asynchronous, event-driven network application framework. Prior to 4.1.136.Final and 4.2.16.Final, io.netty.handler.codec.xml.XmlFrameDecoder.decode failed to preserve closing-tag parser state across invocations, so an unauthenticated remote attacker could trickle-feed repeated /...

7.5CVSS0.00455EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/08/13 2:25 p.m.9 views

CVE-2026-73507

Netty is an asynchronous, event-driven network application framework. Prior to 4.1.136.Final and 4.2.16.Final, io.netty.handler.codec.xml.XmlFrameDecoder.decode failed to preserve closing-tag parser state across invocations, so an unauthenticated remote attacker could trickle-feed repeated...

7.5CVSS5.3AI score0.00455EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/08/13 2:17 p.m.11 views

EUVD-2026-57927

Re-pairing with a legitimate device can use a lower security level than previous making brute-forcing the LTK easier. See V4 in the BLERP paper linked below...

8.8CVSS5.2AI score0.00227EPSS
SaveExploits0References4
Patchstack
Patchstack
added 2026/08/13 2:12 p.m.9 views

NPM: ep_etherpad-lite: Device-to-device author-token transfer endpoint is replayable, never expires, and exposes the cleartext author token

NPM: epetherpad-lite: Device-to-device author-token transfer endpoint is replayable, never expires, and exposes the cleartext author token vulnerability discovered by ? in WordPress Npm epetherpad-lite versions = 2.6.0, = 3.0.0...

6.8CVSS5.3AI score0.00357EPSS
SaveExploits0References3Affected Software1
Snyk
Snyk
added 2026/08/13 2:11 p.m.10 views

Insufficient Entropy in PRNG

Overview epetherpad-lite is a modern really-real-time collaborative document editor. Affected versions of this package are vulnerable to Insufficient Entropy in PRNG through the ImportHandler and ExportHandler in src/node/handler/ImportHandler.ts and src/node/handler/ExportHandler.ts. An attacker...

4.2CVSS5.5AI score0.00122EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/13 2:11 p.m.11 views

ep_etherpad-lite: Import/export uses Math.random() for temp file paths; predictable paths on shared /tmp enable symlink-based file overwrite

Description src/node/handler/ImportHandler.ts and src/node/handler/ExportHandler.ts both compute their temporary working-file paths as: ts const randNum = Math.floorMath.random 0xFFFFFFFF; const srcFile = $os.tmpdir/etherpadexport$randNum.html; const destFile =...

4.2CVSS5.6AI score0.00122EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/08/13 1:57 p.m.5 views

OESA-2026-3328 apr-util security update

The mission of the Apache Portable Runtime APR project is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementations. The primary goal is to provide an API to which software developers may code and be assured of...

9.1CVSS6AI score0.00508EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/13 1:57 p.m.5 views

OESA-2026-3327 apr-util security update

The mission of the Apache Portable Runtime APR project is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementations. The primary goal is to provide an API to which software developers may code and be assured of...

9.1CVSS6AI score0.00508EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/13 1:57 p.m.7 views

OESA-2026-3326 apr-util security update

The mission of the Apache Portable Runtime APR project is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementations. The primary goal is to provide an API to which software developers may code and be assured of...

9.1CVSS6AI score0.00508EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/13 1:57 p.m.6 views

OESA-2026-3325 apr-util security update

The mission of the Apache Portable Runtime APR project is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementations. The primary goal is to provide an API to which software developers may code and be assured of...

9.1CVSS6AI score0.00508EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/08/13 1:26 p.m.10 views

.NET: .NET Elevation of Privilege Vulnerability

Uncaught exception in .NET allows an authorized attacker to elevate privileges locally...

7.8CVSS5.1AI score0.00288EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/08/13 1:26 p.m.12 views

.NET: .NET Denial of Service Vulnerability

Unchecked input for loop condition in .NET allows an unauthorized attacker to deny service over a network...

7.5CVSS5.2AI score0.01057EPSS
SaveExploits0References4
Rows per page
Query Builder