Lucene search
+L

9509 matches found

Cvelist
Cvelist
added 2025/03/20 10:11 a.m.18 views

CVE-2024-7767 Improper Access Control in danswer-ai/danswer

An improper access control vulnerability exists in danswer-ai/danswer version v0.3.94. This vulnerability allows the first user created in the system to view, modify, and delete chats created by an Admin. This can lead to unauthorized access to sensitive information, loss of data integrity, and...

6.5CVSS0.00579EPSS
SaveExploits1References1
CVE
CVE
added 2025/03/20 10:11 a.m.52 views

CVE-2024-7767

CVE-2024-7767 affects danswer-ai/danswer v0.3.94. The root cause is improper access control, enabling the first user created in the system to view, modify, and delete chats created by an Admin. Reported impact includes unauthorized access to sensitive information and potential data integrity issu...

8.1CVSS6.4AI score0.00579EPSS
SaveExploits1References1Affected Software1
Vulnrichment
Vulnrichment
added 2025/03/20 10:11 a.m.7 views

CVE-2024-7767 Improper Access Control in danswer-ai/danswer

An improper access control vulnerability exists in danswer-ai/danswer version v0.3.94. This vulnerability allows the first user created in the system to view, modify, and delete chats created by an Admin. This can lead to unauthorized access to sensitive information, loss of data integrity, and...

6.5CVSS6.4AI score0.00579EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2025/03/20 10:11 a.m.7 views

CVE-2024-8183 CORS Misconfiguration in prefecthq/prefect

A CORS Cross-Origin Resource Sharing misconfiguration in prefecthq/prefect version 2.20.2 allows unauthorized domains to access sensitive data. This vulnerability can lead to unauthorized access to the database, resulting in potential data leaks, loss of confidentiality, service disruption, and...

7.6CVSS7.4AI score0.00176EPSS
SaveExploits0References2
CVE
CVE
added 2025/03/20 10:11 a.m.65 views

CVE-2024-8183

CVE-2024-8183 affects the Prefect framework (prefect, v2.20.2). The issue is a misconfigured Cross-Origin Resource Sharing (CORS) policy that permits unauthorized domains to access sensitive data, potentially enabling unauthorized access to the database and leading to data leaks, confidentiality ...

7.6CVSS7.4AI score0.00176EPSS
SaveExploits0References2
OSV
OSV
added 2025/03/20 10:11 a.m.12 views

CVE-2024-8183 CORS Misconfiguration in prefecthq/prefect

A CORS Cross-Origin Resource Sharing misconfiguration in prefecthq/prefect version 2.20.2 allows unauthorized domains to access sensitive data. This vulnerability can lead to unauthorized access to the database, resulting in potential data leaks, loss of confidentiality, service disruption, and...

7.6CVSS5.9AI score
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2025/03/20 10:10 a.m.3 views

CVE-2024-11301 Improper Enforcement of Unique Constraint in lunary-ai/lunary

In lunary-ai/lunary before version 1.6.3, the application allows the creation of evaluators without enforcing a unique constraint on the combination of projectId and slug. This allows an attacker to overwrite existing data by submitting a POST request with the same slug as an existing evaluator...

6.5CVSS6.4AI score0.00572EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2025/03/20 10:10 a.m.13 views

CVE-2024-11301 Improper Enforcement of Unique Constraint in lunary-ai/lunary

In lunary-ai/lunary before version 1.6.3, the application allows the creation of evaluators without enforcing a unique constraint on the combination of projectId and slug. This allows an attacker to overwrite existing data by submitting a POST request with the same slug as an existing evaluator...

6.5CVSS0.00572EPSS
SaveExploits1References2
CVE
CVE
added 2025/03/20 10:10 a.m.54 views

CVE-2024-11301

CVE-2024-11301 affects lunary-ai/lunary prior to 1.6.3. The issue is the absence of a unique constraint on the combination of projectId and slug when creating evaluators, allowing an attacker to overwrite an existing evaluator by submitting a POST with the same slug. This leads to data integrity ...

6.5CVSS6.4AI score0.00572EPSS
SaveExploits1References2Affected Software1
Vulnrichment
Vulnrichment
added 2025/03/20 10:09 a.m.11 views

CVE-2024-6827 HTTP Request Smuggling in benoitc/gunicorn

Gunicorn version 21.2.0 does not properly validate the value of the 'Transfer-Encoding' header as specified in the RFC standards, which leads to the default fallback method of 'Content-Length,' making it vulnerable to TE.CL request smuggling. This vulnerability can lead to cache poisoning, data...

