Lucene search
+L

458 matches found

Nuclei
Nuclei
added 2026/08/23 2:28 a.m.18 views

OpenProject < 12.5.4 - Project Identifiers Exposure

OpenProject versions before 12.5.6 generate a publicly accessible robots.txt file revealing project identifiers, even if the instance is set to 'Login required', letting attackers gather project info, exploit requires no authentication. id: CVE-2023-33960 info: name: OpenProject 12.5.4 - Project...

7.5CVSS7.4AI score0.01268EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/20 5:18 p.m.7 views

CVE-2026-55095

OpenProject is open-source, web-based project management software. In version 17.5.1 and earlier, an authenticated non-admin project member can request the inplace-edit dialog for a raw customfield project attribute. The dialog path resolves the project custom field by its raw identifier without...

5.3CVSS0.00288EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/20 4:26 p.m.6 views

CVE-2026-55095 OpenProject: Inplace-edit dialog exposes comments from hidden admin-only project custom fields

OpenProject is open-source, web-based project management software. In version 17.5.1 and earlier, an authenticated non-admin project member can request the inplace-edit dialog for a raw customfield project attribute. The dialog path resolves the project custom field by its raw identifier without...

5.3CVSS5.2AI score0.00288EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/20 4:26 p.m.9 views

EUVD-2026-63463

OpenProject is open-source, web-based project management software. In version 17.5.1 and earlier, an authenticated non-admin project member can request the inplace-edit dialog for a raw customfield project attribute. The dialog path resolves the project custom field by its raw identifier without...

5.3CVSS5.2AI score0.00288EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/20 4:26 p.m.29 views

CVE-2026-55095 OpenProject: Inplace-edit dialog exposes comments from hidden admin-only project custom fields

OpenProject is open-source, web-based project management software. In version 17.5.1 and earlier, an authenticated non-admin project member can request the inplace-edit dialog for a raw customfield project attribute. The dialog path resolves the project custom field by its raw identifier without...

5.3CVSS0.00288EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/20 4:26 p.m.5 views

CVE-2026-55095 OpenProject: Inplace-edit dialog exposes comments from hidden admin-only project custom fields

OpenProject is open-source, web-based project management software. In version 17.5.1 and earlier, an authenticated non-admin project member can request the inplace-edit dialog for a raw customfield project attribute. The dialog path resolves the project custom field by its raw identifier without...

5.3CVSS5.3AI score
SaveExploits0References4
CVE
CVE
added 2026/08/20 4:26 p.m.11 views

CVE-2026-55095

In OpenProject ≤17.5.1, the inplace-edit dialog resolves project custom fields by raw identifier without enforcing the admin_only visibility scope, leaking hidden admin-only comment text to authenticated non-admin members. CVSS 5.3 MEDIUM. Fixed in 17.6.0. No public exploitation observed.

5.3CVSS5.2AI score0.00288EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/08/20 12:00 a.m.11 views

PT-2026-79058

OpenProject is open-source, web-based project management software. In version 17.5.1 and earlier, an authenticated non-admin project member can request the inplace-edit dialog for a raw custom field project attribute. The dialog path resolves the project custom field by its raw identifier without...

5.3CVSS5.2AI score0.00288EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/30 8:18 p.m.12 views

CVE-2026-67527

OpenProject is open-source, web-based project management software. Prior to 17.6.0, PATCH /api/v3/workpackages/id accepted links.fileLinks and allowed authenticated users with editworkpackages but without managefilelinks to resolve Storages::FileLink records by raw id, detach or hard-delete...

7.6CVSS0.00242EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/30 8:18 p.m.11 views

CVE-2026-67528

OpenProject is open-source, web-based project management software. Prior to 17.6.0, GET /api/v3/customoptions/:id resolved CustomOption records by global numeric id and allowed UserCustomField and GroupCustomField options without checking visiblecurrentuser, so authenticated non-admin users could...

4.3CVSS0.0021EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/30 7:29 p.m.11 views

CVE-2026-67529

OpenProject is open-source, web-based project management software. Prior to 17.6.0, GET /api/v3/timeentries and GET /api/v3/costentries rendered links.workPackage.title and links.workPackage.href through associatedresource in modules/costs/lib/api/v3/timeentries/timeentryrepresenter.rb and...

