Search
CVE Explorer
Search the full tracked CVE corpus across every vendor — by keyword, vendor, severity, CVSS band and publication date. Server-rendered; each filtered view has its own URL.
01
Filters
Submit to refine — state is held in the URL.
02
Results
47,404 matching · page 598/949Each CVE id links to its NVD record.
| CVE | Severity | CVSS | Summary | Published |
|---|---|---|---|---|
| CVE-2026-45066(opens NVD record) | Medium | 6.1 | Symfony is a PHP framework for web and console applications and a set of reusable PHP components. From 6.1.0-BETA1 until 6.4.40, 7.4.12, and 8.0.12, HtmlSanitizer URL sanitization can allow off-allowlist URLs through allowLinkHosts() or allowMediaHosts() because UrlSanitizer::parse() follows RFC 3986 while browsers follow WHATWG URL parsing, and because <area href> is checked against the media policy rather than the link policy. This issue is fixed in versions 6.4.40, 7.4.12, and 8.0.12. | Jul 14, 2026 |
| CVE-2026-45065(opens NVD record) | Medium | 6.1 | Symfony is a PHP framework for web and console applications and a set of reusable PHP components. Prior to 5.4.52, 6.4.40, 7.4.12, and 8.0.12, UrlGenerator validates route parameters against a pattern built as ^ plus the raw requirement plus $; with ungrouped alternations, middle alternatives match as unanchored substrings, allowing a value such as //evil.com to satisfy a common locale requirement and generate a protocol-relative off-site URL. This issue is fixed in versions 5.4.52, 6.4.40, 7.4.12, and 8.0.12. | Jul 14, 2026 |
| CVE-2026-15757(opens NVD record) | Unscored | — | A security flaw was discovered in the NETGEAR DGND3700v1 that could allow someone on the same local WiFi network to send unauthorized commands to the device. This issue was identified through testing in a controlled research environment using a simulated version of the router's software and has not been confirmed on physical production devices. | Jul 14, 2026 |
| CVE-2026-15747(opens NVD record) | Critical | 9.1 | Mojolicious versions from 4.59 before 9.48 for Perl expose a stable representation of the session CSRF token to a BREACH compression oracle. _csrf_token generates and caches one token per session and returns the same value on every call, and _csrf_field places that value in a hidden `csrf_token` input. When a response carrying the token also echoes attacker-controlled input and is gzip-compressed, the chosen values and the resulting compressed lengths form a BREACH oracle. An attacker able to query it can recover the token and pass csrf_protect validation. | Jul 14, 2026 |
| CVE-2026-15715(opens NVD record) | Medium | 4.3 | A vulnerability was identified in SourceCodester Class and Exam Timetabling System 1.0. Affected by this vulnerability is an unknown functionality of the file /exam.php. Such manipulation of the argument day leads to cross site scripting. It is possible to launch the attack remotely. The exploit is publicly available and might be used. | Jul 14, 2026 |
| CVE-2026-0515(opens NVD record) | Medium | 6.2 | Insufficient Parameter Validation in the SchedGet() system call could allow an attacker with local access to cause a crash of the QNX Neutrino kernel. | Jul 14, 2026 |
| CVE-2026-59891(opens NVD record) | Critical | 9.6 | sigstore-js provides JavaScript libraries for interacting with Sigstore services. Prior to 0.7.1, getRegistryCredentials() reads credentials from the Docker config file and selects an entry by checking whether any configured auth key contains the target registry string. Because this is a substring match rather than an exact host match, credentials configured for one registry can be selected for and transmitted to a different registry whose hostname has a substring relationship with a configured auth key. This issue is fixed in version 0.7.1. | Jul 14, 2026 |
| CVE-2026-59888(opens NVD record) | Medium | 6.5 | jackson-databind contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor. From 2.15.0 until 2.18.8, 2.21.4, and 3.1.4, Java Records using a PropertyNamingStrategy can bypass @JsonIgnore because POJOPropertiesCollector._removeUnwantedIgnorals() records an ignored component under its original implicit name before _renameUsing() applies the naming strategy, allowing the renamed JSON key to be assigned to the Record constructor parameter. This issue is fixed in versions 2.18.8, 2.21.4, and 3.1.4. | Jul 14, 2026 |
| CVE-2026-59886(opens NVD record) | High | 7.5 | pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.4, the univ.Real type converted its mantissa, base, and exponent value to a Python float using exact big-integer exponentiation. A BER, CER, or DER encoded REAL value only a few bytes long can carry a very large exponent, causing float conversion through prettyPrint(), str(), comparison, arithmetic, int(), or an explicit float() call to consume excessive CPU and memory and hang applications that decode untrusted ASN.1 data and then print, log, or compare decoded objects. This issue is fixed in version 0.6.4. | Jul 14, 2026 |
| CVE-2026-59885(opens NVD record) | High | 7.5 | pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.4, the BER, CER, and DER decoders process OBJECT IDENTIFIER and RELATIVE-OID values in quadratic time relative to the number of arcs, so a small crafted payload containing an OID with many arcs consumes excessive CPU per decode() call and can deny service to applications that decode untrusted ASN.1 data. The corresponding encoders have the same quadratic behavior when an application re-encodes previously decoded attacker-supplied values. This issue is fixed in version 0.6.4. | Jul 14, 2026 |
| CVE-2026-59884(opens NVD record) | High | 7.5 | pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.4, the BER decoder shared by the CER and DER codecs parses long-form tags by accumulating continuation octets without an upper bound on the tag ID size, allowing a crafted input to force construction of an arbitrarily large integer with CPU cost growing quadratically and to trigger unhandled ValueError exceptions in Python 3.11+ error formatting paths. Any application decoding untrusted BER, CER, or DER input is affected. This issue is fixed in version 0.6.4. | Jul 14, 2026 |
| CVE-2026-59200(opens NVD record) | High | 7.5 | Pillow is a Python imaging library. From 5.1.0 until 12.3.0, PdfParser.PdfStream.decode() in PIL/PdfParser.py calls zlib.decompress() with bufsize set to the PDF stream Length field without bounding the decompressed output size, allowing a crafted FlateDecode PDF stream to exhaust memory from a small file. This issue is fixed in version 12.3.0. | Jul 14, 2026 |
| CVE-2026-59197(opens NVD record) | High | 8.2 | Pillow is a Python imaging library. Prior to 12.3.0, Pillow's public rank-filter API can trigger a native heap out-of-bounds write when given a very large odd filter size because ImageFilter.RankFilter.filter() calls image.expand(size // 2, size // 2) before rank-filter size validation and ImagingExpand() computes output dimensions with unchecked signed int arithmetic. This issue is fixed in version 12.3.0. | Jul 14, 2026 |
| CVE-2026-58647(opens NVD record) | High | 8.0 | Improper neutralization of input during web page generation ('cross-site scripting') in Power BI allows an authorized attacker to perform spoofing over a network. | Jul 14, 2026 |
| CVE-2026-58644(opens NVD record) | Critical | 9.8 | Deserialization of untrusted data in Microsoft Office SharePoint allows an unauthorized attacker to execute code over a network. | Jul 14, 2026 |
| CVE-2026-58640(opens NVD record) | High | 7.3 | Heap-based buffer overflow in Windows NTFS allows an authorized attacker to execute code locally. | Jul 14, 2026 |
| CVE-2026-58636(opens NVD record) | High | 7.8 | Improper link resolution before file access ('link following') in Window PC Manager allows an authorized attacker to elevate privileges locally. | Jul 14, 2026 |
| CVE-2026-58635(opens NVD record) | High | 7.8 | Improper neutralization of special elements used in a command ('command injection') in Windows Narrator Braille allows an authorized attacker to elevate privileges locally. | Jul 14, 2026 |
| CVE-2026-58631(opens NVD record) | High | 7.8 | Improper authorization in Windows Admin Center allows an authorized attacker to execute code locally. | Jul 14, 2026 |
| CVE-2026-58618(opens NVD record) | High | 7.8 | Heap-based buffer overflow in Microsoft Office Excel allows an unauthorized attacker to execute code locally. | Jul 14, 2026 |
| CVE-2026-58614(opens NVD record) | Medium | 5.5 | Out-of-bounds read in Windows Kernel allows an authorized attacker to bypass a security feature locally. | Jul 14, 2026 |
| CVE-2026-58610(opens NVD record) | High | 7.8 | Heap-based buffer overflow in Microsoft Windows Media Foundation allows an unauthorized attacker to execute code locally. | Jul 14, 2026 |
| CVE-2026-58609(opens NVD record) | High | 7.8 | Out-of-bounds read in Microsoft Graphics Component allows an unauthorized attacker to execute code locally. | Jul 14, 2026 |
| CVE-2026-58608(opens NVD record) | High | 8.8 | Concurrent execution using shared resource with improper synchronization ('race condition') in Windows Print Spooler Components allows an authorized attacker to execute code over a network. | Jul 14, 2026 |
| CVE-2026-58602(opens NVD record) | High | 7.8 | Use after free in Windows Kernel Mode Driver allows an authorized attacker to elevate privileges locally. | Jul 14, 2026 |
| CVE-2026-58601(opens NVD record) | High | 7.8 | Heap-based buffer overflow in Virtual Hard Disk (VHD) Miniport Driver allows an authorized attacker to elevate privileges locally. | Jul 14, 2026 |
| CVE-2026-58595(opens NVD record) | High | 8.1 | Improper restriction of rendered ui layers or frames in Microsoft Bing App for IOS allows an unauthorized attacker to perform spoofing over a network. | Jul 14, 2026 |
| CVE-2026-58526(opens NVD record) | High | 7.0 | Use after free in Windows Storage allows an authorized attacker to elevate privileges locally. | Jul 14, 2026 |
| CVE-2026-58279(opens NVD record) | Medium | 6.5 | Missing authorization in Azure CycleCloud allows an authorized attacker to elevate privileges over a network. | Jul 14, 2026 |
| CVE-2026-57979(opens NVD record) | Medium | 6.5 | Out-of-bounds read in Windows RDP allows an unauthorized attacker to disclose information over a network. | Jul 14, 2026 |
| CVE-2026-57976(opens NVD record) | Medium | 6.5 | Null pointer dereference in Active Directory Domain Services allows an authorized attacker to deny service over a network. | Jul 14, 2026 |
| CVE-2026-57969(opens NVD record) | High | 8.8 | Missing authentication for critical function in Azure CycleCloud allows an authorized attacker to elevate privileges over a network. | Jul 14, 2026 |
| CVE-2026-57107(opens NVD record) | High | 7.8 | Improper authentication in Windows Admin Center allows an authorized attacker to elevate privileges locally. | Jul 14, 2026 |
| CVE-2026-57097(opens NVD record) | Medium | 6.4 | Untrusted search path in Microsoft XML allows an unauthorized attacker to bypass a security feature with a physical attack. | Jul 14, 2026 |
| CVE-2026-56193(opens NVD record) | High | 7.1 | Out-of-bounds read in Microsoft Office allows an unauthorized attacker to disclose information locally. | Jul 14, 2026 |
| CVE-2026-56185(opens NVD record) | Medium | 6.5 | Improper authentication in Windows Admin Center allows an authorized attacker to disclose information over a network. | Jul 14, 2026 |
| CVE-2026-56170(opens NVD record) | High | 7.5 | Allocation of resources without limits or throttling in ASP.NET Core allows an unauthorized attacker to deny service over a network. | Jul 14, 2026 |
| CVE-2026-56169(opens NVD record) | High | 8.1 | Improper authentication in Windows Admin Center allows an authorized attacker to elevate privileges over a network. | Jul 14, 2026 |
| CVE-2026-56164(opens NVD record) | Medium | 5.3 | Missing authentication for critical function in Microsoft Office SharePoint allows an unauthorized attacker to elevate privileges over a network. | Jul 14, 2026 |
| CVE-2026-56155(opens NVD record) | High | 7.8 | Insufficient granularity of access control in Active Directory Federation Services (AD FS) allows an authorized attacker to elevate privileges locally. | Jul 14, 2026 |
| CVE-2026-55948(opens NVD record) | High | 7.8 | Use after free in Microsoft Office Excel allows an unauthorized attacker to execute code locally. | Jul 14, 2026 |
| CVE-2026-55899(opens NVD record) | High | 7.8 | Stack-based buffer overflow in Microsoft Office Excel allows an unauthorized attacker to execute code locally. | Jul 14, 2026 |
| CVE-2026-55144(opens NVD record) | High | 7.1 | Missing cryptographic step in Windows CryptoAPI allows an authorized attacker to perform tampering locally. | Jul 14, 2026 |
| CVE-2026-55014(opens NVD record) | High | 7.8 | Improper access control in Windows Remote Help Defense allows an authorized attacker to elevate privileges locally. | Jul 14, 2026 |
| CVE-2026-55012(opens NVD record) | High | 7.8 | Integer overflow or wraparound in Microsoft Defender allows an unauthorized attacker to execute code locally. | Jul 14, 2026 |
| CVE-2026-55011(opens NVD record) | High | 7.8 | Integer underflow (wrap or wraparound) in Microsoft Defender allows an unauthorized attacker to execute code locally. | Jul 14, 2026 |
| CVE-2026-55009(opens NVD record) | High | 7.8 | Deserialization of untrusted data in Microsoft Exchange Server allows an authorized attacker to elevate privileges locally. | Jul 14, 2026 |
| CVE-2026-55008(opens NVD record) | Critical | 9.6 | Improper neutralization of input during web page generation ('cross-site scripting') in Microsoft Exchange Server allows an unauthorized attacker to perform spoofing over a network. | Jul 14, 2026 |
| CVE-2026-55006(opens NVD record) | High | 7.8 | Insufficient granularity of access control in Microsoft Exchange Server allows an authorized attacker to elevate privileges locally. | Jul 14, 2026 |
| CVE-2026-55005(opens NVD record) | High | 8.8 | Heap-based buffer overflow in Microsoft Exchange Server allows an authorized attacker to execute code over a network. | Jul 14, 2026 |