Lucene search
+L
VulnrichmentRecent

174820 matches found

Vulnrichment
Vulnrichment
added 2026/08/14 12:08 p.m.8 views

CVE-2026-19870 IDOR in Prospero Flow CRM allows cross-tenant payroll disclosure and creation

Authorization Bypass Through User-Controlled Key in the payroll module in Roskus Prospero Flow CRM before 5.15.10 allows authenticated users holding the read payroll permission to view the salary and banking details of employees of any other company in the instance, and users holding the create...

8.6CVSS5.2AI score0.00282EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/14 11:35 a.m.10 views

CVE-2026-73051 actix-http before 3.12.1 HTTP Request Smuggling via CL.TE

actix-http versions before 3.12.1 contain an HTTP request smuggling vulnerability in the HTTP/1.1 parser that accepts requests with both Content-Length and Transfer-Encoding: chunked headers. Unauthenticated remote attackers can exploit this through a front-end intermediary to desynchronize backe...

6.3CVSS5.5AI score0.00335EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/14 11:35 a.m.4 views

CVE-2026-73049 SiYuan before v3.7.4 Information Disclosure via getAttributeViewBacklinks

SiYuan versions before v3.7.4 contain an information disclosure vulnerability in the getAttributeViewBacklinks endpoint that consults the forbidden access list instead of the visibility list when filtering backlinks. Anonymous readers can supply a publicly visible database row identifier to...

6.9CVSS5.2AI score0.00194EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/14 11:35 a.m.9 views

CVE-2026-72859 Budibase 3.39.4 before 3.40.0 Authorization Regression via S3 Presigned URL

Budibase versions 3.39.4 before 3.40.0 contain an authorization regression in the S3 attachment upload endpoint that allows BASIC users to obtain S3 PutObject presigned URLs by sending POST requests to the attachments endpoint. The route was changed from a BUILDER permission check to a TABLE/WRIT...

8.3CVSS5.5AI score0.00181EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/14 11:35 a.m.8 views

CVE-2026-72837 File Browser before 2.63.20 Privilege Escalation via Proxy Authentication

File Browser versions before 2.63.20 fail to honor the createUserDir isolation in proxy and hook authentication auto-provisioning paths. Attackers with valid upstream-authenticated credentials can read, modify, delete, and share files belonging to other users by exploiting the server root scope...

8.8CVSS5.3AI score0.003EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/14 11:35 a.m.3 views

CVE-2026-72838 FileBrowser before 2.63.19 Disk Exhaustion via TUS Upload

FileBrowser versions before 2.63.19 fail to enforce the declared Upload-Length in the TUS resumable-upload PATCH endpoint, allowing authenticated users to write arbitrary data to disk. Attackers can send oversized request bodies that exceed the declared upload length to exhaust available disk spa...

7.1CVSS5.5AI score0.00295EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/14 11:35 a.m.3 views

CVE-2026-72836 FileBrowser before 2.63.19 Case Sensitivity Authentication Bypass

FileBrowser before 2.63.19 does not account for case-insensitive filesystems when checking home directory ownership during self-registration. When Signup and CreateUserDir are enabled and FileBrowser's root is on a case-insensitive filesystem confirmed on Windows/NTFS, two self-registered usernam...

9.2CVSS5.2AI score0.00321EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/14 11:35 a.m.8 views

CVE-2026-72834 filebrowser before 2.63.19 Permission Bypass via checksum

filebrowser before 2.63.19 contains a permission bypass in the /api/resources endpoint. The checksum ?checksum= branch of resourceGetHandler reads the entire file to compute a digest and returns it without performing a Perm.Download check unlike the sibling raw, preview, and subtitle paths. As a...

5.3CVSS5.3AI score0.00228EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/14 11:35 a.m.4 views

CVE-2026-72833 Grav 1.0.6 through 1.0.11 Privilege Escalation via Scoped API Keys

The Grav API plugin getgrav/grav-plugin-api versions = 1.0.6 and = 1.0.11 contain a privilege escalation vulnerability. A scoped API key minted on a super-admin account bypasses its declared scope cap on four isSuperAdmin-gated write endpoints in GroupsController, AccountsConfigController,...

8.8CVSS5.5AI score0.00261EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/14 11:35 a.m.9 views

CVE-2026-72832 Grav before 2.0.12 Stored XSS via quoted-attribute bypass

Grav versions from 1.5.2 through 2.0.12 contain a stored cross-site scripting vulnerability in the Security::detectXss function system/src/Grav/Common/Security.php. The event-handler scan is anchored at ?, which cannot cross the first literal ; when a appears inside a quoted attribute value the...

