← Back
CWE-284

7,824 CVEs • Abstraction: Pillar

Improper Access Control

The product does not restrict or incorrectly restricts access to a resource from an unauthorized actor.

JSON object

Loading...

CVEs (7,824)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Ruoyi
1Ruoyi
Jun 17, 2026
Jan 23, 2026
N/A· v4
7.5 HIGH· v3
N/A· v2
Incorrect access control in the selectDept function of RuoYi v4.8.2 allows unauthorized attackers to arbitrarily access sensitive department data.
1Ruoyi
1Ruoyi
Jun 17, 2026
Jan 23, 2026
N/A· v4
9.1 CRITICAL· v3
N/A· v2
Incorrect access control in the update function of RuoYi v4.8.2 allows unauthorized attackers to arbitrarily modify data outside of their scope.
1Bladex
1Springblade
Jun 17, 2026
Jan 23, 2026
N/A· v4
9.9 CRITICAL· v3
N/A· v2
Incorrect access control in the authRoutes function of SpringBlade v4.5.0 allows attackers with low-level privileges to escalate privileges.
1Newgensoft
1Omniapp
Jun 17, 2026
Jan 23, 2026
N/A· v4
7.5 HIGH· v3
N/A· v2
An unauthenticated information disclosure vulnerability in Newgen OmniApp allows attackers to enumerate valid privileged usernames via a publicly accessible client-side JavaScript resource.
-
-
Jun 17, 2026
Jan 23, 2026
N/A· v4
7.5 HIGH· v3
N/A· v2
An unauthenticated information disclosure vulnerability exists in Newgen OmniDocs due to missing authentication and access control on the /omnidocs/GetListofCabinet API endpoint. A remote attacker can access this endpoin...Show more
An unauthenticated information disclosure vulnerability exists in Newgen OmniDocs due to missing authentication and access control on the /omnidocs/GetListofCabinet API endpoint. A remote attacker can access this endpoint without valid credentials to retrieve sensitive internal configuration information, including cabinet names and database-related metadata. This allows unauthorized enumeration of backend deployment details and may facilitate further targeted attacks.Show less
1Microsoft
1Azure Resource Manager
Jul 30, 2026
Jan 23, 2026
N/A· v4
8.8 HIGH· v3
N/A· v2
Improper access control in Azure Resource Manager allows an authorized attacker to elevate privileges over a network.
1Microsoft
1Azure Front Door
Jun 17, 2026
Jan 22, 2026
N/A· v4
9.8 CRITICAL· v3
N/A· v2
Improper access control in Azure Front Door (AFD) allows an unauthorized attacker to elevate privileges over a network.
1Gitea
1Gitea
Jul 15, 2026
Jan 22, 2026
N/A· v4
9.1 CRITICAL· v3
N/A· v2
Gitea does not properly validate repository ownership when linking attachments to releases. An attachment uploaded to a private repository could potentially be linked to a release in a different public repository, making...Show more
Gitea does not properly validate repository ownership when linking attachments to releases. An attachment uploaded to a private repository could potentially be linked to a release in a different public repository, making it accessible to unauthorized users.Show less
1Gitea
1Gitea
Jun 17, 2026
Jan 22, 2026
N/A· v4
6.5 MEDIUM· v3
N/A· v2
Gitea does not properly validate ownership when toggling OpenID URI visibility. An authenticated user may be able to change the visibility settings of other users' OpenID identities.
1Gitea
1Gitea
Jul 15, 2026
Jan 22, 2026
N/A· v4
9.1 CRITICAL· v3
N/A· v2
Gitea does not properly validate repository ownership when deleting Git LFS locks. A user with write access to one repository may be able to delete LFS locks belonging to other repositories.
1Gitea
1Gitea
Jun 17, 2026
Jan 22, 2026
N/A· v4
4.3 MEDIUM· v3
N/A· v2
Gitea does not properly verify authorization when canceling scheduled auto-merges via the web interface. A user with read access to pull requests may be able to cancel auto-merges scheduled by other users.
1Gitea
1Gitea
Jun 17, 2026
Jan 22, 2026
N/A· v4
6.5 MEDIUM· v3
N/A· v2
Gitea's stopwatch API does not re-validate repository access permissions. After a user's access to a private repository is revoked, they may still view issue titles and repository names through previously started stopwat...Show more
Gitea's stopwatch API does not re-validate repository access permissions. After a user's access to a private repository is revoked, they may still view issue titles and repository names through previously started stopwatches.Show less
1Gitea
1Gitea
Jul 15, 2026
Jan 22, 2026
N/A· v4
9.1 CRITICAL· v3
N/A· v2
Gitea does not properly validate project ownership in organization project operations. A user with project write access in one organization may be able to modify projects belonging to a different organization.
1Gitea
1Gitea
Jul 15, 2026
Jan 22, 2026
N/A· v4
7.5 HIGH· v3
N/A· v2
Gitea does not properly verify repository context when deleting attachments. A user who previously uploaded an attachment to a repository may be able to delete it after losing access to that repository by making the requ...Show more
Gitea does not properly verify repository context when deleting attachments. A user who previously uploaded an attachment to a repository may be able to delete it after losing access to that repository by making the request through a different repository they can access.Show less
1Gitea
1Gitea
Jun 17, 2026
Jan 22, 2026
N/A· v4
3.5 LOW· v3
N/A· v2
Gitea may send release notification emails for private repositories to users whose access has been revoked. When a repository is changed from public to private, users who previously watched the repository may continue to...Show more
Gitea may send release notification emails for private repositories to users whose access has been revoked. When a repository is changed from public to private, users who previously watched the repository may continue to receive release notifications, potentially disclosing release titles, tags, and content.Show less
1Atomberg
1Erica Smart Fan Firmware
Jun 17, 2026
Jan 22, 2026
N/A· v4
7.4 HIGH· v3
N/A· v2
An issue in Atomberg Atomberg Erica Smart Fan Firmware Version: V1.0.36 allows an attacker to obtain sensitive information and escalate privileges via a crafted deauth frame
1Typebot
1Typebot
Jun 17, 2026
Jan 22, 2026
N/A· v4
7.4 HIGH· v3
N/A· v2
Typebot is an open-source chatbot builder. In versions prior to 3.13.2, client-side script execution in Typebot allows stealing all stored credentials from any user. When a victim previews a malicious typebot by clicking...Show more
Typebot is an open-source chatbot builder. In versions prior to 3.13.2, client-side script execution in Typebot allows stealing all stored credentials from any user. When a victim previews a malicious typebot by clicking "Run", JavaScript executes in their browser and exfiltrates their OpenAI keys, Google Sheets tokens, and SMTP passwords. The `/api/trpc/credentials.getCredentials` endpoint returns plaintext API keys without verifying credential ownership. Version 3.13.2 fixes the issue.Show less
1Langfuse
1Langfuse
Jun 17, 2026
Jan 22, 2026
6.3 MEDIUM· v4
5.3 MEDIUM· v3
N/A· v2
Langfuse is an open source large language model engineering platform. In versions 3.146.0 and below, the /api/public/slack/install endpoint initiates Slack OAuth using a projectId provided by the client without authentic...Show more
Langfuse is an open source large language model engineering platform. In versions 3.146.0 and below, the /api/public/slack/install endpoint initiates Slack OAuth using a projectId provided by the client without authentication or authorization. The projectId is preserved throughout the OAuth flow, and the callback stores installations based on this untrusted metadata. This allows an attacker to bind their Slack workspace to any project and potentially receive changes to prompts stored in Langfuse Prompt Management. An attacker can replace existing Prompt Slack Automation integrations or pre-register a malicious one, though the latter requires an authenticated user to unknowingly configure it despite visible workspace and channel indicators in the UI. This issue has been fixed in version 3.147.0.Show less
1Horilla
1Horilla
Jun 17, 2026
Jan 22, 2026
N/A· v4
4.3 MEDIUM· v3
N/A· v2
Horilla is a free and open source Human Resource Management System (HRMS). Version 1.4.0 has Improper Access Control, allowing low-privileged employees to self-approve documents they have uploaded. The document-approval...Show more
Horilla is a free and open source Human Resource Management System (HRMS). Version 1.4.0 has Improper Access Control, allowing low-privileged employees to self-approve documents they have uploaded. The document-approval UI is intended to be restricted to administrator or high-privilege roles only; however, an insufficient server-side authorization check on the approval endpoint lets a standard employee modify the approval status of their own uploaded document. A successful exploitation allows users with only employee-level permissions to alter application state reserved for administrators. This undermines the integrity of HR processes (for example, acceptance of credentials, certifications, or supporting materials), and may enable submission of unvetted documents. This issue is fixed in version 1.5.0.Show less
1Horilla
1Horilla
Jun 17, 2026
Jan 22, 2026
N/A· v4
5.3 MEDIUM· v3
N/A· v2
Horilla is a free and open source Human Resource Management System (HRMS). Versions 1.4.0 and above expose unpublished job postings through the /recruitment/recruitment-details// endpoint without authentication. The resp...Show more
Horilla is a free and open source Human Resource Management System (HRMS). Versions 1.4.0 and above expose unpublished job postings through the /recruitment/recruitment-details// endpoint without authentication. The response includes draft job titles, descriptions and application link allowing unauthenticated users to view unpublished roles and access the application workflow for unpublished jobs. Unauthorized access to unpublished job posts can leak sensitive internal hiring information and cause confusion among candidates. This issue has been fixed in version 1.5.0.Show less