Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Employee-level authentication required (PR:L); role manipulation yields low confidentiality and integrity impact with no identified availability consequence.
Primary rating from Vendor (VulDB).
CVSS VectorVendor: VulDB
Lifecycle Timeline
3DescriptionCVE.org
A weakness has been identified in manjurulhoque django-job-portal up to dfa352f305bba44445ac5dc12e9b2a98c9dcd71f. Affected by this vulnerability is the function EditEmployeeProfileAPIView of the file accounts/api/views.py of the component Employee Dashboard Endpoint. This manipulation of the argument role causes improper access controls. The attack may be initiated remotely. The exploit has been made available to the public and could be used for attacks. This product uses a rolling release model to deliver continuous updates. As a result, specific version information for affected or updated releases is not available. The project was informed of the problem early through an issue report but has not responded yet.
AnalysisAI
Improper access control in manjurulhoque's django-job-portal allows authenticated remote attackers to manipulate the role argument via the EditEmployeeProfileAPIView endpoint, enabling unauthorized privilege escalation within the Employee Dashboard. All commits up to dfa352f305bba44445ac5dc12e9b2a98c9dcd71f are affected under a rolling release model with no fixed version available. A publicly available proof-of-concept exploit exists via GitHub issue #91; the project maintainer has not responded to disclosure and no patch has been released.
Technical ContextAI
The affected code resides in accounts/api/views.py within the EditEmployeeProfileAPIView class, a Django REST Framework API view responsible for handling employee profile updates. CWE-284 (Improper Access Control) identifies the root cause as a failure to enforce field-level authorization - specifically, the role field is accepted from user-supplied input without validating whether the requesting user has the privilege to modify it. This is a classic Django mass-assignment or parameter-tampering pattern where Django REST Framework serializers expose writable fields (including sensitive ones like role) that should be restricted via read_only_fields or permission-scoped serializer logic. The CPE string cpe:2.3:a:manjurulhoque:django-job-portal:*:*:*:*:*:*:*:* indicates no version pinning is possible, as the project uses rolling commits rather than tagged releases.
RemediationAI
No vendor-released patch has been identified at time of analysis - the maintainer has not responded to the responsible disclosure filed via GitHub issue #91. Organizations running this software should apply the following compensating controls immediately: in the DRF serializer for employee profile updates, explicitly add role to read_only_fields to prevent it from being written via API input; add a server-side permission check in EditEmployeeProfileAPIView that rejects any request containing a role field unless the requesting user holds admin-level privileges; and restrict access to the Employee Dashboard API routes via network-level controls or application-layer middleware where possible. Monitor https://github.com/manjurulhoque/django-job-portal/issues/91 for any upstream fix. Note that adding role to read_only_fields is non-breaking but will silently ignore the field rather than returning an error - explicit validation with a 403 response is preferable for auditability.
Wazuh SIEM platform versions 4.4.0 through 4.9.0 contain an unsafe deserialization vulnerability in the DistributedAPI t
BentoML version 1.4.2 and earlier contains an unauthenticated remote code execution vulnerability through insecure deser
pgAdmin 4 contains critical remote code execution vulnerabilities in the Query Tool download and Cloud Deployment endpoi
The renderLocalView function in render/views.py in graphite-web in Graphite 0.9.5 through 0.9.10 uses the pickle Python
BentoML is a Python library for building online serving systems optimized for AI apps and model inference. Rated critica
OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h does not properly restrict processing of ChangeCiph
pyLoad download manager version prior to 0.5.0b3.dev77 exposes the Flask SECRET_KEY through an unauthenticated endpoint.
Langflow (a visual LLM pipeline builder) contains a critical unauthenticated code execution vulnerability (CVE-2026-3301
In Mercurial before 4.1.3, "hg serve --stdio" allows remote authenticated users to launch the Python debugger, and conse
Unauthenticated remote code execution affects Kestra OSS (the open-source event-driven orchestration platform) prior to
Unauthenticated remote code execution in Marimo ≤0.20.4 allows attackers to execute arbitrary system commands via the `/
pyLoad is the free and open-source Download Manager written in pure Python. Rated medium severity (CVSS 5.3), this vulne
Same weakness CWE-284 – Improper Access Control
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-42606
GHSA-2rhq-gr66-449j