Lucene search
+L

200568 matches found

OSV
OSV
added 2026/08/19 7:35 p.m.7 views

CVE-2026-55086 Etherpad: Import/export use Math.random() for temp file paths; predictable paths on shared /tmp enable symlink-based file overwrite

Etherpad is a real-time collaborative editor. Prior to 3.1.0, src/node/handler/ImportHandler.ts and src/node/handler/ExportHandler.ts derive temporary filenames from Math.random and place them in os.tmpdir. On a host with a shared world-writable temporary directory, a local unprivileged attacker...

4.2CVSS5.5AI score
SaveExploits0References6
CVE
CVE
added 2026/08/19 7:35 p.m.30 views

CVE-2026-55086

Etherpad (ep_etherpad-lite) versions prior to 3.1.0 are vulnerable to a symlink-based file overwrite via predictable temporary filenames. The ImportHandler.ts and ExportHandler.ts components derive temp-file paths from Math.random() (~32 bits of entropy), which is predictable within the same Node...

4.2CVSS5.3AI score0.00139EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/19 7:33 p.m.8 views

EUVD-2026-62736

IBM AIX 7.2, and 7.3 and IBM PowerVM VIOS 4.1 could allow a remote attacker to cause a denial of service due to a null pointer dereference...

6.5CVSS5.4AI score0.00307EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/19 7:32 p.m.36 views

CVE-2026-16845 Vulnerabilities in IBM AIX and PowerVM VIOS

IBM AIX 7.2, and 7.3 and IBM PowerVM VIOS 4.1 could allow a remote attacker to execute arbitrary code due to a heap buffer overflow...

9.8CVSS0.00802EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/19 7:32 p.m.8 views

EUVD-2026-62733

IBM AIX 7.2, and 7.3 and IBM PowerVM VIOS 4.1 could allow a remote attacker to execute arbitrary commands due to improper neutralization of special elements used in an OS command...

8.8CVSS5.9AI score0.005EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/19 7:31 p.m.12 views

CVE-2026-16842

