CVE Feed

    Dashboard / CVE

    7.1
    High

    CVE-2026-56088

    Last Modified: 21 Aug 2026

    Dell OpenManage Enterprise, versions prior to 4.7.0, contains an Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability. A low privileged attacker with remote access could potentially exploit this vulnerability, leading to Script injection.

    Published: 19 Aug 2026
    8.8
    High

    CVE-2026-54795

    Last Modified: 21 Aug 2026

    Dell OpenManage Enterprise, versions prior to 4.7.0, contains an Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') vulnerability. A low privileged attacker with remote access could potentially exploit this vulnerability, leading to Command execution.

    Published: 19 Aug 2026
    10
    Critical

    CVE-2026-74803

    Last Modified: 21 Aug 2026

    Joomla Extension - yootheme.com - Unauthenticated arbitrary file upload in Zoo < 4.1.64 - The image element accepts arbitrary files when the client-supplied Content-Type falls within the image MIME group.

    Published: 19 Aug 2026
    5.1
    Medium

    CVE-2026-75114

    Last Modified: 21 Aug 2026

    Joomla Extension - yootheme.com - Open redirect in CommentController::twitterAuthenticate() in Zoo < 4.1.64 - The referer request parameter is passed straight to setRedirect() with no validation.

    Published: 19 Aug 2026
    7.2
    High

    CVE-2026-70421

    Last Modified: 21 Aug 2026

    Dell OpenManage Enterprise, versions prior to 4.7.0, contains an Improper Privilege Management vulnerability. A high privileged attacker with remote access could potentially exploit this vulnerability, leading to Elevation of privileges.

    Published: 19 Aug 2026
    6.9
    Medium

    CVE-2026-75148

    Last Modified: 20 Aug 2026

    cgltf through 1.15 contains an integer overflow vulnerability in the non-sparse accessor bounds check within cgltf_validate() that allows remote attackers to cause memory disclosure and denial of service by supplying crafted accessor count values. Attackers can provide malformed .gltf or .glb input with a specially crafted accessor count to overflow the unsigned integer multiplication of accessor stride and element count, causing the bounds check to pass and triggering a heap out-of-bounds read when cgltf_accessor_read_float() is subsequently called on the validated malformed accessor.

    Published: 19 Aug 2026
    9.3
    Critical

    CVE-2026-74804

    Last Modified: 21 Aug 2026

    Joomla Extension - yootheme.com - Unauthenticated SQL injection in ItemController::element() in Zoo < 4.1.64 - The filter_type request value is interpolated into the query as a.type = "..." and the type_filter array as a.type IN ("..."), with no quoting or escaping.

    Published: 19 Aug 2026
    7.8
    High

    CVE-2026-43961

    Last Modified: 21 Aug 2026

    A flaw was found in Vim's netrw plugin. A crafted filename containing quote characters and expression fragments can break out of the quoted context during mark/unmark operations, allowing arbitrary Vimscript execution. This can be leveraged to run shell commands with the privileges of the user running Vim.

    Published: 19 Aug 2026
    7.2
    High

    CVE-2026-54796

    Last Modified: 21 Aug 2026

    Dell OpenManage Enterprise, versions prior to 4.7.0, contains an Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') vulnerability. A high privileged attacker with remote access could potentially exploit this vulnerability, leading to Command execution.

    Published: 19 Aug 2026
    5.1
    Medium

    CVE-2026-65612

    Last Modified: 20 Aug 2026

    nnn does not sanitize the filename variable. An attacker can place a file with a crafted name on a shared filesystem, removable media, or inside an extracted archive whose name contains a single quote followed by shell syntax. If the victim navigates to that file and opens it with preview-tabbed, the filename is embedded into the generated shell command and the injected payload executes with the privileges of the nnn process. Maintainer of this project was notified about this vulnerability. It might has been addressed, but the maintainer did not provide a vulnerable version range. Only version 5.2 was tested and confirmed as vulnerable.

    Published: 19 Aug 2026
    5.1
    Medium

    CVE-2026-65611

    Last Modified: 20 Aug 2026

    nnn does not sanitize the path variable. An attacker can create a directory on a shared filesystem, removable media, or inside an extracted archive whose name contains a single quote followed by shell syntax. If the victim enters that directory in nnn and uses the batch copy or move workflow, the crafted directory name is embedded into the generated shell command and the injected payload executes with the privileges of the nnn process. Maintainer of this project was notified about this vulnerability. It might has been addressed, but the maintainer did not provide a vulnerable version range. Only version 5.2 was tested and confirmed as vulnerable.

    Published: 19 Aug 2026
    2.4
    Low

    CVE-2026-65610

    Last Modified: 20 Aug 2026

    nnn stores homelen variable as uchar_t, which can only represent values in the range 0-255. An attacker who can influence the victim's execution environment can provide an arbitrary HOME path with length that is truncated to 0. The expression (homelen - 1) is promoted to signed int and becomes -1 and producing an out-of-bounds read and an out-of-bounds write one byte before the path buffer.  Maintainer of this project was notified about this vulnerability. It might has been addressed, but the maintainer did not provide a vulnerable version range. Only version 5.2 was tested and confirmed as vulnerable.

    Published: 19 Aug 2026
    2.4
    Low

    CVE-2026-65609

    Last Modified: 20 Aug 2026

    nnn is vulnerable to Out-of-Bound write vulnerability. Due to lack of validation of attacker-controlled length fields deserialized from a session file, a crafted session file can cause nnn to write data beyond the bounds of fixed-size global buffers when loaded with the -s option. An attacker who can place a malicious session file in the victim's nnn session directory can exploit this to corrupt adjacent global state. Maintainer of this project was notified about this vulnerability. It might has been addressed, but the maintainer did not provide a vulnerable version range. Only version 5.2 was tested and confirmed as vulnerable.

    Published: 19 Aug 2026
    10
    Critical

    CVE-2026-67364

    Last Modified: 21 Aug 2026

    Joomla Extension - balbooa.com - Pre-auth PHP Code Injection in Balbooa Forms < 2.4.3.2 - CWE-94 / CWE-95 | CVSS 3.1: 9.8 Critical (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) The form's optional custom-PHP post-submission handler is executed via eval(). The [URL parameter = X] shortcode is substituted with the raw, unescaped value of a query parameter, letting an unauthenticated attacker inject arbitrary PHP that executes server-side. The CSRF token needed to reach the endpoint is itself disclosed anonymously via a separate task, so it provides no real protection. Exploitability requires the form to have a custom-PHP handler configured (a documented builder feature) referencing that shortcode, and no reCAPTCHA on the submit button.

    Published: 19 Aug 2026
    7.7
    High

    CVE-2026-67363

    Last Modified: 21 Aug 2026

    Joomla Extension - balbooa.com - Pre-auth Payment Amount Tampering in Balbooa Forms < 2.4.3.2 - The stripeCharges and payAuthorize endpoints accept the charge total from a client-controlled request parameter and forward it to the payment gateway without recomputing it from the form's configured product prices. Neither endpoint enforces authentication or CSRF checks. An unauthenticated attacker can purchase any priced item for an arbitrary amount (e.g., $0.01), and can additionally forge line items, quantities, and shipping.

    Published: 19 Aug 2026
    9.3
    Critical

    CVE-2026-19490

    Last Modified: 10 Sept 2026

    Vulnerability in NetScaler ADC and NetScaler Gateway. This issue affects ADC: from 14.1 through 73.32 and from 13.1 through 63.21; Gateway: from 14.1 through 73.32 and from 13.1 through 63.21.

    Published: 19 Aug 2026
    8.8
    High

    CVE-2026-19489

    Last Modified: 21 Aug 2026

    Vulnerability in NetScaler ADC and NetScaler Gateway. This issue affects ADC: from 14.1 through 73.32 and from 13.1 through 63.21; Gateway: from 14.1 through 73.32 and from 13.1 through 63.21.

    Published: 19 Aug 2026
    9.3
    Critical

    CVE-2026-73391

    Last Modified: 21 Aug 2026

    Unauthenticated SQL Injection in Total Donations <= 2.0.5 versions.

    Published: 19 Aug 2026
    9.8
    Critical

    CVE-2026-73390

    Last Modified: 21 Aug 2026

    Unauthenticated Privilege Escalation in Total Donations <= 2.0.5 versions.

    Published: 19 Aug 2026
    9.8
    Critical

    CVE-2026-73389

    Last Modified: 21 Aug 2026

    Unauthenticated PHP Object Injection in Kalles Addons <= 1.0.6 versions.

    Published: 19 Aug 2026
    9.3
    Critical

    CVE-2026-73388

    Last Modified: 21 Aug 2026

    Unauthenticated SQL Injection in Nikstore Core <= 1.5 versions.

    Published: 19 Aug 2026
    8.1
    High

    CVE-2026-73387

    Last Modified: 21 Aug 2026

    Unauthenticated Local File Inclusion in Resido <= 1.5 versions.

    Published: 19 Aug 2026
    7.5
    High

    CVE-2026-73386

    Last Modified: 19 Aug 2026

    Unauthenticated Sensitive Data Exposure in Track Geolocation Of Users Using Contact Form 7 <= 3.0.2 versions.

    Published: 19 Aug 2026
    7.5
    High

    CVE-2026-73385

    Last Modified: 21 Aug 2026

    Unauthenticated Broken Access Control in Outranking Plugin Options <= 1.1.3 versions.

    Published: 19 Aug 2026
    7.5
    High

    CVE-2026-73384

    Last Modified: 21 Aug 2026

    Unauthenticated Sensitive Data Exposure in Pay with Contact Form 7 <= 1.0.4 versions.

    Published: 19 Aug 2026
    9.8
    Critical

    CVE-2026-73364

    Last Modified: 21 Aug 2026

    Customer PHP Object Injection in Flexible Subscriptions <= 1.8.1 versions.

    Published: 19 Aug 2026
    6.5
    Medium

    CVE-2026-73363

    Last Modified: 21 Aug 2026

    Unauthenticated Broken Access Control in Taxi Booking Manager for WooCommerce < 2.0.8 versions.

    Published: 19 Aug 2026
    7.1
    High

    CVE-2026-73354

    Last Modified: 21 Aug 2026

    Unauthenticated Cross Site Scripting (XSS) in SimplyRETS Real Estate IDX <= 3.2.8 versions.

    Published: 19 Aug 2026
    9.8
    Critical

    CVE-2026-73347

    Last Modified: 20 Aug 2026

    Unauthenticated Privilege Escalation in TrueBooker <= 1.2.6 versions.

    Published: 19 Aug 2026
    9.3
    Critical

    CVE-2026-73185

    Last Modified: 20 Aug 2026

    Unauthenticated SQL Injection in NGG Smart Image Search < 4.0.0 versions.

    Published: 19 Aug 2026
    7.1
    High

    CVE-2026-73184

    Last Modified: 19 Aug 2026

    Unauthenticated Cross Site Scripting (XSS) in Global Gallery <= 11.1.2 versions.

    Published: 19 Aug 2026
    9.3
    Critical

    CVE-2026-73183

    Last Modified: 21 Aug 2026

    Unauthenticated SQL Injection in Maps Marker Pro <= 4.32 versions.

    Published: 19 Aug 2026
    7.1
    High

    CVE-2026-73182

    Last Modified: 21 Aug 2026

    Unauthenticated Cross Site Scripting (XSS) in BBQ Pro <= 3.9 versions.

    Published: 19 Aug 2026
    8.5
    High

    CVE-2026-66668

    Last Modified: 20 Aug 2026

    Subscriber SQL Injection in Community by PeepSo <= 9.0.5.2 versions.

    Published: 19 Aug 2026
    9.8
    Critical

    CVE-2026-66613

    Last Modified: 21 Aug 2026

    Unauthenticated Remote Code Execution (RCE) in JetEngine <= 3.8.14 versions.

    Published: 19 Aug 2026
    7.1
    High

    CVE-2026-66596

    Last Modified: 19 Aug 2026

    Unauthenticated Cross Site Scripting (XSS) in Newsletter <= 9.3.3 versions.

    Published: 19 Aug 2026
    7.1
    High

    CVE-2026-61986

    Last Modified: 20 Aug 2026

    Unauthenticated Cross Site Scripting (XSS) in Contest Gallery <= 30.0.5 versions.

    Published: 19 Aug 2026
    8.5
    High

    CVE-2026-32552

    Last Modified: 21 Aug 2026

    Subscriber SQL Injection in YITH WooCommerce Membership Premium <= 2.33.0 versions.

    Published: 19 Aug 2026
    7.5
    High

    CVE-2026-73394

    Last Modified: 21 Aug 2026

    Unauthenticated Broken Access Control in Stitch Express <= 1.9.0 versions.

    Published: 19 Aug 2026
    4.8
    Medium

    CVE-2026-18372

    Last Modified: 21 Aug 2026

    CSS injection vulnerability in M-Files Web before 26.8.16330.2 allows an authenticated vault administrator to inject arbitrary CSS, affecting the web user interface displayed to other vault users.

    Published: 19 Aug 2026
    5.1
    Medium

    CVE-2026-18371

    Last Modified: 21 Aug 2026

    HTML injection vulnerability in M-Files Web before 26.8.16330.2 allows an authenticated attacker to affect web user interface contents displayed to other users.

    Published: 19 Aug 2026
    5.7
    Medium

    CVE-2026-16440

    Last Modified: 20 Aug 2026

    In Eclipse OpenJ9 versions up to 0.60, a crafted .class file with deeply nested annotations causes a segmentation fault.

    Published: 19 Aug 2026
    4.3
    Medium

    CVE-2026-76166

    Last Modified: 21 Aug 2026

    A flaw was found in mod_cluster's AdvertiseListenerImpl (org.jboss.modcluster core module). A single crafted UDP multicast datagram with a valid HTTP status line and a "Server:" header but without the "Date:", "Digest:", and "Sequence:" headers triggers a NullPointerException in verifyDigest() that is not caught by the worker thread's exception handler. This causes the advertise listener thread to terminate permanently. The failure is silent (isListening() continues to return true) and persists until the node is restarted. The crash occurs before the AdvertiseSecurityKey comparison, so deployments with a configured security key are still affected.

    Published: 19 Aug 2026
    7.1
    High

    CVE-2026-76164

    Last Modified: 19 Aug 2026

    AIL Framework contains a server-side request forgery (SSRF) vulnerability in its crawler submission functionality. A low-privileged authenticated user with access to the crawler interface can submit an arbitrary URL for crawling without adequate validation of the destination host. The crawler can therefore be instructed to make direct HTTP(S) requests to addresses that should not be reachable by application users, including loopback addresses, RFC1918 private networks, link-local addresses, and cloud metadata services such as 169.254.169.254. Manual crawler tasks bypass the existing domain blacklist because they are assigned a non-zero priority, and ordinary IP literals are classified as web targets and fetched directly rather than through Tor or another proxy. Consequently, an attacker can use the AIL server as a network pivot to access services available from the server's network context. Responses generated by these requests, including captured HTML, screenshots, and HAR data, can subsequently be accessed through the crawler interface. This makes the SSRF non-blind and may allow an attacker to disclose sensitive internal application data, service information, or cloud instance metadata and credentials. The patch introduces validation that resolves crawler destinations and rejects URLs resolving to non-global IP addresses, addressing localhost, private-network, and link-local targets.

    Published: 19 Aug 2026
    Unknown

    CVE-2026-76161

    Last Modified: 5 Sept 2026

    This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

    Published: 19 Aug 2026
    Unknown

    CVE-2026-76160

    Last Modified: 5 Sept 2026

    This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

    Published: 19 Aug 2026
    7.4
    High

    CVE-2026-58088

    Last Modified: 31 Aug 2026

    The ELF core dump code counted the number of dumpable VM map entries, allocated a buffer for the corresponding program headers, then iterated over the map a second time to populate them. A process sharing the address space via rfork(2) can mutate the map between the two passes, causing the second pass to write program headers past the end of the buffer. An unprivileged local user sharing an address space with a process that dumps core can trigger an out-of-bounds write on the kernel heap, potentially leading to privilege escalation.

    Published: 19 Aug 2026
    7.8
    High

    CVE-2026-58087

    Last Modified: 31 Aug 2026

    The GETALL and SETALL commands in semctl(2) recorded the number of semaphores in the target set, dropped the lock protecting the set, allocated a buffer sized for that count, and reacquired the lock. A sequence-number check was used to verify that the set had not been replaced in the interim, but the sequence number wraps after 0x8000 create/destroy cycles. By rapidly destroying and recreating semaphore sets at the same index, another process can cause the sequence number to wrap, allowing a set with a different number of semaphores to pass validation. The subsequent copy then reads or writes past the end of the allocated buffer. An unprivileged local user can trigger out-of-bounds reads and writes on kernel heap memory, potentially leading to privilege escalation.

    Published: 19 Aug 2026
    8.1
    High

    CVE-2026-58086

    Last Modified: 31 Aug 2026

    As an inadvertent side effect of an unrelated code change, PRIV_KTRACE was always denied to a jailed root user. Tracing configured by a jailed root user was therefore not flagged as privileged. An unprivileged user in a jail that has permission to debug the target process can modify the jailed root user's ktrace(2) flags, or disable tracing outright. A jailed root user therefore cannot reliably trace unprivileged processes.

    Published: 19 Aug 2026
    7.5
    High

    CVE-2026-58085

    Last Modified: 31 Aug 2026

    After dispatching a decrypt operation to OCF and receiving the result, the wg(4) driver failed to check whether the MAC verification step succeeded. The driver thus silently accepted packets with an invalid Poly1305 authentication tag. A remote attacker who can send UDP packets to a WireGuard endpoint, and who can guess the bounds of the receiver's replay window, can inject forged or modified transport data packets into the tunnel. A remote attacker who can intercept WireGuard packets bound for a FreeBSD host can modify the ciphertext and authenticated data without detection by the receiver.

    Published: 19 Aug 2026