5.4CVSS4.5AI score0.0018EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/14 11:35 a.m.5 views

CVE-2026-72831 Grav through 2.0.11 Authentication Bypass via Flex Objects

The Flex Objects plugin through 1.4.6, tested with Grav 2.0.11 contains an incorrect authorization vulnerability in its Flex Objects API. FlexApiController::update checks only the general Flex directory permission and does not apply the additional target/field/super-admin checks enforced by the...

8.8CVSS5.2AI score0.00302EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/08/14 11:35 a.m.10 views

CVE-2026-72830 Grav API Plugin before 1.0.13 RCE via ConfigController scope bypass

Grav API plugin versions before 1.0.13 fail to enforce API key scope caps in ConfigController super-scope gates, allowing scoped keys to write scheduler configuration. Attackers with a scoped api.config.write key can inject arbitrary commands into scheduler.customjobs that execute via Symfony...

9.8CVSS6AI score0.0044EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/14 11:35 a.m.9 views

CVE-2026-72829 Grav before 1.0.13 API Key Scope Bypass via UsersController

The Grav API plugin getgrav/grav-plugin-api before 1.0.13 contains an API-key scope-cap bypass in UsersController's create and update methods. These methods enforce the scope cap only for api.users.write, but gate super-privilege grants on a bare isSuperAdmin check that reads access.api.super...

9.8CVSS5.3AI score0.00302EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/14 11:35 a.m.6 views

CVE-2026-72827 Grav CMS before 2.0.13 Remote Code Execution via Twig

Grav CMS before 2.0.13 contains a server-side template injection vulnerability in email-action parameters that allows low-privileged page editors to execute arbitrary operating-system commands. Attackers can inject Twig payloads using the unsandboxed find filter in email subject, body, to, or fro...

8.8CVSS6.7AI score0.00473EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/14 11:35 a.m.4 views

CVE-2026-72826 Grav before 1.0.13 Scope Bypass via createApiKey

The getgrav/grav-plugin-api plugin before 1.0.13 fails to validate that the scopes of a newly created API key are a subset of the caller's scopes in createApiKey. The self-target path of requireApiKeyPermission requires only the baseline api.access scope, and the new key's scopes are read directl...

9.8CVSS5.4AI score0.00302EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/14 11:35 a.m.8 views

CVE-2026-72824 Grav before 1.0.13 API Key Scope Bypass via PagesController

The Grav API plugin getgrav/grav-plugin-api before 1.0.13 contains an API key scope-cap bypass in PagesController::guardTwigContent. The Twig-toggle check uses a bare isSuperAdmin gate that does not consult apikeyscopes, so a least-privilege API key scoped only to api.pages.write and minted on a...

9.8CVSS6AI score0.00467EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/14 11:35 a.m.11 views

CVE-2026-72822 Grav before 1.0.13 Authentication Bypass via disable2fa

The getgrav/grav-plugin-api Composer package before 1.0.13 affected = 1.0.12 fails to enforce API key scope caps on the disable2fa endpoint. Unlike the sibling generate2fa endpoint, disable2fa authorizes the admin non-self path solely via ACL reads isSuperAdmin/hasPermission and never invokes...

9.8CVSS5.4AI score0.00345EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/14 11:35 a.m.6 views

CVE-2026-72821 Grav Form Plugin before 9.1.15 Stored XSS via Radio Toggle

Grav Form plugin versions before 9.1.15 contain a stored cross-site scripting vulnerability in radio and toggle field option labels rendered with the Twig |raw filter. Attackers with form authoring permissions can inject HTML and script payloads in option labels that execute in the browsers of...

5.4CVSS4.9AI score0.00138EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/14 11:35 a.m.7 views

CVE-2026-72820 Grav 2.0.11 Path Traversal via Backup Profile Configuration

Grav versions before 2.0.13 fail to properly validate backup profile root paths, allowing attackers to archive directories outside GRAVROOT when not in the hard-coded deny-list. Attackers with profile editor access can configure backup profiles with traversal paths to expose sensitive files from...

6.9CVSS5.3AI score0.00339EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/14 11:35 a.m.10 views

CVE-2026-72819 Grav CMS before 2.0.13 Remote Code Execution via ZIP Upload

Grav CMS before 2.0.13 contains a remote code execution vulnerability in the Flex Objects plugin settings validation that allows authenticated users to execute arbitrary code by uploading a ZIP file containing PHP code. Attackers can bypass routine name validation by using array notation instead ...

8.8CVSS6.8AI score0.00502EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/14 11:35 a.m.10 views

