Lucene search
+L
CvelistRecent

381897 matches found

Cvelist
Cvelist
added 2026/08/14 7:08 p.m.33 views

CVE-2026-50029 js-toml has silent type confusion via falsy-primitive duplicate-key bypass

js-toml is a TOML parser for JavaScript, Prior to version 1.1.2, the interpreter checks whether a key already exists in a parser-built container with if objectkey instead of if key in object. When the prior value is a falsy primitive — false, 0, 0n, 0.0, -0, or "" — the duplicate-key branch is...

5.3CVSS0.00232EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/14 7:05 p.m.29 views

CVE-2026-45699 Netatalk has Integer Underflow → Stack Buffer Overflow in copydir()

Netatalk is a Free and Open Source file server suite for Unix-like operating systems. In versions 3.1.19 through 4.4.2, a stack-based buffer overflow exists in the copydir function of Netatalk's afpd daemon due to an integer underflow in the calculation of the remaining buffer size used for path...

7.5CVSS0.00335EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/14 7:03 p.m.29 views

CVE-2026-73679 ImpressCMS Authenticated RCE via PHP Custom Tag eval()

ImpressCMS contains an authenticated remote code execution vulnerability in the custom tag module that allows authenticated administrators to execute arbitrary PHP code by storing a malicious payload in a custom tag with PHP type enabled. The application decodes HTML-encoded content via...

8.6CVSS0.0061EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/14 6:52 p.m.30 views

CVE-2026-50027 mcp-memory-service: Missing Authentication on Document API Endpoints Allows Unauthenticated Memory Read/Write/Delete

mcp-memory-service is a semantic memory layer for AI applications. Prior to 10.67.1, all HTTP routes under /api/documents/ in mcp-memory-service are served without any authentication dependency, even when the server is configured with an API key MCPAPIKEY or OAuth. An unauthenticated remote...

9.8CVSS0.00503EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/14 6:49 p.m.43 views

CVE-2026-73678 MindsDB Minds Platform v26.1.0 Unauthenticated RCE via scratchpad exec()

MindsDB Minds Platform version 26.1.0 and earlier contains an unauthenticated remote code execution vulnerability that allows unauthenticated attackers to execute arbitrary OS commands by submitting crafted prompts to the unprotected POST /api/v1/responses/ endpoint, which reaches the Anton agent...

10CVSS0.00816EPSS
SaveExploits2References3
Cvelist
Cvelist
added 2026/08/14 6:46 p.m.31 views

CVE-2025-7639 AVEVA Enterprise SCADA Deserialization of Untrusted Data

The vulnerability, if exploited, could allow an authenticated miscreant with "DNA Authority - Operator" privilege to tamper with serialized data, potentially resulting in code execution during deserialization under the privilege of Enterprise SCADA security group "DNA Apps"...

7.1CVSS0.00571EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/14 6:33 p.m.34 views

CVE-2026-18403 LimeSurvey Community Edition 7.0.5 - Authenticated SQL injection in CPDB

LimeSurvey Community Edition 7.0.5 contains an authenticated SQL injection vulnerability in the Central Participant Database CPDB workflow that copies survey participant tokens to the central participant list...

6CVSS0.0028EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/14 6:27 p.m.29 views

CVE-2026-49457 QUIC has Broken TLS verification

erlangquic is a pure Erlang QUIC implementation. Prior to version 1.4.4, the QUIC client did not authenticate the server during the TLS 1.3 handshake. The CertificateVerify signature was not checked, the certificate chain was not validated, and the hostname was not compared against the certificat...

9.1CVSS0.00149EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/14 6:20 p.m.27 views

CVE-2026-19188 Haiwell IoT Cloud HMI Gateway OS Command Injection

A critical OS command injection vulnerability has been identified in the Haiwell IoT Cloud HMI Gateway product. The vulnerability exists in the Net Check feature accessible via the /setting endpoint. The cmdPing Socket.io event fails to properly sanitize user-supplied input before passing it to t...

10CVSS0.0189EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/14 6:06 p.m.38 views

