Skip to content

Commit

Permalink
Mor Nuclei translations (#1236)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet committed Aug 28, 2024
1 parent c9c7d9e commit 7b8f035
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions artemis/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,9 @@ class Nuclei:
"http/cves/2021/CVE-2021-44528.yaml",
# Minor information leaks
"http/cves/2017/CVE-2017-5487.yaml",
"http/cves/2019/CVE-2019-8449.yaml",
"http/cves/2020/CVE-2020-14179.yaml",
"http/cves/2020/CVE-2020-14181.yaml",
"http/cves/2021/CVE-2021-3293.yaml",
"http/cves/2021/CVE-2021-25118.yaml",
"http/cves/2021/CVE-2021-44848.yaml",
Expand Down Expand Up @@ -488,6 +490,7 @@ class Nuclei:
"http/cves/2019/CVE-2019-10098.yaml",
"http/cves/2022/CVE-2022-28923.yaml",
# Too many FPs
"http/cves/2023/CVE-2023-35160.yaml",
"http/cves/2023/CVE-2023-35161.yaml",
"http/exposed-panels/fireware-xtm-user-authentication.yaml",
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1000,6 +1000,9 @@
"Web Port 1.19.1 is vulnerable to cross-site scripting via the /log type parameter.": "WebPort w wersji 1.19.1 i potencjalnie wcześniejszych zawiera podatność "
+ REFLECTED_XSS_DESCRIPTION
+ UPDATE_HINT,
"Cisco Adaptive Security Appliance (ASA) Software and Cisco Firepower Threat Defense (FTD) Software is vulnerable to local file inclusion due to directory traversal attacks that can read sensitive files on a targeted system because of a lack of proper input validation of URLs in HTTP requests processed by an affected device. An attacker could exploit this vulnerability by sending a crafted HTTP request containing directory traversal character sequences to an affected device. A successful exploit could allow the attacker to view arbitrary files within the web services file system on the targeted device. The web services file system is enabled when the affected device is configured with either WebVPN or AnyConnect features. This vulnerability cannot be used to obtain access to ASA or FTD system files or underlying operating system (OS) files.": "Wykryto oprogramowanie Cisco Adaptive Security Appliance (ASA) lub Cisco Firepower Threat Defense (FTD) zawierające podatność Directory Traversal, umożliwiającą atakującemu odczyt dowolnych plików z dysku.",
"CSZ CMS version 1.3.0 suffers from multiple remote blind SQL injection vulnerabilities.": "CSZ CMS w wersji 1.3.0 i potencjalnie wcześniejszych zawiera podatność SQL Injection, umożliwiającą atakującemu pobranie całej zawartości bazy danych."
+ UPDATE_HINT,
"custom:CVE-2024-5932": "Wtyczka WordPress o nazwie GiveWP w wersji do 3.14.1 włącznie zawiera podatność Object Injection, umożliwiającą atakującemu zdalne wykonanie kodu w niektórych sytuacjach."
+ RCE_EFFECT_DESCRIPTION
+ WORDPRESS_UPDATE_HINT,
Expand Down Expand Up @@ -1359,4 +1362,5 @@
"Appsmith user login panel was detected.": "Wykryto panel logowania Appsmith.",
"Parse Dashboard login panel was detected.": "Wykryto panel logowania Parse Dashboard.",
"AirOS panel was detected.": "Wykryto panel AirOS.",
"Detects the presence of the Label Studio Login Page.": "Wykryto panel logowania Label Studio.",
}

0 comments on commit 7b8f035

Please sign in to comment.