CVE-2026-44341 Details
Description
GoJobs is a REST API for a Job Board platform. The application exposes a job retrieval endpoint that allows unauthenticated users to access job details by directly manipulating object identifiers. The endpoint lacks proper authentication and authorization checks, resulting in unauthorized access to job data.
An insecure direct object reference vulnerability has been identified in GoJobs, a REST API for a job board platform. This vulnerability allows unauthenticated users to access job details by manipulating object identifiers. The job retrieval endpoint lacks proper authentication and authorization checks, leading to unauthorized access to job data. The issue affects all versions of the application.
To address this vulnerability, it is recommended to require authentication for accessing job details, implement authorization checks based on user roles or ownership, avoid direct exposure of sequential object identifiers, consider using indirect references such as UUIDs, and implement rate limiting to prevent enumeration.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed May 12, 2026CISA-ADP
Assessed May 13, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/karnop/gojobs/security/advisories/GHSA-x2j8-h9xc-wpgf | CISA-ADP | AdvisoryExploitRemedyVendor |
| https://github.com/karnop/gojobs/security/advisories/GHSA-x2j8-h9xc-wpgf | [email protected] | AdvisoryExploitRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-284 | Improper Access Control | [email protected] |
| CWE-639 | Authorization Bypass Through User-Controlled Key | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| karnop GoJobs | All versions |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| May 13, 2026 | CVE Modified | CISA-ADP |
| May 12, 2026 | New CVE Received | [email protected] |
Volerion