Lucene search
+L

234 matches found

NVD
NVD
added 4 hours ago6 views

CVE-2026-72570

A stored cross-site scripting XSS vulnerability in cube-root/directory-serve through 1.3.7 allows an attacker to inject arbitrary JavaScript into the web interface by uploading a file with a crafted filename containing HTML attribute-breaking characters...

5.4CVSS
SaveExploits0References2
CVE
CVE
added 5 hours ago6 views

CVE-2026-72570

CVE-2026-72570 affects the project cube-root/directory-serve up to version 1.3.7. The vulnerability is a stored XSS : uploading a file with a crafted filename containing HTML attribute-breaking characters allows the attacker to inject arbitrary JavaScript into the web interface. The root cause is...

5.4CVSS5AI score
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 5 hours ago3 views

CVE-2026-72570

A stored cross-site scripting XSS vulnerability in cube-root/directory-serve through 1.3.7 allows an attacker to inject arbitrary JavaScript into the web interface by uploading a file with a crafted filename containing HTML attribute-breaking characters...

5.4CVSS5AI score
SaveExploits0References3
EUVD
EUVD
added 5 hours ago4 views

EUVD-2026-55236

A stored cross-site scripting XSS vulnerability in cube-root/directory-serve through 1.3.7 allows an attacker to inject arbitrary JavaScript into the web interface by uploading a file with a crafted filename containing HTML attribute-breaking characters...

5.4CVSS5AI score
SaveExploits0References2
NVD
NVD
added 2026/07/13 10:16 a.m.9 views

CVE-2026-61985

Missing Authorization vulnerability in magepeopleteam Car Rental Manager car-rental-manager allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Car Rental Manager: from n/a through = 1.3.7...

5.3CVSS0.00176EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/13 10:16 a.m.9 views

CVE-2026-57776

Missing Authorization vulnerability in vowelweb VW Wedding vw-wedding allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects VW Wedding: from n/a through = 1.3.7...

5.3CVSS0.00293EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/13 8:41 a.m.19 views

CVE-2026-57776

CVE-2026-57776 affects the WordPress VW Wedding theme (vw-wedding) up to version 1.3.7. The issue is described as a Missing Authorization / Broken Access Control vulnerability resulting from incorrectly configured access control levels, allowing exploitation under the described scenario (per CVE ...

5.3CVSS6.1AI score0.00293EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/13 8:41 a.m.20 views

CVE-2026-61985

CVE-2026-61985 affects the WordPress Car Rental Manager plugin (

5.3CVSS6.1AI score0.00176EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/13 8:41 a.m.36 views

CVE-2026-57776 WordPress VW Wedding theme <= 1.3.7 - Broken Access Control vulnerability

Missing Authorization vulnerability in vowelweb VW Wedding vw-wedding allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects VW Wedding: from n/a through = 1.3.7...

5.3CVSS0.00293EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/13 8:41 a.m.36 views

CVE-2026-61985 WordPress Car Rental Manager plugin <= 1.3.7 - Broken Access Control vulnerability

Missing Authorization vulnerability in magepeopleteam Car Rental Manager car-rental-manager allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Car Rental Manager: from n/a through = 1.3.7...

5.3CVSS0.00176EPSS
SaveExploits0References1
Patchstack
Patchstack
added 2026/07/02 12:8 p.m.13 views

WordPress VW Wedding theme <= 1.3.7 - Broken Access Control vulnerability

Broken Access Control vulnerability discovered by Nabil Irawan in WordPress Theme VW Wedding versions = 1.3.7...

5.3CVSS5.9AI score0.00293EPSS
SaveExploits0Affected Software1
CBLMariner
CBLMariner
added 2026/07/01 2:6 a.m.11 views

CVE-2026-54906 affecting package rubygem-concurrent-ruby for versions less than 1.3.7-1

CVE-2026-54906 affecting package rubygem-concurrent-ruby for versions less than 1.3.7-1. An upgraded version of the package is available that resolves this issue...

9.8CVSS5.7AI score0.0016EPSS
SaveExploits0
CVE
CVE
added 2026/06/25 1:12 p.m.26 views

CVE-2026-54843

CVE-2026-54843 concerns the WordPress MDTF plugin (WordPress MDTF) with versions up to 1.3.7. The vulnerability is an unauthenticated SQL injection in MDTF

9.3CVSS5.9AI score0.00229EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/06/25 12:0 a.m.16 views

Linux Distros Unpatched Vulnerability : CVE-2026-54905

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - concurrent-ruby is a modern concurrency tools for Ruby. Prior to 1.3.7, Concurrent::ReentrantReadWriteLock can incorrectly grant a write lock after one thread...

5.5CVSS5.9AI score0.00106EPSS
SaveExploits0References3
NVD
NVD
added 2026/06/24 5:17 p.m.11 views

CVE-2026-54905

concurrent-ruby is a modern concurrency tools for Ruby. Prior to 1.3.7, Concurrent::ReentrantReadWriteLock can incorrectly grant a write lock after one thread acquires the read lock 32,768 times. The lock stores a thread's local read and write hold counts in one integer. The low 15 bits are used...

5.5CVSS0.00106EPSS
SaveExploits0References1
NVD
NVD
added 2026/06/24 5:17 p.m.12 views

CVE-2026-54906

concurrent-ruby is a modern concurrency tools for Ruby. Prior to 1.3.7, Concurrent::ReadWriteLockreleasewritelock does not verify that the calling thread acquired the write lock. Any thread with access to the lock object can release an active write lock held by another thread. A second writer can...

9.8CVSS0.0016EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/06/24 5:17 p.m.7 views

CVE-2026-54905

concurrent-ruby is a modern concurrency tools for Ruby. Prior to 1.3.7, Concurrent::ReentrantReadWriteLock can incorrectly grant a write lock after one thread acquires the read lock 32,768 times. The lock stores a thread's local read and write hold counts in one integer. The low 15 bits are used...

5.5CVSS6.1AI score0.00106EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/06/24 3:46 p.m.11 views

CVE-2026-54906

concurrent-ruby is a modern concurrency tools for Ruby. Prior to 1.3.7, Concurrent::ReadWriteLockreleasewritelock does not verify that the calling thread acquired the write lock. Any thread with access to the lock object can release an active write lock held by another thread. A second writer can...

2.1CVSS5.9AI score0.0016EPSS
SaveExploits0References2Affected Software1
AlpineLinux
AlpineLinux
added 2026/06/24 3:46 p.m.11 views

CVE-2026-54906

concurrent-ruby is a modern concurrency tools for Ruby. Prior to 1.3.7, Concurrent::ReadWriteLockreleasewritelock does not verify that the calling thread acquired the write lock. Any thread with access to the lock object can release an active write lock held by another thread. A second writer can...

9.8CVSS5.8AI score0.0016EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/06/24 3:46 p.m.6 views

CVE-2026-54906 concurrent-ruby: ReadWriteLock allows wrong-thread write release and stray read-release counter corruption

concurrent-ruby is a modern concurrency tools for Ruby. Prior to 1.3.7, Concurrent::ReadWriteLockreleasewritelock does not verify that the calling thread acquired the write lock. Any thread with access to the lock object can release an active write lock held by another thread. A second writer can...

2.1CVSS5.9AI score0.0016EPSS
SaveExploits0References1
Rows per page
Query Builder