Hi,
I just wanted to check if we have support now for querying the API by version for the ASA or if its on the roadmap.
As per the customer I am working with :
Below output is returned for the query “python /usr/lib/python3.4/site-packages/openVulnQuery/main.py --ios 12.3\(7\)JA2”
[
{
"advisory_id": "cisco-sa-20170927-dhcp",
"advisory_title": "Cisco IOS and IOS XE Software DHCP Remote Code Execut
ion Vulnerability",
"bug_ids": [
"CSCsm45390",
"CSCuw77959"
],
"cves": [
"CVE-2017-12240"
],
"cvrf_url": null,
"cvss_base_score": "9.8",
"cwe": [
"CWE-20"
],
"first_fixed": [
"12.4(3g)JA2",
"12.4(13d)JA"
],
"first_published": "2017-09-27T16:00:00-0700",
"ios_release": [
"12.3(7)JA2"
],
"last_updated": "2018-02-12T21:34:15-0800",
Below output is returned for the query “python /usr/lib/python3.4/site-packages/openVulnQuery/main.py –product asa ” , it doesn’t return the software version in which the vulnerability is fixed unlike in the example above for ios which gives this information under “first_fixed”
Without this information running the query for asa’s is pretty useless, could you please check if there is an alternate way to figure this information
{
"advisory_id": "cisco-sa-20180606-asaftd",
"advisory_title": "Cisco Adaptive Security Appliance Web Services Denial of Service Vulnerability",
"bug_ids": [
"CSCvi16029"
],
"cves": [
"CVE-2018-0296"
],
"cvrf_url": " https://tools.cisco.com/security/center/contentxml/CiscoSecurityAdvisory/cisco-sa-20180606-asaftd/cvrf/cisco-sa-20180606-asaftd_cvrf.xml";,
"cvss_base_score": "8.6",
"cwe": [
"CWE-20"
],
"first_published": "2018-06-06T16:00:00-0700",
"ips_signatures": [
"NA"
],
"last_updated": "2018-10-05T15:28:40-0700",
"product_names": [
"Cisco Adaptive Security Appliance (ASA) Software ",
"Cisco Firepower Threat Defense Software "
],
"publication_url": " https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20180606-asaftd";,
"sir": "High",
"summary": "A vulnerability in the web interface of the Cisco Adaptive Security Appliance (ASA) could allow an unauthenticated, remote attacker to cause an affected device to reload unexpectedly, resulting in a denial of service (DoS) condition. It is also possible on certain software releases that the ASA will not reload, but an attacker could view sensitive system information without authentication by using directory traversal techniques.<br />\n<br />\nThe vulnerability is due to lack of proper input validation of the HTTP URL. An attacker could exploit this vulnerability by sending a crafted HTTP request to an affected device. An exploit could allow the attacker to cause a DoS condition or unauthenticated disclosure of information. This vulnerability applies to IPv4 and IPv6 HTTP traffic.<br />\n<br />\nCisco has released software updates that address this vulnerability. There are no workarounds that address this vulnerability.<br />\n<br />\nThis advisory is available at the following link:<br />\n<a href=\" https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20180606-asaftd\"> https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20180606-asaftd</a>";
},
Any suggestions would be helpful.
Thanks and regards
Priyanka Agrawal