CVE-2026-72816 go-chi chi before 5.3.0 IP Spoofing via RealIP Middleware

go-chi/chi through 5.2.1 contains an IP spoofing vulnerability in the RealIP middleware middleware/realip.go. The realIP function reads client-controlled headers True-Client-IP, X-Real-IP, and X-Forwarded-For and overwrites r.RemoteAddr without verifying that the request originated from a trusted...

6.9CVSS5.6AI score0.00219EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/14 11:35 a.m.3 views

CVE-2026-72815 go-chi chi v5.2.1 IP Spoofing via X-Forwarded-For Header

go-chi chi versions = 5.2.1 and before 5.3.0 contain an IP spoofing vulnerability in the RealIP middleware, which blindly trusts the first leftmost value of the X-Forwarded-For HTTP header. A remote attacker can bypass IP-based access control lists and rate-limiting mechanisms, and forge log...

6.9CVSS5.4AI score0.00397EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/14 11:35 a.m.8 views

CVE-2026-72814 actix-web before 0.6.10 Information Disclosure via Files

The actix-files crate actixfiles before version 0.6.10 contains an information exposure vulnerability. When a non-existing folder is passed as the servefrom argument to Files::new, the mount path defaults to an empty path; the service then joins the request path with this empty path and...

6.3CVSS5.3AI score0.00382EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/14 11:35 a.m.8 views

CVE-2026-72813 actix-files before 0.6.10 Denial of Service via empty Range header

actix-files before 0.6.10 contains a denial of service vulnerability triggered by an empty Range header in GET requests for static files. When panic is set to abort, remote attackers can crash the process on-demand by sending a GET request with an empty Range header...

6.9CVSS5.4AI score0.00394EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/14 11:35 a.m.5 views

CVE-2026-72812 SiYuan before v3.7.4 Missing Authorization via refreshBacklink

SiYuan versions before v3.7.4 contain a missing authorization vulnerability in the /api/ref/refreshBacklink endpoint that allows anonymous readers to trigger persistent server-side writes. Attackers can invoke the endpoint with an attacker-controlled block ID to flush transaction queues, scan all...

6.9CVSS5.3AI score0.00275EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/14 11:35 a.m.2 views

CVE-2026-72810 SiYuan before v3.7.4 Publish-Boundary Bypass via WebSocket

SiYuan versions before v3.7.4 contain a publish-boundary bypass vulnerability in WebSocket broadcast sessions that allows anonymous readers to receive unfiltered edits. Attackers can establish a WebSocket connection to the publish surface and passively receive real-time content events including...

9.2CVSS5.3AI score0.00313EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/14 11:30 a.m.10 views

CVE-2026-19822 Tenda W20E QoS Edit editQos lstAdd stack-based overflow

A vulnerability was identified in Tenda W20E 15.11.0.610681546841CNTDC. This issue affects the function lstAdd of the file /goform/editQos of the component QoS Edit. Such manipulation of the argument qosListConnecttedNum leads to stack-based buffer overflow. The attack may be launched remotely. T...

9CVSS8.9AI score0.00601EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/08/14 11:00 a.m.4 views

CVE-2026-19821 Tenda AC12 httpd web management interface SetSysAutoRebbotCfg formSetRebootTimer buffer overflow

A vulnerability was determined in Tenda AC12 15.03.06.23multiTD01. This vulnerability affects the function formSetRebootTimer of the file /goform/SetSysAutoRebbotCfg of the component httpd web management interface. This manipulation of the argument rebootTime causes buffer overflow. The attack ma...

9CVSS8.6AI score0.00466EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/08/14 8:30 a.m.9 views

CVE-2026-19815 TOTOLINK A800R firewall.so cstecgi.cgi setParentalRules stack-based overflow

A flaw has been found in TOTOLINK A800R 4.1.2cu.5137B20200730. Affected by this vulnerability is the function setParentalRules of the file /cgi-bin/cstecgi.cgi of the component firewall.so. Executing a manipulation of the argument urlKeyword can lead to stack-based buffer overflow. It is possible...

9CVSS8.7AI score0.00466EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/08/14 8:15 a.m.9 views

CVE-2026-19814 TOTOLINK A800R firewall.so cstecgi.cgi setMacQos stack-based overflow

A vulnerability was detected in TOTOLINK A800R 4.1.2cu.5137B20200730. Affected is the function setMacQos of the file /cgi-bin/cstecgi.cgi of the component firewall.so. Performing a manipulation of the argument macAddress results in stack-based buffer overflow. It is possible to initiate the attac...

