Lucene search
+L

6489 matches found

Vulnrichment
Vulnrichment
added 2025/08/21 12:0 a.m.7 views

CVE-2025-52352

Aikaan IoT management platform v3.25.0325-5-g2e9c59796 provides a configuration to disable user sign-up in distributed deployments by hiding the sign-up option on the login page UI. However, the sign-up API endpoint remains publicly accessible and functional, allowing unauthenticated users to...

7.4AI score0.00572EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/08/21 12:0 a.m.10 views

PT-2025-34270 · Unknown · Aikaan Iot Management Platform

Name of the Vulnerable Software and Affected Versions: Aikaan IoT management platform version 3.25.0325-5-g2e9c59796 Description: The Aikaan IoT management platform allows unauthenticated users to register accounts via APIs, even when user sign-up is disabled through the user interface. This...

9.8CVSS7.2AI score0.00572EPSS
SaveExploits0References6
GitLab Advisory Database
GitLab Advisory Database
added 2025/08/21 12:0 a.m.21 views

hippo4j Includes Hard Coded Secret Key in JWT Creation

hippo4j 1.0.0 to 1.5.0, uses a hard-coded secret key in its JWT JSON Web Token creation. This allows attackers with access to the source code or compiled binary to forge valid access tokens and impersonate any user, including privileged ones such as "admin". The vulnerability poses a critical...

8.8CVSS7.5AI score0.00345EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2025/08/21 12:0 a.m.42 views

CVE-2025-52352

CVE-2025-52352 affects Aikaan IoT management platform version 3.25.0325-5-g2e9c59796. The UI can hide the sign-up option, but the signup API remains publicly accessible, allowing unauthenticated account creation and leading to authentication bypass and unauthorized admin portal access. Connected ...

9.8CVSS7.4AI score0.00572EPSS
SaveExploits0References2
NVD
NVD
added 2025/08/20 4:16 a.m.12 views

CVE-2025-57789

During the brief window between installation and the first administrator login, remote attackers may exploit the default credential to gain admin control. This is limited to the setup phase, before any jobs have been configured...

5.4CVSS0.01145EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2025/08/20 3:22 a.m.6 views

CVE-2025-57789 Vulnerability in Initial Administrator Login Process

During the brief window between installation and the first administrator login, remote attackers may exploit the default credential to gain admin control. This is limited to the setup phase, before any jobs have been configured...

5.3CVSS6.9AI score0.01145EPSS
SaveExploits0References1
CNVD
CNVD
added 2025/08/20 12:0 a.m.8 views

Foxit PDF Reader Buffer Overflow Vulnerability (CNVD-2025-27459)

Foxit PDF Reader is a Chinese Foxit Foxit company's a PDF document reader. Foxit PDF Reader suffers from a buffer overflow vulnerability that originates from an uninitialized pointer, which can be exploited by an attacker to obtain system privileges and modify the system configuration by executin...

8.8CVSS7.7AI score0.00583EPSS
SaveExploits1References1
Talos
Talos
added 2025/08/20 12:0 a.m.15 views

Tenda AC6 V5.0 missing initial setup authentication vulnerability

Talos Vulnerability Report TALOS-2025-2163 Tenda AC6 V5.0 missing initial setup authentication vulnerability August 20, 2025 CVE Number CVE-2025-24322 SUMMARY An unsafe default authentication vulnerability exists in the Initial Setup Authentication functionality of Tenda AC6 V5.0 V02.03.01.110. A...

9.8CVSS7.4AI score0.00574EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/08/20 12:0 a.m.6 views

PT-2025-33899 · Commvault · Commvault

Name of the Vulnerable Software and Affected Versions: Commvault versions prior to 11.36.60 Description: An issue was discovered in Commvault that allows remote attackers to exploit default credentials to gain administrative control during the brief period between installation and the first...

5.4CVSS6.9AI score0.01145EPSS
SaveExploits0References12
CVE
CVE
added 2025/08/19 7:52 p.m.28 views

CVE-2025-55740

