Export limit exceeded: 386826 CVEs match your query. Please refine your search to export 10,000 CVEs or fewer.

Search

Search Results (386826 CVEs found)

CVE Vendors Products Updated CVSS v3.1
CVE-2026-50236 1 Redhat 2 Openshift, Openshift Container Platform 2026-09-03 7.4 High
An authenticated SSRF flaw was found in the OpenShift Console Dev Console webhook helpers. User-supplied target URLs are fetched server-side without validation, with path neutralization enabling arbitrary endpoint targeting and full response reflection from the console pod's privileged network position.
CVE-2026-49332 1 Redhat 2 Openshift, Openshift Container Platform 2026-09-03 8.5 High
A flaw was found in openshift/oauth-proxy. The proxy sets authenticated identity headers using only dash-variant keys (X-Forwarded-User) but does not strip underscore-variant keys (X_Forwarded_User) from incoming requests. WSGI and PHP frameworks normalize both variants to the same variable, allowing an authenticated low-privilege user to smuggle a forged identity that may override the legitimate authenticated identity in the upstream application.
CVE-2026-7329 2 Progress, Progress Software Corporation 2 Marklogic Server, Marklogic Server 2026-09-03 9.9 Critical
An improper privilege management vulnerability in the SQL, SPARQL, and Optic REST query interfaces of Progress MarkLogic Server before 11.3.6 and 12.0.3 allows an authenticated user with a low-privileged REST role to escalate privileges to administrator. This enables execution of privileged operations and unauthorized data access.
CVE-2026-85091 1 Zlib 1 Zlib 2026-09-03 7.4 High
zlib versions 1.3.1.2 through 1.3.2 contain a heap buffer overflow vulnerability in the gz_vacate() function when processing non-blocking gzwrite() operations with stale external buffer pointers. Attackers can trigger the overflow by calling gzprintf() or gzvprintf() after a write stall, causing an unchecked memmove() to write beyond the internal input buffer boundary.
CVE-2026-85089 1 Freerdp 1 Freerdp 2026-09-03 6.5 Medium
FreeRDP versions 3.0.0 through 3.30.0 (before 3.31.0) transmit uninitialized heap memory in Save Session Info PDU reserved padding fields. Three PDU writers in libfreerdp/core/info.c (rdp_write_logon_info_v2, rdp_write_logon_info_plain, and rdp_write_logon_info_ex) use Stream_Seek instead of Stream_Zero for reserved pad bytes (up to 576 bytes), leaving previously freed heap contents in the outgoing PDU. Because the send buffer is allocated with malloc (not zeroed), stale heap data — which may include cleartext credentials from prior sessions — can be sent to the receiving peer. FreeRDP-based servers using rdpUpdate::SaveSessionInfo and freerdp-proxy (which forwards these PDUs) are affected, allowing disclosure of server/proxy process memory to a downstream client.
CVE-2026-85022 1 Langgenius 1 Dify 2026-09-03 3.5 Low
A vulnerability was identified in langgenius dify 1.13.0. Affected by this vulnerability is the function router.replace of the file web/app/(shareLayout)/webapp-signin/components/mail-and-password-auth.tsx of the component WebApp Sign-In. Such manipulation of the argument redirect_url leads to cross site scripting. The attack may be performed from remote. The exploit is publicly available and might be used. The vendor was contacted early about this disclosure but did not respond in any way.
CVE-2026-84885 1 Simular-ai 1 Agent-s 2026-09-03 4.3 Medium
A vulnerability has been found in simular-ai Agent-S 0.3.1/0.3.2. This impacts an unknown function of the file code_agent.py of the component CodeAgent. Such manipulation leads to denial of service. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
CVE-2026-84851 1 Amazon 1 Ion-c 2026-09-03 7.5 High
An uncontrolled recursion issue exists in Amazon Ion-C versions before 1.1.6 that might allow a remote unauthenticated actor to craft Ion data that exhausts the native call stack and crashes the application using the library, resulting in a denial of service.
CVE-2026-84781 2 Wordpress, Wpchill 2 Wordpress, Gallery Photoblocks 2026-09-03 6.5 Medium
Contributor Cross Site Scripting (XSS) in Gallery PhotoBlocks <= 1.3.4 versions.
CVE-2026-84772 2 Wordpress, Wpmudev 2 Wordpress, Broken Link Checker 2026-09-03 5.5 Medium
Editor Server Side Request Forgery (SSRF) in Broken Link Checker <= 2.4.14 versions.
CVE-2026-84759 2 Elementor, Wordpress 2 Activity Log, Wordpress 2026-09-03 7.1 High
Unauthenticated Cross Site Request Forgery (CSRF) in Activity Log <= 2.13.1 versions.
CVE-2026-84217 2 Mamunur Rashid, Wordpress 2 Classified Listing, Wordpress 2026-09-03 5.4 Medium
Missing Authorization vulnerability in Mamunur Rashid Classified Listing allows Accessing Functionality Not Properly Constrained by ACLs. This issue affects Classified Listing: from n/a through 6.1.1.
CVE-2026-82883 2 Marcus, Wordpress 2 Login With Ajax, Wordpress 2026-09-03 7.1 High
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Marcus Login With Ajax allows Reflected XSS. This issue affects Login With Ajax: from n/a through 4.5.1.
CVE-2026-81772 2 Saturday Drive, Wordpress 2 Ninja Forms - Layout & Styles, Wordpress 2026-09-03 8.8 High
Unauthenticated PHP Object Injection in Ninja Forms - Layout & Styles <= 3.0.31 versions.
CVE-2026-73600 1 Dell 1 Powerprotect Data Manager 2026-09-03 7.8 High
Dell PowerProtect Data Manager, versions 20.2.0.0 and below, contain a stack buffer overflow vulnerability in file-level restore agent. A high privileged remote attacker could potentially exploit this vulnerability, leading to Information disclosure.
CVE-2026-3852 2 Elegant Themes, Wordpress 2 Divi, Wordpress 2026-09-03 6.4 Medium
The Divi theme for WordPress is vulnerable to Stored Cross-Site Scripting via the `skype_url` shortcode attribute of the Social Media Follow module in all versions up to, and including, 4.27.6. This is due to a three-part sanitization failure: (1) the `skype_url` field is not included in the `$url_options` whitelist in `class-et-builder-element.php`, so it never invokes `esc_url_raw()` during shortcode processing, (2) the render code in `SocialMediaFollowItem.php` explicitly skips `esc_url()` for Skype URLs (`! $is_skype ? esc_url( $url ) : $skype_url`), and (3) only `sanitize_text_field()` is applied, which preserves single and double quote characters allowing attribute breakout. The unsanitized value is interpolated directly into a single-quoted `href` attribute (`href='{$social_network_link_url}'`). This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user interacts with the injected element.
CVE-2025-12107 1 Wso2 1 Identity Server 2026-09-03 8.4 High
The Velocity template engine, utilized by the affected product, accepts and processes template syntax without sufficient sanitization or validation of user-controlled input. This allows an authenticated administrator to inject arbitrary template syntax. Successful exploitation enables an attacker with administrative privileges to execute arbitrary template code on the server. This can lead to significant security consequences, including remote code execution, manipulation of data, and unauthorized access to sensitive information.
CVE-2026-73704 2 Arubanetworks, Hewlett Packard Enterprise (hpe) 2 Fabric Composer, Fabric Composer 2026-09-03 8.8 High
A command sanitization bypass exists in the API of HPE Networking Fabric Composer. Successful exploitation could allow an authenticated low privilege operator user to escalate their permissions to those of an administrative user, leading to complete compromise of the affected system.
CVE-2026-73716 2 Arubanetworks, Hewlett Packard Enterprise (hpe) 2 Fabric Composer, Fabric Composer 2026-09-03 7.5 High
A remote code execution vulnerability exists in the underlying operating system of HPE Networking Fabric Composer that could allow an unauthenticated remote attacker to run arbitrary commands on the underlying host if certain preconditions outside of the attacker's control are met. Successful exploitation could allow an attacker to execute arbitrary commands as a privileged user on the underlying operating system, leading to complete compromise of the HPE Networking Fabric Composer host.
CVE-2026-73717 2 Arubanetworks, Hewlett Packard Enterprise (hpe) 2 Fabric Composer, Fabric Composer 2026-09-03 7.5 High
A command injection vulnerability exists in the web-based management interface of HPE Networking Fabric Composer that could allow an unauthenticated remote attacker to run arbitrary commands on the underlying host if certain preconditions outside of the attacker's control are met. Successful exploitation could allow an attacker to execute arbitrary commands on the underlying operating system leading to complete system compromise.