Search Results (81989 CVEs found)

CVE Vendors Products Updated CVSS v3.1
CVE-2026-54758 1 Notepad-plus-plus 1 Notepad++ 2026-08-24 7.8 High
Notepad++ is a free and open-source source code editor. Prior to 8.9.7, the expandNppEnvironmentStrs function in PowerEditor/src/WinControls/StaticDialog/RunDlg/RunDlg.cpp copies a Notepad++ variable name between $( and ) into the fixed-size wchar_t str[MAX_PATH] stack buffer without bounding the m loop index, allowing a name of 260 or more characters to corrupt adjacent stack data, terminate the process through __report_gsfailure, and potentially execute code. This issue is fixed in version 8.9.7.
CVE-2026-57233 1 Notepad-plus-plus 1 Notepad++ 2026-08-24 8.1 High
Notepad++ is a free and open-source source code editor. Prior to 8.9.7, the WinGup decompress function joins untrusted ZIP entry names to unzipDestTo without canonical containment validation, allowing an entry such as ../mimeTools/mimeTools.dll to overwrite a DLL in a sibling plugin directory and execute attacker-controlled code when Notepad++ next loads that plugin. This issue is fixed in version 8.9.7.
CVE-2026-66667 2 Wordpress, Wpdeveloper 2 Wordpress, Templately 2026-08-24 7.1 High
Unauthenticated Cross Site Scripting (XSS) in Templately <= 3.7.1 versions.
CVE-2026-73345 2 Saad Iqbal, Wordpress 2 License Manager For Woocommerce, Wordpress 2026-08-24 7.1 High
Customer SQL Injection in License Manager for WooCommerce <= 3.0.18 versions.
CVE-2026-78203 1 Ghostmanager 1 Ghostwriter 2026-08-24 7.1 High
Ghostwriter before 7.1.2 fails to validate template ownership in the report template swap endpoint, allowing attackers to attach client-scoped templates from other clients to their own reports. Attackers can exploit sequential template primary keys to enumerate and attach foreign templates, then generate reports to disclose template contents including letterhead, boilerplate, and methodology text.
CVE-2026-78209 2 Exceljs, Exceljs Project 2 Exceljs, Exceljs 2026-08-24 8.2 High
exceljs-hardened versions before 5.0.0 fail to neutralize leading equals, plus, minus, or at signs in cell values written to CSV output. Attackers who can influence exported cell values can inject formulas that execute when the CSV file is opened in a spreadsheet application, potentially exfiltrating data or performing other malicious actions.
CVE-2026-78180 2 Alibaba-fusion, Next 2 Next, Next 2026-08-24 7.3 High
A security flaw has been discovered in alibaba-fusion next up to 1.27.34. This issue affects the function ConfigProvider.getContextProps of the file components/dialog/index.tsx of the component deepMerge. Performing a manipulation of the argument locale results in improperly controlled modification of object prototype attributes. The attack may be initiated remotely. The reported GitHub issue was closed automatically due to inactivity.
CVE-2026-78212 1 4mosan Security Technology 1 4mosan Management Center 2026-08-24 7.5 High
4MOSAn developed by 4MOSAn Security Technology Co., Ltd. has an Arbitrary File Read vulnerability. Unauthenticated remote attackers can exploit a Relative Path Traversal flaw to download arbitrary system files.
CVE-2026-66599 2 Liquid Web / Stellarwp, Wordpress 2 Wpcomplete, Wordpress 2026-08-24 7.1 High
Unauthenticated Cross Site Scripting (XSS) in WPComplete <= 2.9.5.6 versions.
CVE-2026-66671 2 Elated-themes, Wordpress 2 Verdure Core, Wordpress 2026-08-24 8.1 High
Unauthenticated Local File Inclusion in Verdure Core <= 1.2 versions.
CVE-2026-28153 2 Notification Master, Wordpress 2 Notification Master – Real-time Wordpress Notifications With Email, Sms, Webhooks & More, Wordpress 2026-08-24 7.5 High
Unauthenticated Broken Access Control in Notification Master &#8211; Real-Time WordPress Notifications With Email, SMS, Webhooks &amp; More <= 1.7.1 versions.
CVE-2026-28171 2 Vanquish, Wordpress 2 Woocommerce File Approval, Wordpress 2026-08-24 8.6 High
Unauthenticated Arbitrary File Deletion in WooCommerce File Approval <= 10.7 versions.
CVE-2026-28190 2 Themebing, Wordpress 2 Prolancer Element, Wordpress 2026-08-24 7.1 High
Subscriber Broken Access Control in ProLancer Element <= 1.4.8 versions.
CVE-2026-32471 2 Themebing, Wordpress 2 Prolancer Element, Wordpress 2026-08-24 8.5 High
Subscriber SQL Injection in ProLancer Element <= 1.4.8 versions.
CVE-2026-32476 2 Amplebyte Pvt Limited, Wordpress 2 Brave Conversion Engine (pro), Wordpress 2026-08-24 7.1 High
Unauthenticated Cross Site Scripting (XSS) in Brave Conversion Engine (PRO) <= 0.8.6 versions.
CVE-2026-66585 2 Wordpress, Wpcafe 2 Wordpress, Wp Cafe Pro 2026-08-24 7.5 High
Unauthenticated Sensitive Data Exposure in WP Cafe Pro < 3.0.15 versions.
CVE-2026-66670 2 Elated-themes, Wordpress 2 Måne, Wordpress 2026-08-24 8.1 High
Unauthenticated Local File Inclusion in Måne <= 1.7 versions.
CVE-2026-21756 1 Hcltech 1 Hive 2026-08-24 7.2 High
HCL Hive is affected by a broken access control vulnerability which could allow an attacker or unauthorized user to introduce unverified, malicious, or broken code directly into production environments.
CVE-2026-76842 1 Mercadopago 1 Mercadopago 2026-08-24 8.2 High
The Mercado Pago Node.js SDK interpolates caller-supplied identifiers into API request paths without percent-encoding them, so characters that are structural in a URL survive into the outgoing request. The payment (get, capture, cancel), paymentRefund (create, total, list, get), advancedPayment (get, capture, cancel, update, updateReleaseDate) and disbursementRefund (create, createAll, listAll) clients build their path as a template literal, for example RestClient.fetch(`/v1/payments/${id}`, ...) in src/clients/payment/get/index.ts. A dot-dot or slash sequence in the identifier is normalised by the WHATWG URL parser and redirects the request to a different endpoint, and a question mark appends attacker-chosen query parameters, in both cases carrying the merchant's own access token. An application that forwards an identifier influenced by an untrusted party into one of these methods without an ownership check therefore allows that party to reach other resources within the merchant's token scope. The repository already contains the intended helper, encodePathParam in src/utils/path.ts, which pull request 451 applied to roughly 29 other clients while leaving these unchanged.
CVE-2026-21751 1 Hcltech 1 Hive 2026-08-24 7.4 High
HCL Hive is affected by a cryptographic primitive with a risky implementation which could allow an attacker unauthorized lateral compromise or widespread credential leakage if a single internal component is breached.