CVE-2025-55740 affects nginx-defender, a WAF/threat-detection system. The vulnerability is a configuration flaw where default credentials in example files (config.yaml and docker-compose.yml) are left unchanged (default_password: change_me_please; GF_SECURITY_ADMIN_PASSWORD=admin123). If exposed ...

6.5CVSS6.9AI score0.0024EPSS
SaveExploits0References1
OSV
OSV
added 2025/08/19 7:52 p.m.6 views

CVE-2025-55740 Default Credentials in nginx-defender Configuration Files

nginx-defender is a high-performance, enterprise-grade Web Application Firewall WAF and threat detection system engineered for modern web infrastructure. This is a configuration vulnerability affecting nginx-defender deployments. Example configuration files config.yaml and docker-compose.yml...

6.5CVSS7AI score0.0024EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/08/19 7:52 p.m.4 views

CVE-2025-55740 Default Credentials in nginx-defender Configuration Files

nginx-defender is a high-performance, enterprise-grade Web Application Firewall WAF and threat detection system engineered for modern web infrastructure. This is a configuration vulnerability affecting nginx-defender deployments. Example configuration files config.yaml and docker-compose.yml...

6.5CVSS7.3AI score0.0024EPSS
SaveExploits0References1
NVD
NVD
added 2025/08/19 7:15 p.m.9 views

CVE-2025-55736

flaskBlog is a blog app built with Flask. In 2.8.0 and earlier, an arbitrary user can change his role to "admin", giving its relative privileges e.g. delete users, posts, comments etc.. The problem is in the routes/adminPanelUsers file...

9.3CVSS0.00264EPSS
SaveExploits1References1
CVE
CVE
added 2025/08/19 6:38 p.m.24 views

CVE-2025-55734

CVE-2025-55734 affects flaskBlog (versions ≤ 2.8.0). The root cause is a missing authorization check on admin subroutes: the RBAC check runs only for the /admin page in routes/adminPanel.py, while routes/adminPanelComments.py and routes/adminPanelPosts.py are not protected. This allows unauthoriz...

6.9CVSS7.2AI score0.00366EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2025/08/19 6:38 p.m.7 views

CVE-2025-55734 flaskBlo Authorization Bypass

flaskBlog is a blog app built with Flask. In 2.8.0 and earlier, the code checks if the userRole is "admin" only when visiting the /admin page, but not when visiting its subroutes. Specifically, only the file routes/adminPanel.py checks the user role when a user is trying to access the admin page,...

6.9CVSS6.9AI score0.00366EPSS
SaveExploits1References4
OSV
OSV
added 2025/08/19 4:15 p.m.8 views

CVE-2025-51539

EzGED3 3.5.0 contains an unauthenticated arbitrary file read vulnerability due to improper access control and insufficient input validation in a script exposed via the web interface. A remote attacker can supply a crafted path parameter to a PHP script to read arbitrary files from the filesystem...

5.3CVSS6AI score0.00709EPSS
SaveExploits1References1
NVD
NVD
added 2025/08/19 11:15 a.m.8 views

CVE-2025-8783

The Contact Manager plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'title’ parameter in all versions up to, and including, 8.6.5 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level...

4.4CVSS0.00291EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/08/19 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2025-49656

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Users with administrator access can create databases files outside the files area of the Fuseki server. This issue affects Apache Jena version up to 5.4.0. User...

7.5CVSS6.1AI score0.01401EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/08/19 12:0 a.m.9 views

PT-2025-33862 · Unknown · Nginx-Defender

Name of the Vulnerable Software and Affected Versions: nginx-defender versions prior to 1.5.0 Description: nginx-defender deployments are susceptible to a configuration issue due to the presence of default credentials in example configuration files, such as config.yaml and docker-compose.yml. The...

6.5CVSS7.5AI score0.0024EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/08/19 12:0 a.m.16 views

PT-2025-33719 · WordPress · Contactmanager

Name of the Vulnerable Software and Affected Versions: Contact Manager plugin for WordPress versions prior to 8.6.6 Description: The Contact Manager plugin for WordPress is susceptible to Stored Cross-Site Scripting via the title parameter. Insufficient input sanitization and output escaping allo...

4.4CVSS5.8AI score0.00291EPSS
SaveExploits0References8
Rows per page
Query Builder