nuclei-templates icon indicating copy to clipboard operation
nuclei-templates copied to clipboard

CVE-2024-1728 regex problem

Open Phoenix1112 opened this issue 6 months ago • 1 comments

It gives incorrect results because more than one regex is used.

        regex:
          - "root:.*:0:0:"
          - "\\[(font|extension|file)s\\]"

Naturally, this part causes us to get wrong results. "\\[(font|extension|file)s\\]"

Phoenix1112 avatar Aug 10 '24 09:08 Phoenix1112