Lucene search
+L

11148 matches found

Vulnrichment
Vulnrichment
added 2025/08/20 12:00 a.m.4 views

CVE-2025-57788 Unauthorized API Access Risk

A vulnerability in a known login mechanism allows unauthenticated attackers to execute API calls without requiring user credentials. RBAC helps limit the exposure but does not eliminate risk...

6.9CVSS6.9AI score0.02799EPSS
SaveExploits4References1
Cvelist
Cvelist
added 2025/08/20 12:00 a.m.28 views

CVE-2025-57788 Unauthorized API Access Risk

A vulnerability in a known login mechanism allows unauthenticated attackers to execute API calls without requiring user credentials. RBAC helps limit the exposure but does not eliminate risk...

6.9CVSS0.02799EPSS
SaveExploits4References1
Positive Technologies
Positive Technologies
added 2025/08/20 12:00 a.m.7 views

PT-2025-33898

Name of the Vulnerable Software and Affected Versions: Commvault versions prior to 11.36.60 Description: A vulnerability in a known login mechanism allows unauthenticated attackers to execute API calls without requiring user credentials. Role-Based Access Control RBAC can limit exposure, but does...

6.9CVSS7.1AI score0.02799EPSS
SaveExploits4References19
EUVD
EUVD
added 2025/08/20 12:00 a.m.19 views

EUVD-2025-25258

A vulnerability in a known login mechanism allows unauthenticated attackers to execute API calls without requiring user credentials. RBAC helps limit the exposure but does not eliminate risk...

6.9CVSS6.5AI score0.02799EPSS
SaveExploits4References1
Tenable Nessus
Tenable Nessus
added 2025/08/20 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2022-2625

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A vulnerability was found in PostgreSQL. This attack requires permission to create non-temporary objects in at least one schema, the ability to lure or wait for...

8CVSS7.1AI score0.01908EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/08/20 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2023-2455

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Row security policies disregard user ID changes after inlining; PostgreSQL could permit incorrect policies to be applied in certain cases where role-specific...

5.4CVSS6.6AI score0.00694EPSS
SaveExploits0References2
NVD
NVD
added 2025/08/19 7:15 p.m.12 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 7:04 p.m.50 views

CVE-2025-55736

CVE-2025-55736 affects flaskBlog up to version 2.8.0 (and earlier). The root cause is in the routes/adminPanelUsers file, where an arbitrary user can elevate their role to admin , gaining high-privilege capabilities (e.g., delete users, posts, comments). Connected sources confirm the affected sof...

9.3CVSS7.2AI score0.00264EPSS
SaveExploits1References1Affected Software1
NVD
NVD
added 2025/08/19 7:15 a.m.12 views

CVE-2025-8218

The Real Spaces - WordPress Properties Directory Theme theme for WordPress is vulnerable to privilege escalation via the 'changerolemember' parameter in all versions up to, and including, 3.5. This is due to a lack of restriction in the profile update role. This makes it possible for...

8.8CVSS0.00323EPSS
SaveExploits0References2
NVD
NVD
added 2025/08/19 7:15 a.m.21 views

CVE-2025-6758

The Real Spaces - WordPress Properties Directory Theme theme for WordPress is vulnerable to privilege escalation via the 'imicagentregister' function in all versions up to, and including, 3.6. This is due to a lack of restriction in the registration role. This makes it possible for unauthenticate...

9.8CVSS0.00377EPSS
SaveExploits3References2
Cvelist
Cvelist
added 2025/08/19 6:45 a.m.24 views

CVE-2025-6758 Real Spaces - WordPress Properties Directory Theme <= 3.6 - Unauthenticated Privilege Escalation to Administrator via 'imic_agent_register'

The Real Spaces - WordPress Properties Directory Theme theme for WordPress is vulnerable to privilege escalation via the 'imicagentregister' function in all versions up to, and including, 3.6. This is due to a lack of restriction in the registration role. This makes it possible for unauthenticate...

9.8CVSS0.00377EPSS
SaveExploits3References2
Vulnrichment
Vulnrichment
added 2025/08/19 6:45 a.m.8 views

CVE-2025-8218 Real Spaces - WordPress Properties Directory Theme <= 3.5 - Authenticated (Subscriber+) Privilege Escalation to Administrator via 'change_role_member'

