Lucene search
+L

59177 matches found

Cvelist
Cvelist
added 2026/07/21 9:24 p.m.29 views

CVE-2026-43945 FUXA Vulnerable to Pre-auth RCE via Path Manipulation & Configuration Injection

FUXA is a web-based Process Visualization SCADA/HMI/Dashboard software. Versions 1.2.11 until 1.3.1 allow an unauthenticated remote attacker to achieve Full Remote Code Execution RCE as root. The exploit succeeds even when the platform is configured in its most secure state Secure Mode Enabled an...

9.3CVSS0.00839EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/21 9:21 p.m.36 views

CVE-2026-8988 Access to Bootloader

Autel Maxi Charger Single firmware through V1.03.51 exposes an accessible UART interface that permits interruption of the boot process and access to the U-Boot bootloader. An attacker with physical access can modify the boot configuration or file system to obtain operating system access...

8.6CVSS0.00223EPSS
SaveExploits1References1
NVD
NVD
added 2026/07/21 9:16 p.m.10 views

CVE-2026-65055

Taiga 6.10.1 contains a missing authorization vulnerability that allows unauthenticated attackers to disclose the full member roster and internal workflow configuration of any private project by supplying a project ID to the filtersdata API endpoints on UserStory, Task, Issue, and Epic viewsets...

6.9CVSS0.00431EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/21 9:08 p.m.10 views

CVE-2026-63141

Missing Authorization CWE-862 in Kibana allows an authenticated user to access and modify Cloud Connect configuration and service settings without the required feature privileges, via direct requests to insufficiently protected product endpoints...

6.3CVSS5.2AI score0.00186EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/07/21 8:43 p.m.29 views

CVE-2026-65055 Taiga taiga-back Private Project Member Roster Disclosure via Unauthenticated filters_data Endpoints

Taiga 6.10.1 contains a missing authorization vulnerability that allows unauthenticated attackers to disclose the full member roster and internal workflow configuration of any private project by supplying a project ID to the filtersdata API endpoints on UserStory, Task, Issue, and Epic viewsets...

6.9CVSS0.00431EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/21 8:43 p.m.33 views

CVE-2026-65055

Taiga 6.10.1 contains a missing authorization vulnerability that allows unauthenticated attackers to disclose private project members and internal workflow configuration. By supplying a project ID to the filters_data endpoints on UserStory, Task, Issue, and Epic viewsets, attackers can issue unau...

6.9CVSS5.4AI score0.00431EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/21 7:23 p.m.9 views

USN-8580-2 accountsservice vulnerabilities

USN-8580-1 fixed vulnerabilities in AccountsService. This update provides the corresponding fixes for Ubuntu 14.04 LTS, Ubuntu 16.04 LTS, Ubuntu 18.04 LTS, and Ubuntu 20.04 LTS. Original advisory details: It was discovered that the Ubuntu-specific SetLanguage patch to AccountsService incorrectly...

7.8CVSS5.8AI score0.0013EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/21 5:17 p.m.18 views

CVE-2026-47398

PraisonAI is a multi-agent teams system. The v4.6.32 chokepoint refactor which patched CVE-2026-44334 / GHSA-xcmw-grxf-wjhj added the PRAISONAIALLOWLOCALTOOLS env-var gate to the tooloverride.py sinks. However, two additional spec.loader.execmodule call sites in praisonai/agentsgenerator.py were...

8.1CVSS0.00573EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/21 5:02 p.m.33 views

CVE-2026-47411 praisonai-platform: Any workspace member can rewrite workspace name, description, and settings via PATCH /workspaces/{id}

PraisonAI Platform is the platform layer for the PraisonAI multi-agent teams system. Versions prior to 0.1.4 have an authorization bypass enabling workspace metadata + settings tampering. The PATCH /workspaces/workspaceid endpoint is gated only by requireworkspacememberworkspaceid default...

6.5CVSS0.00335EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/21 5:02 p.m.65 views

CVE-2026-47411

PraisonAI Platform contains an authorization bypass in PATCH /workspaces/{workspace_id}: endpoints guarded by require_workspace_member (default min_role=member) allow any workspace member to rewrite workspace name, description, and the free‑form settings JSON. This can enable configuration inject...

