Lucene search
+L

89 matches found

Nuclei
Nuclei
added 2026/09/06 2:04 a.m.34 views

ComfyUI-Manager < 3.38 - Configuration Overwrite

ComfyUI-Manager 3.38 contains an insecure file storage vulnerability caused by storing files in an insufficiently protected location accessible via the web interface, letting remote attackers manipulate configuration and critical data, exploit requires web access. id: CVE-2025-67303 info: name:...

7.5CVSS7.9AI score0.01412EPSS
SaveExploits4References3
NVD
NVD
added 2026/09/02 4:17 p.m.9 views

CVE-2026-84664

Jenkins GitLab Plugin 1.9.16 and earlier allows overwriting the global GitLab connection configuration through Stapler data binding, allowing attackers to connect to an attacker-specified URL using GitLab API tokens already configured by administrators...

5.4CVSS0.00101EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/02 4:17 p.m.7 views

CVE-2026-84667

Jenkins ThinBackup Plugin 2.1.4 and earlier allows overwriting the plugin's backup configuration through Stapler data binding, allowing attackers to redirect backup writes to an attacker-specified directory and to include arbitrary files from the Jenkins controller file system in backups...

7.1CVSS0.00265EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/02 3:40 p.m.34 views

CVE-2026-84667

Jenkins ThinBackup Plugin 2.1.4 and earlier allows overwriting the plugin's backup configuration through Stapler data binding, allowing attackers to redirect backup writes to an attacker-specified directory and to include arbitrary files from the Jenkins controller file system in backups...

0.00265EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/02 3:40 p.m.38 views

CVE-2026-84666

Jenkins Job Configuration History Plugin 1367.vc8fab15101dc and earlier allows overwriting the plugin's history recording configuration through Stapler data binding, allowing attackers to redirect history storage to an attacker-specified directory and modify history recording settings...

0.00101EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/02 3:40 p.m.20 views

CVE-2026-84666

Jenkins Job Configuration History Plugin versions 1367.vc8fa_b_15101dc and earlier are vulnerable to improper access control via Stapler data binding . The plugin incorrectly uses the @DataBoundConstructor annotation on a constructor for its global configuration, which is not intended to be invok...

5.4CVSS5.9AI score0.00101EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/09/02 3:40 p.m.11 views

CVE-2026-84667

Jenkins ThinBackup Plugin 2.1.4 and earlier allows overwriting the plugin's backup configuration through Stapler data binding, allowing attackers to redirect backup writes to an attacker-specified directory and to include arbitrary files from the Jenkins controller file system in backups...

5.9AI score0.00265EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/02 3:40 p.m.17 views

CVE-2026-84667

CVE-2026-84667 affects Jenkins ThinBackup Plugin 2.1.4 and earlier . The root cause is the use of the @DataBoundConstructor annotation, which allows Stapler to invoke @DataBoundSetter methods managing the plugin's backup configuration. This enables an authenticated attacker to redirect backup wri...

7.1CVSS5.9AI score0.00265EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/02 3:40 p.m.8 views

EUVD-2026-70133

Jenkins ThinBackup Plugin 2.1.4 and earlier allows overwriting the plugin's backup configuration through Stapler data binding, allowing attackers to redirect backup writes to an attacker-specified directory and to include arbitrary files from the Jenkins controller file system in backups...

7.1CVSS5.9AI score0.00265EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/02 3:40 p.m.33 views

CVE-2026-84664

Jenkins GitLab Plugin 1.9.16 and earlier allows overwriting the global GitLab connection configuration through Stapler data binding, allowing attackers to connect to an attacker-specified URL using GitLab API tokens already configured by administrators...

0.00101EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/02 3:40 p.m.9 views

EUVD-2026-70130

Jenkins GitLab Plugin 1.9.16 and earlier allows overwriting the global GitLab connection configuration through Stapler data binding, allowing attackers to connect to an attacker-specified URL using GitLab API tokens already configured by administrators...

5.4CVSS5.9AI score0.00101EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/02 3:40 p.m.19 views

CVE-2026-84664

CVE-2026-84664 affects the Jenkins GitLab Plugin version 1.9.16 and earlier. The root cause is an improper use of Stapler's @DataBoundConstructor annotation on the constructor for the global GitLab connection configuration, which allows Stapler to invoke @DataBoundSetter-annotated methods and ove...

5.4CVSS5.9AI score0.00101EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/02 3:40 p.m.16 views

CVE-2026-84651

Jenkins 2.579 and earlier (LTS 2.568.2 and earlier) contain an unsafe deserialization flaw in the REST API and CLI endpoints used to update agent configuration. An attacker holding Agent/Configure permission on one agent can specify a different agent's name in the submitted XML, overwriting that ...

6.3CVSS5.9AI score0.00208EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/19 3:17 p.m.7 views

CVE-2026-45273

MyBooks is an ebook management web server also known as Talebook. In 3.41.2 and earlier, the AdminSettings.post handler for POST /api/admin/settings in webserver/handlers/admin.py applies the auth decorator but does not check the self.adminuser property, unlike the corresponding GET handler. Any...

8.7CVSS0.00408EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/19 2:37 p.m.19 views

CVE-2026-45273 MyBooks: Privilege Escalation via Missing Authorization on Admin Settings Endpoint

MyBooks is an ebook management web server also known as Talebook. In 3.41.2 and earlier, the AdminSettings.post handler for POST /api/admin/settings in webserver/handlers/admin.py applies the auth decorator but does not check the self.adminuser property, unlike the corresponding GET handler. Any...

8.7CVSS5.5AI score
SaveExploits0References5
CVE
CVE
added 2026/08/19 2:37 p.m.25 views

CVE-2026-45273

MyBooks (also known as Talebook ), an ebook management web server, is vulnerable to privilege escalation in versions 3.41.2 and earlier . The AdminSettings.post handler for POST /api/admin/settings in webserver/handlers/admin.py applies authentication but omits the self.admin_user authorization c...

8.7CVSS5.3AI score0.00408EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/18 5:05 p.m.7 views

CVE-2026-66780

A flaw was found in the submariner-operator component. The submariner-k8s-broker-cluster Role, which is assigned to joined clusters, possesses excessive permissions. This allows a compromised cluster to alter network configurations, specifically by overwriting other clusters' endpoint information...

6.5CVSS4.9AI score0.00241EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/16 4:24 a.m.43 views

CVE-2026-16779 Kubio AI Page Builder <= 2.8.5 - Missing Authorization to Authenticated (Contributor+) Front-Page/Menu/Template Configuration Reversion via kubio_restore_front_page AJAX Action

The Kubio AI Page Builder plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 2.8.5. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for authenticated attackers, with...

4.3CVSS0.00222EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/08/14 12:00 a.m.21 views

PT-2026-72074

Name of the Vulnerable Software and Affected Versions Emlog versions prior to 2.6.27 Description The install.php endpoint allows the action parameter to be set to reinstall without authentication. This bypasses the installation check because the security guard only executes when the $act variable...

9.8CVSS5.3AI score0.00484EPSS
SaveExploits0References5
GithubExploit
GithubExploit
added 2026/08/08 1:52 a.m.35 views

Exploit for CVE-2026-71557

CVE-2026-71557: Go-Git path traversal PoC English versionR...

6.3CVSS5.8AI score0.00413EPSS
SaveExploits1
Rows per page
Query Builder