Lucene search
+L

153786 matches found

Vulnrichment
Vulnrichment
added 2026/08/05 10:57 a.m.12 views

CVE-2026-71252 toner-management - Unauthenticated State-Changing Admin Actions

toner-management's admin state-changing handlers add.php, edit.php, delete.php under admin/toners, admin/toner-brands, admin/printers, and related admin subdirectories executed INSERT/UPDATE/DELETE database operations with no authentication or authorization check, while access control was enforce...

8.2CVSS5.3AI score0.00284EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/05 10:57 a.m.50 views

CVE-2026-71252 toner-management - Unauthenticated State-Changing Admin Actions

toner-management's admin state-changing handlers add.php, edit.php, delete.php under admin/toners, admin/toner-brands, admin/printers, and related admin subdirectories executed INSERT/UPDATE/DELETE database operations with no authentication or authorization check, while access control was enforce...

8.2CVSS0.00284EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/05 10:57 a.m.64 views

CVE-2026-71248 Inventory-Management-System-PHP - Unauthenticated SQL Injection in Login and Product Deletion

Inventory-Management-System-PHP's login.php constructs its authentication query via direct string concatenation of raw POST parameters: = "select from user where email = '' and password = ''", with no escaping or parameterization, allowing authentication bypass via a payload such as email=' OR 1=...

9.8CVSS0.00402EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/05 10:56 a.m.14 views

EUVD-2026-53318

Mautic's getLeadIdsByFieldValueAction LeadBundle/Controller/AjaxController.php reads a field parameter from the request, sanitizes it only with InputHelper::clean which HTML-entity-encodes quotes and angle brackets but does not restrict other characters, and passes it into...

7.1CVSS5.7AI score0.00197EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/05 10:56 a.m.59 views

CVE-2026-71241

CVE-2026-71241 affects a Book-Management-System built with Flask. Several endpoints (/student, /record, /books, /find_stu_book, /find_not_return_book) are missing the @login_required decorator that protects related routes (/search_student, /storage). This misconfiguration allows any unauthenticat...

7.5CVSS5.1AI score0.00282EPSS
SaveExploits0References1
IBM Security Bulletins
IBM Security Bulletins
added 2026/08/05 10:08 a.m.20 views

Security Bulletin: There are multiple vulnerabilities in IBM DB2 bundled with IBM Application Performance Management products.

Summary IBM Application Performance Management is vulnerable to denial of service, remote code execution, information disclosures and other vulnerabilities due to bundled product IBM ® Db2. This bulletin identifies the steps to address the vulnerabilities. Vulnerability Details CVEID:CVE-2026-777...

9.8CVSS7.2AI score0.0086EPSS
SaveExploits2Affected Software1
NVD
NVD
added 2026/08/05 9:18 a.m.12 views

CVE-2026-10090

A flaw was found in the Application Subscription controller multicluster-operators-subscription of Red Hat Advanced Cluster Management for Kubernetes ACM. A user with namespace-scoped "edit" privileges in an ACM hub namespace can create a Channel resource pointing to a Helm repository they contro...

9CVSS0.00365EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2026/08/05 8:54 a.m.10 views

CVE-2026-10090 Multicluster-operators-subscription: multicluster-operators-subscription: namespace edit user can deploy cluster-scoped clusterrolebinding and become cluster-admin via application subscription

A flaw was found in the Application Subscription controller multicluster-operators-subscription of Red Hat Advanced Cluster Management for Kubernetes ACM. A user with namespace-scoped "edit" privileges in an ACM hub namespace can create a Channel resource pointing to a Helm repository they contro...

9CVSS5.5AI score0.00365EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/05 8:16 a.m.12 views

CVE-2026-54416

Pluck CMS through 4.7.21 restricts dangerous file uploads in its admin file-management feature using a fixed blacklist in data/inc/files.php '.php','php3','php4','php5','php6','php7','phtml','.phtm','.pht','.ph3','.ph4','.ph5','.asp','.cgi','.phar', checked against the last 4-5 characters of the...

7.2CVSS0.00342EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/08/05 8:16 a.m.17 views

