Lucene search
+L

1931 matches found

Cvelist
Cvelist
added 2026/09/16 9:46 p.m.33 views

CVE-2026-92585 AVideo through 29.0 Missing Authorization Check via API Like Endpoint

AVideo through 29.0 commit c3edcc274c389816d434acadac07ee78eaf330c1 fails to validate video access permissions in the API like endpoint, allowing logged-in users to vote on password-protected and group-restricted videos. Attackers can submit like and dislike requests to increment vote counters on...

5.3CVSS0.00158EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/16 9:46 p.m.6 views

CVE-2026-92586 AVideo through 29.0 Missing Authorization via comment API endpoint

AVideo through 29.0 commit c3edcc274c389816d434acadac07ee78eaf330c1 fails to verify video access permissions in the setapicomment function, allowing authenticated users to post comments on password-protected and group-restricted videos. Attackers can submit POST requests to the comment API endpoi...

5.3CVSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/16 9:46 p.m.36 views

CVE-2026-92586 AVideo through 29.0 Missing Authorization via comment API endpoint

AVideo through 29.0 commit c3edcc274c389816d434acadac07ee78eaf330c1 fails to verify video access permissions in the setapicomment function, allowing authenticated users to post comments on password-protected and group-restricted videos. Attackers can submit POST requests to the comment API endpoi...

5.3CVSS0.00158EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/16 9:46 p.m.8 views

CVE-2026-92585 AVideo through 29.0 Missing Authorization Check via API Like Endpoint

AVideo through 29.0 commit c3edcc274c389816d434acadac07ee78eaf330c1 fails to validate video access permissions in the API like endpoint, allowing logged-in users to vote on password-protected and group-restricted videos. Attackers can submit like and dislike requests to increment vote counters on...

5.3CVSS
SaveExploits0References4
OSV
OSV
added 2026/09/16 9:46 p.m.6 views

CVE-2026-92584 AVideo through 29.0 Stored Cross-Site Scripting via User-Agent Header

AVideo through 29.0 current revision e01e41ecc contains a stored cross-site scripting vulnerability. The unauthenticated view-counter endpoint objects/videoAddViewCount.json.php reaches VideoStatistic::save, which writes the caller's User-Agent via getUserAgentInfo, which returns unrecognized age...

5.3CVSS
SaveExploits0References4
CVE
CVE
added 2026/09/16 9:46 p.m.19 views

CVE-2026-92584

AVideo through version 29.0 (revision e01e41ecc) is affected by a stored cross-site scripting vulnerability in the unauthenticated view-counter endpoint objects/videoAddViewCount.json.php. The attacker-supplied User-Agent header is written into the videos_statistics.app column via VideoStatistic:...

6.1CVSS0.00203EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/16 9:46 p.m.37 views

CVE-2026-92584 AVideo through 29.0 Stored Cross-Site Scripting via User-Agent Header

AVideo through 29.0 current revision e01e41ecc contains a stored cross-site scripting vulnerability. The unauthenticated view-counter endpoint objects/videoAddViewCount.json.php reaches VideoStatistic::save, which writes the caller's User-Agent via getUserAgentInfo, which returns unrecognized age...

6.1CVSS0.00203EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/16 9:46 p.m.22 views

CVE-2026-92583

AVideo through 29.0 contains a race condition in the enforceRateLimit() function that fails to atomically increment rate limit counters. An unauthenticated remote attacker can bypass all rate limits , including the documented 30-attempts-per-5-minutes login brute-force protection , by issuing con...

6.9CVSS0.00236EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/16 9:46 p.m.34 views

CVE-2026-92583 AVideo through 29.0 Rate Limit Bypass via Non-Atomic Counter Increment

AVideo through 29.0 contains a race condition in the enforceRateLimit function that fails to atomically increment rate limit counters, allowing attackers to bypass all rate limits including login brute-force protection by issuing concurrent requests. Attackers can submit parallel credential...

6.9CVSS0.00236EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/16 9:46 p.m.7 views

CVE-2026-92583 AVideo through 29.0 Rate Limit Bypass via Non-Atomic Counter Increment

AVideo through 29.0 contains a race condition in the enforceRateLimit function that fails to atomically increment rate limit counters, allowing attackers to bypass all rate limits including login brute-force protection by issuing concurrent requests. Attackers can submit parallel credential...

6.9CVSS
SaveExploits0References4
CVE
CVE
added 2026/09/16 9:46 p.m.19 views

