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
50,745 matching · page 704/1015Each CVE id links to its NVD record.
| CVE | Severity | CVSS | Summary | Published |
|---|---|---|---|---|
| CVE-2026-12252(opens NVD record) | High | 7.8 | In nltk/nltk versions 3.9.3 and earlier, five Stanford interface classes (StanfordPOSTagger, StanfordNERTagger, StanfordParser, StanfordDependencyParser, and StanfordNeuralDependencyParser) are vulnerable to untrusted JAR code execution. These classes accept user-controllable JAR paths and execute them via the `java()` function, which invokes `subprocess.Popen()` without integrity verification. This vulnerability is identical to CVE-2026-0848, which was fixed for StanfordSegmenter by adding SHA256 verification. However, the fix was not applied to these additional classes, leaving them susceptible to arbitrary code execution when loading untrusted JAR files. | Jul 4, 2026 |
| CVE-2025-71380(opens NVD record) | High | 8.8 | The Execute Command node in n8n allows authenticated users to execute arbitrary commands on the host system where n8n runs. Attackers with user access or compromised credentials can exploit this node to run malicious commands, potentially leading to data exfiltration, service disruption, or complete system compromise. | Jul 4, 2026 |
| CVE-2025-71375(opens NVD record) | High | 8.1 | picklescan before 0.0.34 fails to detect the _operator.methodcaller built-in function when scanning pickle files for malicious code. Attackers can craft malicious pickle payloads using _operator.methodcaller that evade detection and execute arbitrary code when loaded by pickle.load(). | Jul 4, 2026 |
| CVE-2025-71373(opens NVD record) | High | 8.1 | picklescan before 0.0.33 fails to detect operator.methodcaller function calls in pickle files, allowing attackers to bypass security checks. Remote attackers can craft malicious pickle payloads using operator.methodcaller that execute arbitrary code when loaded, compromising systems relying on picklescan for validation. | Jul 4, 2026 |
| CVE-2025-71372(opens NVD record) | High | 8.1 | Picklescan before 0.0.33 fails to detect the numpy.f2py.crackfortran.getlincoef gadget in pickle __reduce__ methods, allowing arbitrary code execution. Attackers can craft malicious pickle files that execute arbitrary Python code when loaded, bypassing Picklescan's safety checks and enabling supply-chain poisoning of shared model files. | Jul 4, 2026 |
| CVE-2025-71369(opens NVD record) | High | 8.1 | picklescan before 0.0.28 fails to detect malicious pickle files that use torch.utils.data.datapipes.utils.decoder.basichandlers in reduce methods, allowing attackers to bypass safety checks. Remote attackers can embed undetected malicious code in pickle files that executes during deserialization, enabling remote code execution. | Jul 4, 2026 |
| CVE-2025-71367(opens NVD record) | High | 8.1 | picklescan before 0.0.34 fails to detect _operator.attrgetter function calls in pickle payloads, allowing attackers to bypass security checks. Remote attackers can craft malicious pickle files using _operator.attrgetter in reduce methods to execute arbitrary code when pickle.load() processes the file. | Jul 4, 2026 |
| CVE-2025-71366(opens NVD record) | High | 8.1 | picklescan before 0.0.28 fails to detect malicious torch.utils.bottleneck.__main__.run_cprofile function calls in pickle files, allowing attackers to bypass safety checks. Remote attackers can embed undetected code in pickle files to achieve arbitrary code execution when victims load the files. | Jul 4, 2026 |
| CVE-2025-71364(opens NVD record) | High | 8.1 | picklescan before 0.0.30 fails to detect the asyncio.unix_events._UnixSubprocessTransport._start function in pickle reduce methods, allowing remote code execution. Attackers can craft malicious pickle files embedding this built-in function that evade detection but execute arbitrary commands when loaded. | Jul 4, 2026 |
| CVE-2025-71362(opens NVD record) | High | 8.1 | picklescan before 0.0.33 fails to detect unsafe deserialization when numpy.f2py.crackfortran functions call eval on arbitrary strings. Attackers can embed malicious code in pickle files that executes when loaded from untrusted sources. | Jul 4, 2026 |
| CVE-2025-71360(opens NVD record) | High | 8.1 | picklescan before 0.0.29 fails to detect malicious pickle files using idlelib.calltip.get_entity function in reduce methods. Attackers can embed undetected code in pickle files that executes remote commands when loaded by victims. | Jul 4, 2026 |
| CVE-2025-71359(opens NVD record) | High | 8.1 | picklescan before 0.0.29 fails to detect malicious pickle payloads that utilize lib2to3.pgen2.grammar.Grammar.loads in the reduce method, allowing remote code execution. Attackers can craft pickle files embedding dangerous code that evades picklescan detection and executes during pickle.load() deserialization. | Jul 4, 2026 |
| CVE-2025-71356(opens NVD record) | High | 8.1 | picklescan before 0.0.28 fails to detect malicious torch.fx.experimental.symbolic_shapes.ShapeEnv.evaluate_guards_expression function calls in pickle files. Attackers can embed undetected code in pickle files that executes remote code when loaded by victims. | Jul 4, 2026 |
| CVE-2025-71353(opens NVD record) | High | 8.1 | picklescan before 0.0.28 fails to detect malicious pickle files that exploit torch._dynamo.guards.GuardBuilder.get function in reduce methods. Attackers can craft pickle files with embedded code that evades picklescan detection and executes arbitrary commands when loaded. | Jul 4, 2026 |
| CVE-2025-71347(opens NVD record) | High | 8.1 | picklescan before 0.0.33 fails to detect malicious pickle files using numpy.f2py.crackfortran.param_eval function in reduce methods, allowing attackers to bypass security checks. Remote attackers can embed undetected code in pickle files that executes during deserialization, enabling arbitrary code execution in applications loading untrusted pickle data. | Jul 4, 2026 |
| CVE-2025-71345(opens NVD record) | High | 8.1 | picklescan before 0.0.30 fails to detect malicious pickle files that invoke torch.utils.bottleneck.__main__.run_autograd_prof function. Attackers can embed undetected code in pickle files that executes during deserialization, enabling remote code execution. | Jul 4, 2026 |
| CVE-2025-71343(opens NVD record) | High | 8.1 | picklescan before 0.0.30 fails to detect malicious pickle files that exploit lib2to3.pgen2.pgen.ParserGenerator.make_label function in the reduce method. Attackers can craft malicious pickle files with embedded code that evades detection but executes arbitrary commands when pickle.load() is called. | Jul 4, 2026 |
| CVE-2025-71342(opens NVD record) | High | 8.1 | picklescan before 0.0.30 fails to detect malicious pickle files using idlelib.run.Executive.runcode in reduce methods. Attackers can embed undetected code in pickle files that executes during pickle.load, enabling remote code execution in PyTorch models and supply chain attacks. | Jul 4, 2026 |
| CVE-2026-54424(opens NVD record) | High | 8.4 | An Incorrect Use of Privileged APIs vulnerability in Unity Parsec on Windows hosts leads to a potential Elevation of Privilege. This issue affects Parsec through v2026-05-04.0. The patched version is Parsec for Windows version 150-104a. A user can generate a situation where there is an instance of parsecd.exe running as NT AUTHORITY\SYSTEM with a user-controlled value of the AppData environment variable. | Jul 4, 2026 |
| CVE-2026-58523(opens NVD record) | Medium | 6.5 | Improper access control in Microsoft Edge for Android allows an unauthorized attacker to bypass a security feature over a network. | Jul 3, 2026 |
| CVE-2026-14617(opens NVD record) | Low | 3.1 | A security vulnerability has been detected in NousResearch hermes-agent up to 2026.4.30. Affected is the function GatewayStreamConsumer._filter_and_accumulate of the file gateway/stream_consumer.py of the component Streaming Reasoning Tag Filter. The manipulation leads to improper handling of case sensitivity. The attack may be initiated remotely. The attack's complexity is rated as high. The exploitability is told to be difficult. The exploit has been disclosed publicly and may be used. The project decided to not implement a dedicated fix: "[T]he analysis and the fix are both sound. It just lands below the bar for the maintenance cost of a duplicated scrub path." | Jul 3, 2026 |
| CVE-2026-58597(opens NVD record) | Medium | 4.3 | Insufficient ui warning of dangerous operations in Microsoft Edge (Chromium-based) allows an unauthorized attacker to perform spoofing over a network. | Jul 3, 2026 |
| CVE-2026-58524(opens NVD record) | Medium | 5.4 | Improper neutralization of input during web page generation ('cross-site scripting') in Microsoft Edge (Chromium-based) allows an unauthorized attacker to perform spoofing over a network. | Jul 3, 2026 |
| CVE-2026-58522(opens NVD record) | Medium | 6.8 | Relative path traversal in Microsoft Edge for Android allows an unauthorized attacker to disclose information locally. | Jul 3, 2026 |
| CVE-2026-58426(opens NVD record) | Critical | 9.6 | Gitea Actions Artifacts V4 signed URL HMAC ambiguity allows cross-repository artifact read and cross-task upload-state write | Jul 3, 2026 |
| CVE-2026-58424(opens NVD record) | High | 8.9 | Permanent Fork PR Workflow Approval Gate Bypass | Jul 3, 2026 |
| CVE-2026-58423(opens NVD record) | High | 7.7 | LFS authentication bypass via malformed SSH sub-verb allows unauthorized read access to private repositories | Jul 3, 2026 |
| CVE-2026-58422(opens NVD record) | Critical | 9.8 | Improper authorization on OAuth sign-in callback silently re-enables administrator-disabled accounts | Jul 3, 2026 |
| CVE-2026-58421(opens NVD record) | High | 7.5 | Unauthenticated ReDoS via CODEOWNERS pattern matching allows denial of service | Jul 3, 2026 |
| CVE-2026-58419(opens NVD record) | High | 7.5 | Notification API leaks private issue metadata after access revocation | Jul 3, 2026 |
| CVE-2026-58418(opens NVD record) | Medium | 6.5 | SSRF via HTTP Redirect in Repository Migration | Jul 3, 2026 |
| CVE-2026-58300(opens NVD record) | Medium | 6.2 | Absolute path traversal in Microsoft Edge for Android allows an unauthorized attacker to disclose information locally. | Jul 3, 2026 |
| CVE-2026-58299(opens NVD record) | High | 7.5 | Time-of-check time-of-use (toctou) race condition in Microsoft Edge for Android allows an unauthorized attacker to execute code over a network. | Jul 3, 2026 |
| CVE-2026-58298(opens NVD record) | High | 7.2 | Improper neutralization of input during web page generation ('cross-site scripting') in Microsoft Edge (Chromium-based) allows an unauthorized attacker to perform spoofing over a network. | Jul 3, 2026 |
| CVE-2026-58297(opens NVD record) | High | 7.1 | Exposure of private personal information to an unauthorized actor in Microsoft Edge for Android allows an unauthorized attacker to disclose information over a network. | Jul 3, 2026 |
| CVE-2026-58296(opens NVD record) | High | 7.1 | Exposure of private personal information to an unauthorized actor in Microsoft Edge for Android allows an unauthorized attacker to disclose information over a network. | Jul 3, 2026 |
| CVE-2026-58295(opens NVD record) | High | 8.3 | Access of resource using incompatible type ('type confusion') in Microsoft Edge (Chromium-based) allows an unauthorized attacker to bypass a security feature over a network. | Jul 3, 2026 |
| CVE-2026-58294(opens NVD record) | High | 7.5 | Use after free in Microsoft Edge (Chromium-based) allows an unauthorized attacker to execute code over a network. | Jul 3, 2026 |
| CVE-2026-58293(opens NVD record) | High | 8.1 | External control of file name or path in Microsoft Edge (Chromium-based) allows an unauthorized attacker to execute code over a network. | Jul 3, 2026 |
| CVE-2026-58292(opens NVD record) | High | 7.5 | Improper input validation in Microsoft Edge (Chromium-based) allows an unauthorized attacker to execute code over a network. | Jul 3, 2026 |
| CVE-2026-58291(opens NVD record) | Medium | 6.1 | Operation on a resource after expiration or release in Microsoft Edge (Chromium-based) allows an unauthorized attacker to disclose information over a network. | Jul 3, 2026 |
| CVE-2026-58290(opens NVD record) | High | 7.5 | Access of resource using incompatible type ('type confusion') in Microsoft Edge (Chromium-based) allows an unauthorized attacker to execute code over a network. | Jul 3, 2026 |
| CVE-2026-58289(opens NVD record) | Critical | 9.0 | Access of resource using incompatible type ('type confusion') in Microsoft Edge (Chromium-based) allows an unauthorized attacker to execute code over a network. | Jul 3, 2026 |
| CVE-2026-58288(opens NVD record) | High | 8.3 | Use after free in Microsoft Edge (Chromium-based) allows an unauthorized attacker to execute code over a network. | Jul 3, 2026 |
| CVE-2026-58287(opens NVD record) | High | 8.3 | Use after free in Microsoft Edge (Chromium-based) allows an unauthorized attacker to execute code over a network. | Jul 3, 2026 |
| CVE-2026-58286(opens NVD record) | High | 8.1 | Improper access control in Microsoft Edge (Chromium-based) allows an unauthorized attacker to perform spoofing over a network. | Jul 3, 2026 |
| CVE-2026-58285(opens NVD record) | High | 8.3 | Access of resource using incompatible type ('type confusion') in Microsoft Edge (Chromium-based) allows an unauthorized attacker to execute code over a network. | Jul 3, 2026 |
| CVE-2026-58284(opens NVD record) | High | 8.3 | Improper authorization in Microsoft Edge (Chromium-based) allows an unauthorized attacker to execute code over a network. | Jul 3, 2026 |
| CVE-2026-58283(opens NVD record) | High | 8.1 | Access of resource using incompatible type ('type confusion') in Microsoft Edge (Chromium-based) allows an unauthorized attacker to perform spoofing over a network. | Jul 3, 2026 |
| CVE-2026-58282(opens NVD record) | High | 8.1 | Improper access control in Microsoft Edge (Chromium-based) allows an unauthorized attacker to perform spoofing over a network. | Jul 3, 2026 |