| tiêu đề | JPress 1.0.3 Improper Authorization |
|---|
| Mô tả | An improper authorization vulnerability exists in JPress UCenter article submission functionality.
The endpoint responsible for saving articles allows a user-controlled article id to be submitted and passed into a save-or-update flow without verifying ownership of the existing article.
Source-level chain:
POST /ucenter/article/doWriteSave
→ ArticleUCenterController.doWriteSave()
→ request binds Article with attacker-controlled id
→ JbootServiceBase.saveOrUpdate(model)
→ existing id triggers update
→ missing ownership check (article.userId == currentUser.id)
Impact:
An authenticated low-privilege user may be able to overwrite or modify articles belonging to other users if a valid article id is known or can be enumerated.
The issue is caused by insufficient authorization checks during update operations. |
|---|
| Nguồn | ⚠️ https://github.com/JPressProjects/jpress |
|---|
| Người dùng | feng123123 (UID 95215) |
|---|
| Đệ trình | 26/04/2026 07:40 (cách đây 1 tháng) |
|---|
| Kiểm duyệt | 23/05/2026 16:52 (27 days later) |
|---|
| Trạng thái | được chấp nhận |
|---|
| Mục VulDB | 365339 [JPress đến 1.0.3 UCenter Article Submission Endpoint doWriteSave id/userId nâng cao đặc quyền] |
|---|
| điểm | 20 |
|---|