| タイトル | yungifez Skuul v2.6.5 Improper Access Controls |
|---|
| 説明 | The View Fee Invoice feature in Skuul v2.6.5 is vulnerable to an Insecure Direct Object Reference (IDOR). Authenticated student users can manipulate the invoice ID parameter in the URL to access other students’ invoices without authorization. This results in unauthorized disclosure of personal and financial information.
Steps to Reproduce
1. Naviagte to: http://127.0.0.1:8000/login and Log in as a student the given credentials are: Email: [email protected] | Password: password
2. Navigate to Fees and click on View Fee Invoice.
3. Click on Action and click View, and observe the URL in the browser’s address bar: http://127.0.0.1:8000/dashboard/fees/fee-invoices/46
4. Modify the invoice ID in the URL (e.g., change 46 to 45): http://127.0.0.1:8000/dashboard/fees/fee-invoices/45
5. The application displays the invoice of Student XYZ even Student ABC can print Student XYZ invoice.
Impact
-) Unauthorized access to other students’ invoices.
-) Exposure of personal and financial data.
-) Privacy and data protection violation.
Recommendation
-) Enforce ownership checks before displaying invoices.
-) Implement proper role-based access control (RBAC).
-) Use non-predictable invoice IDs (e.g., UUIDs).
Affected Version
-) Skuul v2.6.5
Product Source:
-) Website: https://yungifez.github.io/skuul.org/
-) GitHub Repository: https://github.com/yungifez/skuul
Credits
Zeeshan Khan
https://www.thezeeshankhan.site/ |
|---|
| ソース | ⚠️ https://gist.github.com/thezeekhan/fbfa9a7dbc0b0b81fd868ee166839041 |
|---|
| ユーザー | Zeeshan Khan (UID 91384) |
|---|
| 送信 | 2025年10月22日 20:31 (9 月 ago) |
|---|
| モデレーション | 2025年11月08日 17:46 (17 days later) |
|---|
| ステータス | 承諾済み |
|---|
| VulDBエントリ | 331636 [yungifez Skuul School Management System 迄 2.6.5 View Fee Invoice fee-invoices invoice_id 特権昇格] |
|---|
| ポイント | 20 |
|---|