Lucene search
+L

284 matches found

OSV
OSV
•added 2025/01/16 12:00 a.m.•12 views

CVE-2024-50633

A Broken Object Level Authorization BOLA vulnerability in Indico through 3.3.5 allows attackers to read information by sending a crafted POST request to the component /api/principals. NOTE: this is disputed by the Supplier because the product intentionally lets all users retrieve certain...

6.3AI score
SaveExploits0References4
CVE
CVE
•added 2024/12/09 8:49 a.m.•73 views

CVE-2024-12305

Unifiedtransform v2.0 (and potentially earlier) contains an object‑level access control flaw in MarkController.php that lets a student access other students’ grades by altering the student_id parameter in the marks viewing endpoint. The CVE description explicitly notes insufficient access checks ...

4.3CVSS4.7AI score0.00259EPSS
SaveExploits0References1
CNNVD
CNNVD
•added 2024/12/09 12:00 a.m.•10 views

Unifiedtransform 安全漏洞

Unifiedtransform is an open source school management software from the individual developer Hasib Mahmud. A security vulnerability exists in Unifiedtransform version 2.0 and prior versions that stems from an object-level access control vulnerability allowing unauthorized access to student grades...

4.3CVSS6.7AI score0.00259EPSS
SaveExploits0References1
Imperva Blog
Imperva Blog
•added 2024/03/13 3:06 p.m.•36 views

Understanding the OWASP API Security Top 10: Why BOLA is the Number One Risk for APIs

Understanding and addressing vulnerabilities is critical in cybersecurity, where APIs serve as the backbone for seamless data exchange. The OWASP API Security Top 10, revised in 2023, provides a comprehensive guide to the critical issues that organizations must tackle to ensure the robust securit...

8AI score
SaveExploits0
Github Security Blog
Github Security Blog
•added 2023/12/22 7:51 p.m.•42 views

Nautobot missing object-level permissions enforcement when running Job Buttons

Impact When submitting a Job to run via a Job Button, only the model-level extras.runjob permission is checked i.e., does the user have permission to run Jobs in general?. Object-level permissions i.e., does the user have permission to run this specific Job? are not enforced by the URL/view used ...

4.3CVSS5.4AI score0.00452EPSS
SaveExploits0References9Affected Software1
Prion
Prion
•added 2023/12/22 5:15 p.m.•25 views

Code injection

Nautobot is a Network Source of Truth and Network Automation Platform built as a web application atop the Django Python framework with a PostgreSQL or MySQL database. When submitting a Job to run via a Job Button, only the model-level extras.runjob permission is checked i.e., does the user have...

4CVSS6.9AI score0.00452EPSS
SaveExploits0References4Affected Software1
PyPA
PyPA
•added 2023/12/22 5:15 p.m.•11 views

PYSEC-2023-287

Nautobot is a Network Source of Truth and Network Automation Platform built as a web application atop the Django Python framework with a PostgreSQL or MySQL database. When submitting a Job to run via a Job Button, only the model-level extras.runjob permission is checked i.e., does the user have...

4.3CVSS6.8AI score0.00452EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
•added 2023/12/22 4:48 p.m.•42 views

CVE-2023-51649 Nautobot missing object-level permissions enforcement when running Job Buttons

Nautobot is a Network Source of Truth and Network Automation Platform built as a web application atop the Django Python framework with a PostgreSQL or MySQL database. When submitting a Job to run via a Job Button, only the model-level extras.runjob permission is checked i.e., does the user have...

3.5CVSS4.8AI score0.00452EPSS
SaveExploits0References4
CVE
CVE
•added 2023/12/22 4:48 p.m.•81 views

CVE-2023-51649

CVE-2023-51649 affects Nautobot, a Django-based network automation platform. The issue: when submitting a Job via a Job Button, only the model-level extras.run_job permission is enforced; object-level permissions (permission to run a specific Job) are not checked by the relevant URL/view. Result:...

4.3CVSS4.1AI score0.00452EPSS
SaveExploits0References4Affected Software1
Positive Technologies
Positive Technologies
•added 2023/12/22 12:00 a.m.•17 views

PT-2023-31867 · Nautobot · Nautobot

Name of the Vulnerable Software and Affected Versions: Nautobot versions prior to 1.6.8 Nautobot versions prior to 2.1.0 Description: Nautobot is a Network Source of Truth and Network Automation Platform built as a web application atop the Django Python framework with a PostgreSQL or MySQL...