CVE-2026-72970 Microsoft Edge (Chromium-based) Remote Code Execution Vulnerability

...

8.3CVSS0.00501EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/14 5:56 p.m.30 views

CVE-2026-48528 Metacat has an unauthenticated SQL injection vulnerability

Metacat is data repository software that helps researchers preserve, share, and discover data. Metacat versions 2.0.0 through 3.4.0 contain an unauthenticated SQL injection vulnerability in the /cn/v1/object and /cn/v2/object REST API endpoints due to unsanitized user input that can be passed...

9.8CVSS0.00404EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/14 5:52 p.m.30 views

CVE-2026-12366 Use-after-free freeing an armed dynamically-allocated k_timer in Zephyr userspace object disposal

Zephyr's dynamic kernel-object disposal path unrefcheck in kernel/userspace/userspace.c frees an object's storage kfreedyn-data once its reference count reaches zero, after running a per-object-type cleanup. The cleanup switch handled only KOBJMSGQ and KOBJSTACK; there was no KOBJTIMER case. A...

8.8CVSS0.0012EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/14 5:52 p.m.34 views

CVE-2026-12365 Use-after-free in Zephyr delayable work-queue cancellation under SMP timing race

A use-after-free exists in the Zephyr second-generation work queue kernel/work.c in the handling of delayable work timeouts. When a delayable work item's timeout has been dequeued and its handler worktimeout is in flight blocked acquiring the work-queue spinlock, a concurrent cancellation does no...

5.8CVSS0.001EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/14 5:52 p.m.24 views

CVE-2026-12364 Missing user-space pointer validation in logging syscall z_log_msg_static_create allows kernel memory disclosure and denial of service

The user-space system-call verifier zvrfyzlogmsgstaticcreate in subsys/logging/logmsg.c was a pure pass-through: it forwarded the caller-supplied source, desc, package, and data arguments directly to the kernel-mode implementation zimplzlogmsgstaticcreate without performing any of the mandatory...

8.4CVSS0.00119EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/14 5:52 p.m.27 views

CVE-2026-12363 Out-of-bounds write in LoRaWAN fragmented transport from a fragment index of 0

The LoRaWAN Fragmented Data Block Transport service subsys/lorawan/services/fragtransport.c does not validate the fragment counter in a received DATAFRAGMENT command before forwarding it to the configured decoder. In fragtransportpackagecallback the value fragcounter = hdr-fragindexn & 0x3FFF is...

4.2CVSS0.00168EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/14 5:51 p.m.37 views

CVE-2026-19682 Command Injection

A command injection vulnerability exists in Security Center where a remote, unauthenticated attacker could exploit this issue to execute arbitrary commands on the underlying operating system with the privileges of the service account...

9.9CVSS0.01971EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/14 5:49 p.m.37 views

CVE-2026-49263 Capstone WASM `br_table` instruction-size truncation can cause no-progress disassembly and parser desynchronization

Capstone is a disassembly framework. Prior to version 6.0.0-Alpha9, Capstone's WebAssembly backend accepts attacker-controlled raw WASM instruction bytes through the public csdisasm and csdisasmiter APIs. For a large but well-formed brtable instruction, the WASM decoder accumulates the immediate...

2CVSS0.00128EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/14 5:46 p.m.27 views

CVE-2026-73850 Emlog: Arbitrary SQL Execution Vulnerability in ai.php within queryDatabase() Function

Emlog is an open source website building system. In 2.6.20 and earlier, there is a SQL injection vulnerability in the queryDatabase function in ai.php...

8.6CVSS0.00269EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/14 5:45 p.m.34 views

CVE-2026-19681 Command Injection

An authenticated command injection vulnerability exists in Security Center related to file upload processing. An attacker could exploit this issue by uploading a specially crafted file, potentially resulting in arbitrary command execution on the underlying operating system...

9.9CVSS0.02288EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2026/08/14 5:44 p.m.29 views

CVE-2026-49282 Capstone M68K and RISCV `cs_insn_name()` invalid IDs can trigger out-of-bounds reads and process crashes

