{ "schema_version": "1.4.0", "id": "GHSA-mrqx-mjc4-vfh3", "modified": "2023-02-02T19:27:16Z", "published": "2023-02-02T19:26:47Z", "aliases": [ "CVE-2023-0610" ], "summary": "wallabag subject to Improper Authorization via annotations", "details": "### Impact\nThe annotations feature lets users add annotations on highlighted parts of an entry.\n\nThe controller does not validate authorization on `PUT` and `DELETE` requests which lets a logged user modify or delete any annotation using their ID on their endpoints `example.org/annotations/{id}`.\n\nThese vulnerable requests also disclose highlighted parts of the entry to the attacker.\n\nYou should immediately patch your instance to version 2.5.3 or higher if you have more than one user and/or having open registration.\n\n### Resolution\n\nA user check is now done in the vulnerable methods before applying change on an annotation.\n\nThe Annotation retrieval through a `ParamConverter` has also been replaced with a call to the `AnnotationRepository` in order to prevent any information disclosure through response discrepancy.\n\n### Workarounds\n\n\n\n### Credits\n\nWe would like to thank @bAuh0lz for reporting this issue through huntr.dev.\n\nReference: https://huntr.dev/bounties/8fdd9b31-d89b-4bbe-9557-20b960faf926/\n", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N" } ], "affected": [ { "package": { "ecosystem": "Packagist", "name": "wallabag/wallabag" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "2.0.0-beta.1" }, { "fixed": "2.5.3" } ] } ] } ], "references": [ { "type": "WEB", "url": "https://github.com/wallabag/wallabag/security/advisories/GHSA-mrqx-mjc4-vfh3" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0610" }, { "type": "WEB", "url": "https://github.com/wallabag/wallabag/commit/5ac6b6bff9e2e3a87fd88c2904ff3c6aac40722e" }, { "type": "PACKAGE", "url": "https://github.com/wallabag/wallabag" }, { "type": "WEB", "url": "https://huntr.dev/bounties/8fdd9b31-d89b-4bbe-9557-20b960faf926" } ], "database_specific": { "cwe_ids": [], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2023-02-02T19:26:47Z", "nvd_published_at": null } }