BimaBharosa IRDAI Vulnerability 2024
The Bima Bharosa portal (https://bimabharosa.irdai.gov.in) had a vulnerability in its complaint history API that allowed access to sensitive complaint details by simply incrementing the complaint ID. This exposed personal and claim information of policyholders without authentication.
Summary of the vulnerability:
Sr | API | Date reported | Date fixed | Days taken | CERT-in reference number |
---|---|---|---|---|---|
1 | GetComplainthistorydata | 18 November 2024 | before 30 November 2024 | less than 12 days | 68209424 |
2 | encrypted GetComplainthistorydata | 30 November 2024 | 1 January 2025 | 31 days | 68209424 |
Root cause in OWASP terms:
- A01 2021 Broken Access Control: CWE-284 Improper Access Control, CWE-285 Improper Authorization
- A04 2021 Insecure Design: Insecure Direct Object Reference
- A07 2021 Identification and Authentication Failures: CWE-287 Improper Authentication