Capstone is a disassembly framework. Prior to version 6.0.0-Alpha9, Capstone's public csinsnname API forwards caller-supplied instruction IDs directly to the selected architecture backend. Most backends validate the ID before indexing instruction-name tables, but the M68K and RISCV backends have...

5.1CVSS0.00132EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/14 5:39 p.m.33 views

CVE-2026-19680 SQL Injection

A SQL injection vulnerability exists in Security Center that could allow an attacker to access unauthorized data from the application's database...

7.1CVSS0.00318EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/14 5:37 p.m.31 views

CVE-2026-73849 emlog allows unauthenticated reinstallation via `install.php?action=reinstall`.

Emlog is an open source website building system. In 2.6.26 and earlier, install.php accepts action=reinstall without authentication and deliberately skips the already-installed check because the guard runs only when $act != 'reinstall'. A remote attacker can submit hostname, dbuser, dbpasswd,...

9.8CVSS0.00484EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/14 5:35 p.m.33 views

CVE-2026-19679 Improper Input Validation

An input validation vulnerability exists in Security Center's file upload handling, where insufficient sanitization of uploaded filenames could contribute to a downstream command injection issue...

8.8CVSS0.01598EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2026/08/14 5:33 p.m.26 views

CVE-2026-73847 Emlog: Missing CSRF protection in AI Assistant execute_tool leads to full database compromise and admin account takeover

Emlog is an open source website building system. In 2.6.26 and earlier, missing CSRF protection on the AI Assistant executetool action in admin/ai.php lets a remote unauthenticated attacker submit a forged cross-site request from an attacker-controlled page to a recently logged-in administrator...

6.8CVSS0.00167EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2026/08/14 5:30 p.m.26 views

CVE-2026-19847 TOTOLINK A800R wps.so cstecgi.cgi setWiFiWpsConfig stack-based overflow

A security flaw has been discovered in TOTOLINK A800R 4.1.2cu.5137B20200730. Affected is the function setWiFiWpsConfig of the file /cgi-bin/cstecgi.cgi of the component wps.so. The manipulation of the argument pin results in stack-based buffer overflow. The attack can be launched remotely. The...

9CVSS0.00601EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/14 5:28 p.m.28 views

CVE-2026-19639 Improper Access Control

An improper access control vulnerability exists where an authenticated non-administrative application user could potentially view settings outside of their assigned scope...

5.3CVSS0.00302EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/14 5:24 p.m.28 views

CVE-2026-19636 Insuffucient Protections Lead to Brute Force

An issue was identified in which CSRF tokens were generated using a predictable method, potentially reducing their effectiveness as a security control. This has been addressed by improving the randomness and entropy of token generation...

6CVSS0.00257EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/14 5:15 p.m.26 views

CVE-2026-19846 TOTOLINK A800R firewall.so cstecgi.cgi setUrlFilterRules stack-based overflow

A vulnerability was identified in TOTOLINK A800R 4.1.2cu.5137B20200730. This impacts the function setUrlFilterRules of the file /cgi-bin/cstecgi.cgi of the component firewall.so. The manipulation of the argument url leads to stack-based buffer overflow. The attack can be initiated remotely. The...

9CVSS0.00466EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/14 5:12 p.m.36 views

CVE-2026-19635 Local Privilege Escalation

A local privilege escalation vulnerability exists in Security Center. An attacker with write access to a specific configuration file could achieve arbitrary code execution with elevated privileges, without requiring further user or victim interaction...

8.8CVSS0.0019EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/14 5:08 p.m.29 views

CVE-2026-19631 SQL Injection

A SQL injection vulnerability exists in Security Center that could allow an authenticated administrator to execute arbitrary SQL queries, potentially resulting in unauthorized access to sensitive data, including credentials...

6.9CVSS0.00392EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/14 5:04 p.m.27 views

CVE-2026-19629 Privilege Escalation

A privilege escalation vulnerability exists in Tenable Security Center that allows a user with "Security Manager" role and "manage user" permission on a single group to modify users belonging to other groups. This bypasses the intended access control restrictions and enables unauthorized...

8.6CVSS0.00389EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/14 5:04 p.m.26 views

