2023-06-07 10:43:25 +00:00
|
|
|
id: eol-magento
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Magento End-of-life Detect
|
|
|
|
author: dogancanbakir
|
|
|
|
severity: info
|
|
|
|
description: |
|
|
|
|
Magento end of life detection.
|
|
|
|
reference:
|
|
|
|
- https://www.magento.com/
|
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cwe-id: CWE-200
|
2024-09-10 08:22:50 +00:00
|
|
|
cpe: cpe:2.3:a:magento:magento:*:*:*:*:*:*:*:*
|
2023-06-07 10:43:25 +00:00
|
|
|
metadata:
|
2023-10-14 11:27:55 +00:00
|
|
|
verified: true
|
2023-06-21 21:03:53 +00:00
|
|
|
max-request: 1
|
2023-06-07 10:43:25 +00:00
|
|
|
shodan-query: http.component:"Magento"
|
2024-09-10 08:22:50 +00:00
|
|
|
product: magento
|
|
|
|
vendor: magento
|
2023-06-07 10:43:25 +00:00
|
|
|
tags: magento,tech,cms
|
|
|
|
|
2023-06-19 08:41:12 +00:00
|
|
|
http:
|
2023-06-07 10:43:25 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
2023-06-19 08:41:12 +00:00
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
internal: true
|
|
|
|
name: version
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- 'Magento\/([0-9.]+) '
|
2023-06-07 10:43:25 +00:00
|
|
|
matchers:
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
2023-06-19 08:41:12 +00:00
|
|
|
- compare_versions(version, '<=2.4')
|
|
|
|
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
regex:
|
|
|
|
- 'Magento\/([0-9.]+) '
|
2024-09-12 05:14:01 +00:00
|
|
|
# digest: 4b0a00483046022100a003005b738f66fdde965d0743918f4fc5385f25603042ee2b158aa6e92fdb6f022100b89654eeb3da777521fdaa19ef95f0c63909d43f185ec927c427cd076a4363af:922c64590222798bb761d5b6d8e72950
|