6.5CVSS5.5AI score0.00335EPSS
SaveExploits0References1
The Hacker News
The Hacker News
added 2026/07/21 4:06 p.m.23 views

AWS Kiro Flaw Let a Poisoned Web Page Rewrite Its Config and Run Code

Hidden text on a web page was enough to make Kiro, AWS's agentic coding IDE, rewrite its own configuration file and run an attacker's code on a developer's machine, with no approval step able to stop it. Intezer, in research with Kodem Security, found that a request as ordinary as asking Kiro to...

8.8CVSS6.8AI score0.00662EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/07/21 4:02 p.m.24 views

httpd: Apache HTTP Server: Denial of Service via crafted regular expressions

A flaw was found in Apache HTTP Server. This buffer underwrite vulnerability occurs when processing crafted regular expressions in the server's configuration. An attacker could potentially exploit this to cause a denial of service...

9.8CVSS8.1AI score0.00504EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/21 4:01 p.m.12 views

EUVD-2026-46306

PraisonAI is a multi-agent teams system. The v4.6.32 chokepoint refactor which patched CVE-2026-44334 / GHSA-xcmw-grxf-wjhj added the PRAISONAIALLOWLOCALTOOLS env-var gate to the tooloverride.py sinks. However, two additional spec.loader.execmodule call sites in praisonai/agentsgenerator.py were...

8.1CVSS5.5AI score0.00573EPSS
SaveExploits2References3
CVE
CVE
added 2026/07/21 4:01 p.m.74 views

CVE-2026-47398

PRAISONAI vulnerability CVE-2026-47398: two unguarded calls to spec.loader.exec_module in praisonai/agents_generator.py allow arbitrary code execution when module_path from YAML is loaded. The issue exists in master prior to 4.6.40; fix is to gate by PRAISONAI_ALLOW_LOCAL_TOOLS and validate modul...

8.1CVSS5.4AI score0.00573EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/07/21 3:55 p.m.12 views

CVE-2026-63989

A flaw was found in the Linux kernel's bridge module. When configuring network bridge ports, a critical function was incorrectly holding a lock during an operation that could cause the system to pause unexpectedly. This can lead to a kernel crash, making the system unavailable and resulting in a...

5.5CVSS5.4AI score0.00166EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/21 3:39 p.m.80 views

CVE-2026-47393

PraisonAI's code generator for API servers (praisonai.deploy.api.generate_api_server_code) emits a Flask API server with authentication disabled by default. Default config sets auth_enabled=False and auth_token=None, causing check_auth() to short-circuit and accept unauthenticated requests to /ch...

9.8CVSS5.4AI score0.00779EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/21 3:39 p.m.10 views

CVE-2026-47393 PraisonAI `deploy --type api` emits a Flask server with authentication disabled by default

PraisonAI is a multi-agent teams system. CVE-2026-44338 GHSA-6rmh-7xcm-cpxj documents that PraisonAI ships a code-generator praisonai.deploy.api.generateapiservercode that emits a Flask API server with authentication disabled by default. Users who follow the documented quickstart praisonai deploy...

9.8CVSS5.5AI score
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2026/07/21 1:17 p.m.11 views

SUSE CVE-2026-15811

A vulnerability was found in kronosnet's version =1.34 cryptographic configuration management. The framework does not correctly zero-out or wipe sensitive memory segments after executing changes to its cryptographic configuration. This omission leaves raw encryption keys resident in memory after...

5.8CVSS5.2AI score0.00082EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/21 1:17 p.m.14 views

CVE-2026-16445

A flaw was found in dracut. A remote attacker on the adjacent network can exploit this vulnerability by providing specially crafted DHCP options, such as a malicious root-path, next-server, or bootfile name, to a system using dracut's NetworkManager-based initrd network module. These options are...

7.5CVSS0.02906EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/07/21 1:17 p.m.17 views

CVE-2026-16445

A flaw was found in dracut. A remote attacker on the adjacent network can exploit this vulnerability by providing specially crafted DHCP options, such as a malicious root-path, next-server, or bootfile name, to a system using dracut's NetworkManager-based initrd network module. These options are...

7.5CVSS6.2AI score0.02906EPSS
SaveExploits0References2
Rows per page
Query Builder