7.5CVSS7.5AI score0.0077EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/03/20 10:09 a.m.19 views

CVE-2024-6827 HTTP Request Smuggling in benoitc/gunicorn

Gunicorn version 21.2.0 does not properly validate the value of the 'Transfer-Encoding' header as specified in the RFC standards, which leads to the default fallback method of 'Content-Length,' making it vulnerable to TE.CL request smuggling. This vulnerability can lead to cache poisoning, data...

7.5CVSS0.0077EPSS
SaveExploits0References1
CVE
CVE
added 2025/03/20 10:09 a.m.291 views

CVE-2024-6827

CVE-2024-6827 affects Gunicorn 21.2.0 where Transfer-Encoding is not properly validated, causing fallback to Content-Length and TE.CL HTTP request smuggling. This can lead to cache poisoning, data exposure, session manipulation, SSRF, XSS, DoS, and data integrity issues. Root cause: improper vali...

7.5CVSS6.7AI score0.0077EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2025/03/20 10:09 a.m.11 views

CVE-2024-9096 Improper Authorization in lunary-ai/lunary

In lunary-ai/lunary version 1.4.28, the /checklists/:id route allows low-privilege users to modify checklists by sending a PATCH request. The route lacks proper access control, such as middleware to ensure that only authorized users e.g., project owners or admins can modify checklist data. This...

7.6CVSS7.4AI score0.00501EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2025/03/20 10:09 a.m.6 views

CVE-2024-9000 Improper Authorization and Duplicate Slug Vulnerability in lunary-ai/lunary

In lunary-ai/lunary before version 1.4.26, the checklists.post endpoint allows users to create or modify checklists without validating whether the user has proper permissions. This missing access control permits unauthorized users to create checklists, bypassing intended permission checks...

7.1CVSS6.8AI score0.00532EPSS
SaveExploits1References2
CVE
CVE
added 2025/03/20 10:09 a.m.49 views

CVE-2024-9000

In lunary-ai/lunary prior to version 1.4.26, the checklists.post endpoint lacks proper authorization checks, allowing unauthorized users to create or modify checklists. The issue includes missing validation of the user’s permissions and a failure to enforce unique slugs for new checklists, enabli...

7.1CVSS6.8AI score0.00532EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2025/03/20 10:09 a.m.19 views

CVE-2024-9000 Improper Authorization and Duplicate Slug Vulnerability in lunary-ai/lunary

In lunary-ai/lunary before version 1.4.26, the checklists.post endpoint allows users to create or modify checklists without validating whether the user has proper permissions. This missing access control permits unauthorized users to create checklists, bypassing intended permission checks...

7.1CVSS0.00532EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2025/03/20 12:00 a.m.5 views

PT-2025-12105 · Lunary · Lunary

Name of the Vulnerable Software and Affected Versions: lunary-ai/lunary versions prior to 1.6.3 Description: The application allows the creation of evaluators without enforcing a unique constraint on the combination of projectId and slug. This enables an attacker to overwrite existing data by...

6.5CVSS6.3AI score0.00572EPSS
SaveExploits1References6
Positive Technologies
Positive Technologies
added 2025/03/20 12:00 a.m.23 views

PT-2025-12222

Name of the Vulnerable Software and Affected Versions prefecthq/prefect version 2.20.2 Description A CORS Cross-Origin Resource Sharing misconfiguration allows unauthorized domains to access sensitive data, potentially leading to unauthorized access to the database. This can result in data leaks,...

7.6CVSS7.2AI score0.00176EPSS
SaveExploits0References14
CNNVD
CNNVD
added 2025/03/20 12:00 a.m.6 views

Lunary 安全漏洞

Lunary is Lunary open source a production toolkit for LLM . A security vulnerability exists in Lunary versions prior to 1.6.3 that stems from not enforcing unique constraints and can be exploited by an attacker to cause data integrity issues...

6.5CVSS6.7AI score0.00572EPSS
SaveExploits1References2
BDU FSTEC
BDU FSTEC
added 2025/03/19 12:00 a.m.7 views

The vulnerability of the nft_map_deactivate() function in the net/netfilter/nf_tables_api.c module of the netfilter component in the Linux operating system’s kernel allows a attacker to compromise the integrity of the protected information.

The vulnerability of the nftmapdeactivate function in the net/netfilter/nftablesapi.c module of the netfilter component of the Linux operating system is related to pointer manipulation. Exploiting this vulnerability could allow an attacker to compromise the integrity of the protected information...

7.5CVSS6.7AI score0.00294EPSS
SaveExploits0References19Affected Software6
Rows per page
Query Builder