The Real Spaces - WordPress Properties Directory Theme theme for WordPress is vulnerable to privilege escalation via the 'changerolemember' parameter in all versions up to, and including, 3.5. This is due to a lack of restriction in the profile update role. This makes it possible for...

8.8CVSS7.4AI score0.00323EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/08/19 6:45 a.m.20 views

CVE-2025-8218 Real Spaces - WordPress Properties Directory Theme <= 3.5 - Authenticated (Subscriber+) Privilege Escalation to Administrator via 'change_role_member'

The Real Spaces - WordPress Properties Directory Theme theme for WordPress is vulnerable to privilege escalation via the 'changerolemember' parameter in all versions up to, and including, 3.5. This is due to a lack of restriction in the profile update role. This makes it possible for...

8.8CVSS0.00323EPSS
SaveExploits0References2
CVE
CVE
added 2025/08/19 6:45 a.m.34 views

CVE-2025-8218

The CVE (CVE-2025-8218) concerns Real Spaces – WordPress Properties Directory Theme. The vulnerability is a privilege-escalation flaw in the change_role_member parameter that fails to restrict the profile update role, allowing unauthenticated or subscriber-level actors to elevate to Administrator...

8.8CVSS6.8AI score0.00323EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/08/19 12:00 a.m.38 views

PT-2025-33845 · Flaskblog · Flaskblog

Name of the Vulnerable Software and Affected Versions: flaskBlog versions 2.8.0 and earlier Description: The application checks the userRole for "admin" privileges only when accessing the /admin page, but not its subroutes. Specifically, the check is performed in routes/adminPanel.py, but not in...

6.9CVSS7.1AI score0.00366EPSS
SaveExploits1References6
Positive Technologies
Positive Technologies
added 2025/08/19 12:00 a.m.14 views

PT-2025-33710 · WordPress · Real Spaces - Wordpress Properties Directory Theme

Name of the Vulnerable Software and Affected Versions: Real Spaces - WordPress Properties Directory Theme versions prior to 3.6 Description: The Real Spaces - WordPress Properties Directory Theme for WordPress is susceptible to privilege escalation through the change role member parameter during...

8.8CVSS6.9AI score0.00323EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2025/08/19 12:00 a.m.23 views

PT-2025-33709

Name of the Vulnerable Software and Affected Versions: Real Spaces - WordPress Properties Directory Theme versions prior to 3.7 Description: The Real Spaces - WordPress Properties Directory Theme for WordPress is susceptible to privilege escalation through the imic agent register function. This...

9.8CVSS6.5AI score0.00377EPSS
SaveExploits3References10
Github Security Blog
Github Security Blog
added 2025/08/18 10:25 p.m.18 views

LibreNMS allows stored XSS in Alert Template name field

Summary A stored Cross-Site Scripting XSS vulnerability exists in LibreNMS alertdocument.cookie/script and filling the other fields with arbitrary content e.g., test, once the template is saved, the script is executed. This confirms that user input is stored and later rendered without proper outp...

5.5CVSS5AI score0.11889EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2025/08/18 10:25 p.m.20 views

GHSA-VXQ6-8CWM-WJ99 LibreNMS allows stored XSS in Alert Template name field

Summary A stored Cross-Site Scripting XSS vulnerability exists in LibreNMS alertdocument.cookie/script and filling the other fields with arbitrary content e.g., test, once the template is saved, the script is executed. This confirms that user input is stored and later rendered without proper outp...

5.5CVSS5AI score0.11889EPSS
SaveExploits1References4
Patchstack
Patchstack
added 2025/08/18 9:34 p.m.11 views

WordPress Real Spaces - WordPress Properties Directory Theme plugin <= 3.5 - Authenticated (Subscriber+) Privilege Escalation to Administrator via 'change_role_member' vulnerability

WordPress Real Spaces - WordPress Properties Directory Theme plugin = 3.5 - Authenticated Subscriber+ Privilege Escalation to Administrator via 'changerolemember' vulnerability discovered by Alyudin Nafiie in WordPress Theme Real Spaces versions = 3.5...

8.8CVSS7AI score0.00323EPSS
SaveExploits0References1Affected Software1
Rows per page
Query Builder