9CVSS8.8AI score0.00466EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/08/14 8:00 a.m.4 views

CVE-2026-19813 TOTOLINK A800R firewall.so cstecgi.cgi setMacFilterRules stack-based overflow

A security vulnerability has been detected in TOTOLINK A800R 4.1.2cu.5137B20200730. This impacts the function setMacFilterRules of the file /cgi-bin/cstecgi.cgi of the component firewall.so. Such manipulation of the argument Comment leads to stack-based buffer overflow. The attack may be performe...

9CVSS8.6AI score0.00601EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/08/14 7:39 a.m.9 views

CVE-2026-19794 WP-Stats <= 2.56 - Unauthenticated Stored Cross-Site Scripting

The WP-Stats plugin for WordPress is vulnerable to Stored Cross-Site Scripting in all versions up to, and including, 2.56 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute...

7.2CVSS5.5AI score0.0019EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/14 7:30 a.m.10 views

CVE-2026-19812 TOTOLINK A800R product.so cstecgi.cgi UploadCustomModule stack-based overflow

A weakness has been identified in TOTOLINK A800R 4.1.2cu.5137B20200730. This affects the function UploadCustomModule of the file /cgi-bin/cstecgi.cgi of the component product.so. This manipulation of the argument File causes stack-based buffer overflow. The attack is possible to be carried out...

9CVSS8.8AI score0.00493EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/08/14 6:15 a.m.3 views

CVE-2026-19811 TOTOLINK A800R firewall.so cstecgi.cgi setIpQosRules stack-based overflow

A security flaw has been discovered in TOTOLINK A800R 4.1.2cu.5137B20200730. The impacted element is the function setIpQosRules of the file /cgi-bin/cstecgi.cgi of the component firewall.so. The manipulation of the argument Comment results in stack-based buffer overflow. The attack can be execute...

9CVSS8.8AI score0.00466EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/08/14 6:00 a.m.8 views

CVE-2026-18039 Essential Addons for Elementor < 6.7.2 - Unauthenticated Privilege Escalation via Custom Profile Field Mass Assignment

The Essential Addons for Elementor WordPress plugin before 6.7.2 does not prevent user-supplied registration fields from overwriting reserved account attributes, allowing unauthenticated attackers to register an account with an arbitrary role, including administrator, on sites where a custom...

5.5AI score0.00279EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/14 6:00 a.m.9 views

CVE-2026-16739 Epeken All Kurir <= 2.1.2 - Unauthenticated Order Payment Confirmation Forgery

The Epeken All Kurir for Woocommerce WordPress plugin through 2.1.2 does not verify that a payment-confirmation request originates from the owner of the targeted order, nor that any payment actually occurred, allowing unauthenticated attackers to mark arbitrary orders as confirmed and, in a...

5.5AI score0.00221EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/14 6:00 a.m.8 views

CVE-2026-15205 Paymob for WooCommerce < 4.1.9 - Unauthenticated SQL Injection via Paymob Callback Pixel Lookup

The Paymob for WooCommerce WordPress plugin before 4.1.9 does not properly sanitise a client-supplied identifier before using it in a SQL query within its public, unauthenticated payment callback, and performs this query before verifying the payment provider's HMAC signature. This allows...

5.9AI score0.00324EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/14 6:00 a.m.13 views

CVE-2026-14290 Embed Google Photos Album Easily <= 2.2.1 - Contributor+ Stored XSS via link Shortcode Attribute

The Embed Google Photos album WordPress plugin through 2.2.1 does not escape a shortcode attribute value before outputting it inside an HTML attribute, allowing users with the Contributor role or above to inject arbitrary JavaScript that executes in the browser of any user, including...

5.5AI score0.0029EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/14 5:59 a.m.8 views

CVE-2026-19617 Libdm: lvm2: libdm: denial of service via uncontrolled recursion in config parser

A flaw was found in libdm. A local attacker could craft a malicious Logical Volume Manager LVM metadata configuration with deeply nested structures. This could lead to uncontrolled recursion in the libdm configuration file parser, exhausting the stack and causing any LVM command reading the...

5.5CVSS5.4AI score0.0011EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/14 5:30 a.m.6 views

CVE-2026-12743 affiliate-toolkit <= 3.8.8 - Authenticated (Administrator+) SQL Injection via 'orderby' Parameter

The affiliate-toolkit – Multi-Network Affiliate & Amazon Product Display plugin for WordPress is vulnerable to time-based SQL Injection via the 'orderby' parameter in all versions up to, and including, 3.8.8 due to insufficient escaping on the user supplied parameter and lack of sufficient...