4.3CVSS4.3AI score0.00452EPSS
SaveExploits0References14
CNNVD
CNNVD
•added 2023/12/22 12:00 a.m.•13 views

Nautobot Security Vulnerability

Nautobot is a web automation platform from the individual developers of Nautobot. A security vulnerability exists in Nautobot version 1.5.14 and earlier, which stems from not checking object-level permissions when submitting a job to be run via the Job Button...

4.3CVSS6.7AI score0.00452EPSS
SaveExploits0References5
Prion
Prion
•added 2023/09/04 11:15 p.m.•46 views

Information disclosure

Parse Server is an open source backend server. In affected versions the Parse Cloud trigger beforeFind is not invoked in certain conditions of Parse.Query. This can pose a vulnerability for deployments where the beforeFind trigger is used as a security layer to modify the incoming query. The...

5CVSS7.6AI score0.00768EPSS
SaveExploits0References5Affected Software1
CVE
CVE
•added 2023/09/04 10:39 p.m.•94 views

CVE-2023-41058

Parse Server fixed a vulnerability where the Cloud trigger beforeFind was not invoked under certain Parse.Query conditions. The issue could bypass the security layer provided by beforeFind. The fix refactored the internal query pipeline and added a patch to ensure beforeFind is invoked. The fix w...

7.5CVSS7.5AI score0.00768EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
•added 2023/09/04 10:39 p.m.•80 views

CVE-2023-41058 Trigger `beforeFind` not invoked in internal query pipeline in parse-server

Parse Server is an open source backend server. In affected versions the Parse Cloud trigger beforeFind is not invoked in certain conditions of Parse.Query. This can pose a vulnerability for deployments where the beforeFind trigger is used as a security layer to modify the incoming query. The...

7.5CVSS7.8AI score0.00768EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
•added 2023/09/04 12:00 a.m.•28 views

PT-2023-27766 · Unknown · Parse Server

Name of the Vulnerable Software and Affected Versions: Parse Server versions prior to 5.5.5 Parse Server versions prior to 6.2.2 Description: The issue concerns the Parse Cloud trigger beforeFind not being invoked in certain conditions of Parse.Query. This poses a risk for deployments where the...

7.5CVSS7.4AI score0.00768EPSS
SaveExploits0References13
Wallarm Lab
Wallarm Lab
•added 2023/07/29 1:45 p.m.•59 views

2023 OWASP Top-10 Series: API1:2023 Broken Object Level Authorization

Welcome to the 2nd post in our weekly series on the new 2023 OWASP API Security Top-10 list, with a particular focus on security practitioners. This post will focus on API1:2023 Broken Object Level Authorization. In this series we are taking an in-depth look at each category – the details, the...

7.7AI score
SaveExploits0
OSV
OSV
•added 2022/08/22 3:15 p.m.•11 views

CVE-2022-34770

Tabit - sensitive information disclosure. Several APIs on the web system display, without authorization, sensitive information such as health statements, previous bills in a specific restaurant, alcohol consumption and smoking habits. Each of the described API’s, has in its URL one or more MongoD...

7.5CVSS5.8AI score0.00445EPSS
SaveExploits0References1
Prion
Prion
•added 2022/08/22 3:15 p.m.•30 views

Authorization

Tabit - sensitive information disclosure. Several APIs on the web system display, without authorization, sensitive information such as health statements, previous bills in a specific restaurant, alcohol consumption and smoking habits. Each of the described API’s, has in its URL one or more MongoD...

5CVSS7.2AI score0.00445EPSS
SaveExploits0References1Affected Software1
CVE
CVE
•added 2022/08/22 2:41 p.m.•353 views

CVE-2022-34770

CVE-2022-34770 concerns Tabit exposure of sensitive information via multiple web APIs that reveal health statements, bills, alcohol consumption, and smoking habits without proper authorization. Affected components include endpoints that expose MongoDB IDs in their URLs and rely on tiny URLs like ...

7.5CVSS5.7AI score0.00445EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
•added 2022/08/22 2:41 p.m.•41 views

CVE-2022-34770 Tabit - sensitive information disclosure

Tabit - sensitive information disclosure. Several APIs on the web system display, without authorization, sensitive information such as health statements, previous bills in a specific restaurant, alcohol consumption and smoking habits. Each of the described API’s, has in its URL one or more MongoD...

4.6CVSS7.5AI score0.00445EPSS
SaveExploits0References1
Rows per page
Query Builder