4.3CVSS5.8AI score0.00237EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2026/07/30 7:29 p.m.38 views

CVE-2026-67529 OpenProject: Private work package subject/identity disclosure through the global Time Entries and Cost Entries APIs (linked work package rendered without visibility check)

OpenProject is open-source, web-based project management software. Prior to 17.6.0, GET /api/v3/timeentries and GET /api/v3/costentries rendered links.workPackage.title and links.workPackage.href through associatedresource in modules/costs/lib/api/v3/timeentries/timeentryrepresenter.rb and...

4.3CVSS0.00237EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/30 7:29 p.m.9 views

CVE-2026-67529 OpenProject: Private work package subject/identity disclosure through the global Time Entries and Cost Entries APIs (linked work package rendered without visibility check)

OpenProject is open-source, web-based project management software. Prior to 17.6.0, GET /api/v3/timeentries and GET /api/v3/costentries rendered links.workPackage.title and links.workPackage.href through associatedresource in modules/costs/lib/api/v3/timeentries/timeentryrepresenter.rb and...

4.3CVSS5.5AI score
SaveExploits0References8
CVE
CVE
added 2026/07/30 7:24 p.m.31 views

CVE-2026-67528

OpenProject before 17.6.0 exposes sensitive admin_only custom option labels via GET /api/v3/custom_options/:id due to missing visible(current_user) checks when resolving by global numeric id. Authenticated non-admin users can enumerate option IDs and read restricted labels. The issue is fixed in ...

4.3CVSS5.8AI score0.0021EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/30 7:24 p.m.40 views

CVE-2026-67528 OpenProject: Improper Access Control through /api/v3/custom_options/:id via Path "id" leads to Sensitive Data Exposure

OpenProject is open-source, web-based project management software. Prior to 17.6.0, GET /api/v3/customoptions/:id resolved CustomOption records by global numeric id and allowed UserCustomField and GroupCustomField options without checking visiblecurrentuser, so authenticated non-admin users could...

4.3CVSS0.0021EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/30 7:24 p.m.18 views

EUVD-2026-51281

OpenProject is open-source, web-based project management software. Prior to 17.6.0, GET /api/v3/customoptions/:id resolved CustomOption records by global numeric id and allowed UserCustomField and GroupCustomField options without checking visiblecurrentuser, so authenticated non-admin users could...

4.3CVSS5.8AI score0.0021EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/30 7:24 p.m.7 views

CVE-2026-67528 OpenProject: Improper Access Control through /api/v3/custom_options/:id via Path "id" leads to Sensitive Data Exposure

OpenProject is open-source, web-based project management software. Prior to 17.6.0, GET /api/v3/customoptions/:id resolved CustomOption records by global numeric id and allowed UserCustomField and GroupCustomField options without checking visiblecurrentuser, so authenticated non-admin users could...

4.3CVSS5.8AI score
SaveExploits0References5
OSV
OSV
added 2026/07/30 7:19 p.m.8 views

CVE-2026-67527 OpenProject: Improper Access Control through /api/v3/work_packages/<X.id> via PATCH parameter "fileLinks"

OpenProject is open-source, web-based project management software. Prior to 17.6.0, PATCH /api/v3/workpackages/id accepted links.fileLinks and allowed authenticated users with editworkpackages but without managefilelinks to resolve Storages::FileLink records by raw id, detach or hard-delete...

7.6CVSS5.9AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/30 7:19 p.m.39 views

CVE-2026-67527 OpenProject: Improper Access Control through /api/v3/work_packages/<X.id> via PATCH parameter "fileLinks"

OpenProject is open-source, web-based project management software. Prior to 17.6.0, PATCH /api/v3/workpackages/id accepted links.fileLinks and allowed authenticated users with editworkpackages but without managefilelinks to resolve Storages::FileLink records by raw id, detach or hard-delete...

7.6CVSS0.00242EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/30 7:19 p.m.14 views

EUVD-2026-51280

OpenProject is open-source, web-based project management software. Prior to 17.6.0, PATCH /api/v3/workpackages/id accepted links.fileLinks and allowed authenticated users with editworkpackages but without managefilelinks to resolve Storages::FileLink records by raw id, detach or hard-delete...

7.6CVSS5.9AI score0.00242EPSS
SaveExploits0References4
Rows per page
Query Builder