CVE-2026-64568

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix unsolbcastproberesp double free on alloc failure ieee80211setunsolbcastproberesp calls kfreercu on the old template before allocating the replacement. If the kzalloc then fails, it returns -ENOMEM while...

7.8CVSS5.5AI score0.0012EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/08/05 8:16 a.m.18 views

CVE-2026-64570

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix filsdiscovery double free on alloc failure ieee80211setfilsdiscovery calls kfreercu on the old template before allocating the replacement. If the kzalloc then fails, it returns -ENOMEM while...

7.8CVSS5.5AI score0.00157EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/05 8:08 a.m.15 views

EUVD-2026-53266

In the Linux kernel, the following vulnerability has been resolved: ipv4: fib: free fibalias with kfreercu on insert error path fibtableinsert publishes newfa into the leaf's falist with fibinsertalias before calling the fib entry notifiers. When a notifier fails, the error path removes newfa wit...

5.4AI score0.00201EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/05 8:06 a.m.13 views

CVE-2026-64566

In the Linux kernel, the following vulnerability has been resolved: xfrm: iptfs: propagate SKBFLSHAREDFRAG in iptfsskbaddfrags When iptfsskbaddfrags copies frag references from the source frag walk into a new SKB, it increments the page reference count via skbfragref but does not propagate...

9.8CVSS5.4AI score0.00352EPSS
SaveExploits0
CVE
CVE
added 2026/08/05 6:59 a.m.94 views

CVE-2026-71209

Audiobookshelf CVE-2026-71209 describes an authentication-exemption bypass in server/routers/Auth.js. The regex checks unauthenticated GET routes against req.path, but because req.path can contain URL-encoded %2F sequences, an encoded directory traversal like ..%2f..%2f..%2ftmp%2fpwned escapes th...

7.5CVSS5.3AI score0.02005EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/05 6:58 a.m.10 views

CVE-2026-54416

Pluck CMS through 4.7.21 restricts dangerous file uploads in its admin file-management feature using a fixed blacklist in data/inc/files.php '.php','php3','php4','php5','php6','php7','phtml','.phtm','.pht','.ph3','.ph4','.ph5','.asp','.cgi','.phar', checked against the last 4-5 characters of the...

7.2CVSS6AI score0.00342EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/05 6:58 a.m.12 views

EUVD-2026-53192

Pluck CMS through 4.7.21 restricts dangerous file uploads in its admin file-management feature using a fixed blacklist in data/inc/files.php '.php','php3','php4','php5','php6','php7','phtml','.phtm','.pht','.ph3','.ph4','.ph5','.asp','.cgi','.phar', checked against the last 4-5 characters of the...

7.2CVSS6AI score0.00342EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/08/05 6:32 a.m.17 views

Important: Red Hat Security Advisory: fence-agents security update

An update for fence-agents is now available for Red Hat Enterprise Linux 9.6 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is availabl...

7.5CVSS6.7AI score0.00423EPSS
SaveExploits1References2
EUVD
EUVD
added 2026/08/05 5:46 a.m.13 views

EUVD-2026-53097

HashBrown CMS through 1.4.6 contains an OS Command Injection vulnerability CWE-78 in the media upload thumbnail generation routine. Media.generateThumbnail in src/Server/Entity/Resource/Media.js builds a temporary file path as 'thumbnail' + Path.extnamefilename and passes it, unescaped, into a...

8.8CVSS5.9AI score0.0097EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/05 4:25 a.m.14 views

EUVD-2026-53037

The Dokan plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 5.0.1. This is due to a missing authorization check in the CustomersController REST controller includes/REST/CustomersController.php, which re-registers WooCommerce's customer CRUD routes...

8.8CVSS5.3AI score0.00358EPSS
SaveExploits0References10
NVD
NVD
added 2026/08/05 1:16 a.m.14 views

CVE-2026-18856

A vulnerability was determined in Poesis Rhymix CMS up to 2.1.33. This impacts the function procImporterAdminCheckXmlFile of the file modules/importer/importer.admin.controller.php of the component Data Import Module. This manipulation of the argument filename causes server-side request forgery...

5.8CVSS0.00227EPSS
SaveExploits0References7
Rows per page
Query Builder