4.9CVSS5.8AI score0.00266EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/14 5:30 a.m.6 views

CVE-2026-16810 Bit Form <= 3.2.0 - Authenticated (Administrator+) SQL Injection via 'filterText' Parameter

The Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder plugin for WordPress is vulnerable to generic SQL Injection via the 'dataqueryCondition' parameter in all versions up to, and including, 3.2.0 due to insufficient escaping on the user supplied parameter...

6.5CVSS5.8AI score0.00266EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/08/14 5:30 a.m.10 views

CVE-2026-12949 Wishlist Member X <= 3.34.1 - Unauthenticated Account Takeover via 'mergewith' Parameter

The Wishlist Member plugin for WordPress is vulnerable to Account Takeover via Insufficient Verification of Data Authenticity in versions up to and including 3.34.1. This is due to the wpmregister function validating the registration cookie only against the GET reg parameter while accepting the...

9.8CVSS5.6AI score0.00339EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/14 4:00 a.m.7 views

CVE-2026-19792 Tenda G0 httpd web management interface module setPortMapping buffer overflow

A security flaw has been discovered in Tenda G0 up to 20260625. Impacted is the function setPortMapping of the file /goform/module of the component httpd web management interface. Performing a manipulation of the argument portMappingServer/porMappingtInternal/portMappingExternal results in buffer...

9CVSS8.6AI score0.00466EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/08/14 3:45 a.m.12 views

CVE-2026-19791 Tenda G0 httpd web management interface module addStaticRoute stack-based overflow

A weakness has been identified in Tenda G0 up to 20260625. The affected element is the function addStaticRoute of the file /goform/module of the component httpd web management interface. Executing a manipulation of the argument staticRouteNet can lead to stack-based buffer overflow. The attack ma...

9CVSS8.7AI score0.00466EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/08/14 3:15 a.m.8 views

CVE-2026-19789 Tenda AC1206 httpd web management interface WifiGuestSet set_wl_guest_iplist stack-based overflow

A vulnerability was determined in Tenda AC1206 15.03.06.23multiTD01. This vulnerability affects the function setwlguestiplist of the file /goform/WifiGuestSet of the component httpd web management interface. This manipulation of the argument shareSpeed causes stack-based buffer overflow. Remote...

9CVSS8.6AI score0.00466EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/08/14 2:45 a.m.7 views

CVE-2026-19787 SourceCodester Air Cargo Management System Master.php save_cargo_type sql injection

A vulnerability was determined in SourceCodester Air Cargo Management System 1.0. Impacted is an unknown function of the file /classes/Master.php?f=savecargotype. Executing a manipulation of the argument ID can lead to sql injection. The attack can be executed remotely. The exploit has been...

5.8CVSS5.1AI score0.0021EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2026/08/14 2:30 a.m.7 views

CVE-2026-19786 francoisjacquet RosarioSIS Modules.php cross-site request forgery

A vulnerability was found in francoisjacquet RosarioSIS up to 12.8. This issue affects some unknown processing of the file Modules.php. Performing a manipulation results in cross-site request forgery. Remote exploitation of the attack is possible. Upgrading to version 12.9 is capable of addressin...

5.3CVSS4.6AI score0.00166EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2026/08/14 2:25 a.m.8 views

CVE-2026-18109 W3 Total Cache <= 2.10.3 - Unauthenticated Stored Cross-Site Scripting via Comment Author Name

The W3 Total Cache plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Comment Author Name in all versions up to, and including, 2.10.3 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web script...

7.2CVSS5.6AI score0.00265EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2026/08/14 2:15 a.m.4 views

CVE-2026-19785 francoisjacquet RosarioSIS Student Medical Medical.inc.php sql injection

A vulnerability has been found in francoisjacquet RosarioSIS up to 12.7.4. This vulnerability affects unknown code of the file modules/Students/includes/Medical.inc.php of the component Student Medical Module. Such manipulation of the argument table leads to sql injection. The attack may be...

6.5CVSS6.2AI score0.00205EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2026/08/14 2:00 a.m.8 views

CVE-2026-19784 francoisjacquet RosarioSIS Referrals.php DBUpdate authorization

A flaw has been found in francoisjacquet RosarioSIS up to 12.8. This affects the function DBUpdate of the file Discipline/Referrals.php. This manipulation causes authorization bypass. The attack may be initiated remotely. The exploit has been published and may be used. Upgrading to version 12.9 i...

5.3CVSS4.8AI score0.00268EPSS
SaveExploits0References9
Total number of security vulnerabilities174820