CVE-2026-63361 LimeSurvey Community Edition 7.0.5+260623 - Reflected XSS in HTML editor popup

LimeSurvey Community Edition 7.0.5 contains an authenticated reflected cross-site scripting vulnerability in the HTML editor popup endpoint. The text and name query parameters are passed through a blacklist sanitizer and then rendered without context-appropriate output encoding...

8.5CVSS0.00305EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/14 5:00 p.m.34 views

CVE-2026-19845 TOTOLINK A800R lan.so cstecgi.cgi setStaticDhcpConfig stack-based overflow

A vulnerability was determined in TOTOLINK A800R 4.1.2cu.5137B20200730. This affects the function setStaticDhcpConfig of the file /cgi-bin/cstecgi.cgi of the component lan.so. Executing a manipulation of the argument Comment can lead to stack-based buffer overflow. It is possible to launch the...

9CVSS0.00466EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/14 5:00 p.m.39 views

CVE-2026-19628 Remote Code Execution

A command injection vulnerability exists in Tenable Security Center. An authenticated administrator could modify application configuration values to achieve arbitrary command execution on the underlying operating system when specific backend operations are triggered...

8.6CVSS0.02103EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/14 4:56 p.m.37 views

CVE-2026-73846 CKAN MCP Server: Cache-key canonicalization collision enables cache confusion / poisoning

CKAN MCP Server is a tool for querying CKAN open data portals. Prior to 0.4.112, canonicalizeParams in src/utils/cache.ts serializes request parameters with unescaped ampersand, equals-sign, and vertical-bar delimiters, allowing different logical parameter sets used by buildCacheKey to collide an...

6.5CVSS0.00137EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/14 4:55 p.m.40 views

CVE-2026-19626 Remote Code Execution

A remote code execution vulnerability exists in Tenable Security Center's report generation functionality. An authenticated, non-administrative user could exploit this issue by supplying specially crafted input that is later processed unsafely during server-side report rendering, resulting in...

9.9CVSS0.00876EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/14 4:45 p.m.31 views

CVE-2026-19844 TOTOLINK A800R ipv6.so cstecgi.cgi setRadvdCfg stack-based overflow

A vulnerability was found in TOTOLINK A800R 4.1.2cu.5137B20200730. The impacted element is the function setRadvdCfg of the file /cgi-bin/cstecgi.cgi of the component ipv6.so. Performing a manipulation of the argument radvdinterfacename results in stack-based buffer overflow. It is possible to...

9CVSS0.00493EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/14 4:45 p.m.33 views

CVE-2026-73845 CKAN MCP Server: MQA server allowlist bypass via unanchored regex (`isValidMqaServer`)

CKAN MCP Server is a tool for querying CKAN open data portals. Prior to 0.4.112, the ckangetmqaquality and ckangetmqaqualitydetails tools in src/tools/quality.ts use isValidMqaServer to validate the serverurl parameter with a prefix-only regular expression for dati.gov.it, allowing suffix-host an...

5.3CVSS0.00224EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/14 4:41 p.m.35 views

CVE-2026-73844 CKAN MCP Server: Information disclosure via verbose error reflection

CKAN MCP Server is a tool for querying CKAN open data portals. Prior to 0.4.112, error paths reflect raw upstream response bodies and internal exception messages back to the caller instead of a sanitized, generic message. When the server is pointed at or redirected/SSRF'd to a host that returns a...

3.7CVSS0.00223EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/14 4:41 p.m.34 views

CVE-2026-47192 kas's late signature validation may allow unnoticed repository manipulations

kas is a setup tool for bitbake based projects. Starting in version 4.8 and prior to version 5.3, kas checks out and processes repositories regarding configuration includes prior to validating signatures of those repositories. This may allow to replace on original repository with one under the...

2.1CVSS0.00165EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/14 4:38 p.m.41 views

CVE-2026-46603 Excessive memory allocation during VP8L decoding in golang.org/x/image

VP8L decoding in golang.org/x/image/vp8l can allocate an excessive amount of memory when processing a crafted VP8L image containing many unused Huffman tree groups. This allows a remote attacker to cause a denial of service via memory exhaustion...