CVE-2026-92582

AVideo (WWBN/AVideo) through 29.0 is vulnerable to cross-site request forgery (CSRF) in objects/videoAddNew.json.php. The file disables AVideo's automatic CSRF guard and untrusted-request check solely because user and pass parameters are present in the request; their values are never validated an...

7.1CVSS0.00121EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/16 9:46 p.m.5 views

CVE-2026-92582 AVideo through 29.0 Broken Access Control via videoAddNew.json.php CSRF Bypass

AVideo WWBN/AVideo through 29.0 commit e01e41ecc is vulnerable to cross-site request forgery. objects/videoAddNew.json.php disables AVideo's automatic CSRF guard $global'skipAutoCSRFCheck' and the untrusted-request check $global'bypassSameDomainCheck' merely because 'user' and 'pass' parameters a...

7.1CVSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/16 9:46 p.m.32 views

CVE-2026-92582 AVideo through 29.0 Broken Access Control via videoAddNew.json.php CSRF Bypass

AVideo WWBN/AVideo through 29.0 commit e01e41ecc is vulnerable to cross-site request forgery. objects/videoAddNew.json.php disables AVideo's automatic CSRF guard $global'skipAutoCSRFCheck' and the untrusted-request check $global'bypassSameDomainCheck' merely because 'user' and 'pass' parameters a...

7.1CVSS0.00121EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/16 9:46 p.m.38 views

CVE-2026-92581 AVideo through 29.0 Like Counter Desynchronization via Array Parameter

In AVideo through 29.0, Like::construct performs counter arithmetic on raw request values before validation, allowing array-typed parameters to desynchronize stored votes from counters. Authenticated attackers can send array-typed like parameters followed by ordinary requests to drive video like...

5.3CVSS0.00172EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/16 9:46 p.m.16 views

CVE-2026-92581

In AVideo through 29.0 , the Like::__construct() method performs counter arithmetic on raw request values before validation. This allows array-typed parameters to desynchronize stored votes from denormalized counters. An authenticated attacker can send array-typed like parameters followed by ordi...

5.3CVSS0.00172EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/16 9:46 p.m.5 views

CVE-2026-92581 AVideo through 29.0 Like Counter Desynchronization via Array Parameter

In AVideo through 29.0, Like::construct performs counter arithmetic on raw request values before validation, allowing array-typed parameters to desynchronize stored votes from counters. Authenticated attackers can send array-typed like parameters followed by ordinary requests to drive video like...

5.3CVSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/16 9:46 p.m.31 views

CVE-2026-92580 AVideo through 29.0 CloneSite Stored Shell Injection via SSH Password CSRF

In AVideo through 29.0, the CloneSite plugin is vulnerable to stored OS command injection. In plugin/CloneSite/cloneClient.json.php line 270 the stored SSH password is substituted into the command string sshpass -p 'password' rsync ... with a plain strreplace and no escaping, so a single quote in...

8.8CVSS0.01107EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/16 9:46 p.m.7 views

CVE-2026-92580 AVideo through 29.0 CloneSite Stored Shell Injection via SSH Password CSRF

In AVideo through 29.0, the CloneSite plugin is vulnerable to stored OS command injection. In plugin/CloneSite/cloneClient.json.php line 270 the stored SSH password is substituted into the command string sshpass -p 'password' rsync ... with a plain strreplace and no escaping, so a single quote in...

8.7CVSS
SaveExploits0References4
CVE
CVE
added 2026/09/16 9:46 p.m.17 views

CVE-2026-92580

AVideo through 29.0 in the CloneSite plugin is vulnerable to stored OS command injection. In plugin/CloneSite/cloneClient.json.php (~line 270), the stored SSH password is substituted into the command sshpass -p '{password}' rsync ... via a plain str_replace with no escaping, so a single quote bre...

8.8CVSS0.01107EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/16 9:46 p.m.31 views

CVE-2026-92579 AVideo through 29.0 Broken Access Control via CSRF Exemption Basename Collision

In AVideo through 29.0, the autoCSRFGuard function maintains a hardcoded allowlist of exempt basenames tested without directory context, allowing plugin files matching core filenames to inherit CSRF exemptions. The LoginWordPress plugin file login.json.php inherits an exemption and unconditionall...

5.4CVSS0.00157EPSS
SaveExploits0References2
Rows per page
Query Builder