CVE-2026-16842 affects IBM AIX 7.2, 7.3 and IBM PowerVM VIOS 4.1 . The root cause is improper neutralization of special elements in an OS command , enabling a remote attacker to execute arbitrary commands. The attack vector is adjacent network with no privileges or user interaction required (CVSS...

8.8CVSS5.9AI score0.005EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/19 7:31 p.m.46 views

CVE-2026-16842 Vulnerabilities in IBM AIX and PowerVM VIOS

IBM AIX 7.2, and 7.3 and IBM PowerVM VIOS 4.1 could allow a remote attacker to execute arbitrary commands due to improper neutralization of special elements used in an OS command...

8.8CVSS0.005EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/19 7:31 p.m.7 views

EUVD-2026-62729

IBM AIX 7.2, and 7.3 and IBM PowerVM VIOS 4.1 could allow a remote attacker to execute arbitrary code due to an out-of-bounds write...

9.8CVSS6AI score0.00795EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/19 7:31 p.m.17 views

CVE-2026-16840

IBM AIX 7.2, 7.3, and PowerVM VIOS 4.1 have a remote, unauthenticated out-of-bounds write enabling arbitrary code execution (CVSS 9.8 critical). IBM's support page (https://www.ibm.com/support/pages/node/7283858) is the referenced advisory; no patch version or exploit details are provided in the ...

9.8CVSS6AI score0.00795EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/19 7:30 p.m.7 views

EUVD-2026-62726

IBM AIX 7.2, and 7.3 and IBM PowerVM VIOS 4.1 could allow a remote attacker to cause a denial of service due to improper handling of a missing SSL client certificate...

7.5CVSS5.4AI score0.00348EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/19 7:30 p.m.15 views

CVE-2026-16837

IBM AIX 7.2 and 7.3, and PowerVM VIOS 4.1, mishandle a missing SSL client certificate, allowing an unauthenticated remote attacker to trigger denial of service. CVSS 3.1 scores this HIGH (7.5), with no confidentiality or integrity impact. No patch or exploitation details are provided in the docum...

7.5CVSS5.3AI score0.00348EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/19 7:30 p.m.34 views

CVE-2026-16837 Vulnerabilities in IBM AIX and PowerVM VIOS

IBM AIX 7.2, and 7.3 and IBM PowerVM VIOS 4.1 could allow a remote attacker to cause a denial of service due to improper handling of a missing SSL client certificate...

7.5CVSS0.00348EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/19 7:30 p.m.28 views

CVE-2026-55088

In ep_etherpad-lite versions 2.6.0–3.0.0, the GET /tokenTransfer/{uuid} handler in tokenTransfer.ts has no expiration check, no single-use enforcement, and echoes the raw author token in the response body via res.send(tokenData). Any attacker who obtains a transfer UUID can repeatedly redeem it t...

6.8CVSS5.3AI score0.00433EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/19 7:30 p.m.31 views

CVE-2026-55088 Etherpad: Device-to-device author-token transfer endpoint is replayable, never expires, and exposes the cleartext author token

Etherpad is a real-time collaborative editor. From 2.6.0 until 3.1.0, Etherpad's src/node/hooks/express/tokenTransfer.ts uses POST /tokenTransfer to store an author token for transfer between browsers and exposes it through GET /tokenTransfer/uuid. Although the record includes createdAt, the...

6.8CVSS0.00433EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/19 7:30 p.m.7 views

CVE-2026-55088 Etherpad: Device-to-device author-token transfer endpoint is replayable, never expires, and exposes the cleartext author token

Etherpad is a real-time collaborative editor. From 2.6.0 until 3.1.0, Etherpad's src/node/hooks/express/tokenTransfer.ts uses POST /tokenTransfer to store an author token for transfer between browsers and exposes it through GET /tokenTransfer/uuid. Although the record includes createdAt, the...

6.8CVSS5.5AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/19 7:30 p.m.9 views

EUVD-2026-62724

A vulnerability was detected in pkp pkp-lib up to 3.3.0-22/3.4.0-10/3.5.0-4. The affected element is the function transformPHP of the file classes/xslt/XSLTransformer.php. The manipulation results in xml external entity reference. The attack can be executed remotely. Upgrading to version 3.3.0-23...

5.8CVSS5AI score0.00335EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/19 7:30 p.m.6 views

CVE-2026-76572 pkp pkp-lib XSLTransformer.php _transformPHP xml external entity reference

A vulnerability was detected in pkp pkp-lib up to 3.3.0-22/3.4.0-10/3.5.0-4. The affected element is the function transformPHP of the file classes/xslt/XSLTransformer.php. The manipulation results in xml external entity reference. The attack can be executed remotely. Upgrading to version 3.3.0-23...

5.1CVSS5.3AI score
SaveExploits0References10
Cvelist
Cvelist
added 2026/08/19 7:30 p.m.33 views

CVE-2026-16836 Vulnerabilities in IBM AIX and PowerVM VIOS

IBM AIX 7.2, and 7.3 and IBM PowerVM VIOS 4.1 could allow a remote attacker to cause a denial of service due to uncontrolled resource consumption...

7.5CVSS0.00549EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/19 7:30 p.m.6 views

EUVD-2026-62723

IBM AIX 7.2, and 7.3 and IBM PowerVM VIOS 4.1 could allow a remote attacker to cause a denial of service due to uncontrolled resource consumption...

7.5CVSS5.4AI score0.00549EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/19 7:29 p.m.17 views

CVE-2026-16833

IBM AIX 7.2/7.3 and PowerVM VIOS 4.1 have an out-of-bounds read allowing remote, unauthenticated kernel memory disclosure (CVSS 5.3, MEDIUM). IBM support page is the only reference; no exploitation details provided.

5.3CVSS5.3AI score0.00402EPSS
SaveExploits0References1
Rows per page
Query Builder