diff --git a/nuclei-templates/cve-less/themes/attire-018e03e3d84deb0b9ea4b368a9e735bb.yaml b/nuclei-templates/cve-less/themes/attire-018e03e3d84deb0b9ea4b368a9e735bb.yaml new file mode 100644 index 0000000000..94b1dcb24b --- /dev/null +++ b/nuclei-templates/cve-less/themes/attire-018e03e3d84deb0b9ea4b368a9e735bb.yaml @@ -0,0 +1,59 @@ +id: attire-018e03e3d84deb0b9ea4b368a9e735bb + +info: + name: > + Attire <= 2.0.6 - Authenticated (Contributor+) PHP Object Injection + author: topscoder + severity: low + description: > + + reference: + - https://github.com/topscoder/nuclei-wordfence-cve + - https://www.wordfence.com/threat-intel/vulnerabilities/id/f21cbe18-77e1-4a9a-96a0-74edaef0db3e?source=api-scan + classification: + cvss-metrics: + cvss-score: + cve-id: + metadata: + fofa-query: "wp-content/themes/attire/" + google-query: inurl:"/wp-content/themes/attire/" + shodan-query: 'vuln:' + tags: cve,wordpress,wp-theme,attire,low + +http: + - method: GET + redirects: true + max-redirects: 3 + path: + - "{{BaseURL}}/wp-content/themes/attire/style.css" + + extractors: + - type: regex + name: version + part: body + group: 1 + internal: true + regex: + - "(?mi)Version: ([0-9.]+)" + + - type: regex + name: version + part: body + group: 1 + regex: + - "(?mi)Version: ([0-9.]+)" + + matchers-condition: and + matchers: + - type: status + status: + - 200 + + - type: word + words: + - "attire" + part: body + + - type: dsl + dsl: + - compare_versions(version, '<= 2.0.6') \ No newline at end of file