0.00417EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/14 4:35 p.m.34 views

CVE-2026-47191 kas checks out SHA-like git branches as valid commits

kas is a setup tool for bitbake based projects. Prior to version 5.3, when relying solely on a git commit ID SHA-1 or SHA-256 to qualify if a checkout of a repository is equivalent to the state validated while adding its commit ID to a kas configuration, users may be tricked to check out a branch...

2.1CVSS0.00159EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/14 4:30 p.m.37 views

CVE-2026-19841 TRENDNET TEW-813DRU vsftpd vsftpd.conf default permission

A flaw has been found in TRENDNET TEW-813DRU 1.01b01. Impacted is an unknown function of the file /etc/vsftpd.conf of the component vsftpd. This manipulation causes incorrect default permissions. The attack is possible to be carried out remotely. A high degree of complexity is needed for the...

3.1CVSS0.00186EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/14 4:29 p.m.27 views

CVE-2026-49989 CrateDB's Blob HTTP handler bypasses authorization

CrateDB is a distributed SQL database. Prior to versions 6.2.8 and 6.3.2, any authenticated user can read or delete any blob whose SHA-1 digest they know, and can plant new blobs unconditionally, in any blob table, regardless of GRANTs. CrateDB has two ways to access blob storage: SQL SELECT...

7.1CVSS0.00269EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/14 4:25 p.m.38 views

CVE-2026-49826 Concourse login flow has an open redirect issue

Concourse is a container-based automation system written in Go. Prior to version 8.2.3, an attacker is able to craft and send a user a URL that will redirect the user from the Concourse web server to any other site. This could be used in a phishing attack to steal user's credentials. This has bee...

0.00299EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/14 4:21 p.m.29 views

CVE-2026-49986 Cortex has Untrusted Project Bootstrap Code Execution via `CLAUDE_PROJECT_DIR`

The Cortex MCP server neuro-cortex-memory, a cross-platform persistent memory MCP, prior to version 3.17.1 treats the CLAUDEPROJECTDIR environment variable — automatically set by Claude Code to the currently open project directory — as a trusted Cortex developer checkout. When the openvisualizati...

8.5CVSS0.00113EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/14 4:16 p.m.35 views

CVE-2026-47766 crun follows rootfs /dev symlink while creating default devices

crun is an open source OCI Container Runtime fully written in C. Prior to version 1.28, crun's default device setup opens the container rootfs /dev directory without ONOFOLLOW. If an OCI bundle contains rootfs/dev as a symlink and the bundle configuration does not mount /dev, crun follows that...

5.1CVSS0.00161EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/14 4:15 p.m.36 views

CVE-2026-19839 SourceCodester Simple Doctors Appointment System save_file.php save_doctor unrestricted upload

A vulnerability was detected in SourceCodester Simple Doctors Appointment System 1.0. This issue affects the function savedoctor of the file /savefile.php. The manipulation results in unrestricted upload. The attack can be executed remotely. The exploit is now public and may be used...

5.8CVSS0.00227EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/14 4:10 p.m.34 views

CVE-2026-46380 compliance-trestle Vulnerable to SSRF in Remote Fetching Subsystem

compliance-trestle is a tooling platform for managing compliance as code. Prior to versions 3.12.2 and 4.0.3, the HTTPSFetcher.dofetch method passes a user-supplied URL directly to requests.get without validation. This allows an attacker to perform Server-Side Request Forgery, targeting internal...

6.7CVSS0.001EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/14 4:08 p.m.37 views

CVE-2026-46439 compliance-trestle Vulnerable to Remote Code Execution via Recursive Server-Side Template Injection (SSTI)

compliance-trestle is a tooling platform for managing compliance as code. Versions prior to 3.12.2 and 4.0.3 have a Server-Side Template Injection SSTI vulnerability exists in the trestle author jinja command. The command recursively evaluates rendered templates, allowing an attacker to achieve...

7.8CVSS0.00177EPSS
SaveExploits0References4
Total number of security vulnerabilities381897