{"document":{"acknowledgments":[{"urls":["https://kb.cert.org/vuls/id/930724#acknowledgements"]}],"category":"CERT/CC Vulnerability Note","csaf_version":"2.0","notes":[{"category":"summary","text":"### Overview\r\nApache Log4j allows insecure JNDI lookups that could allow an unauthenticated, remote attacker to execute arbitrary code with the privileges of the vulnerable Java application using Log4j.\r\n\r\nCISA has published [Apache Log4j Vulnerability Guidance](https://www.cisa.gov/uscert/apache-log4j-vulnerability-guidance) and provides a [Software List](https://github.com/cisagov/log4j-affected-db#software-list).\r\n\r\n### Description\r\nThe default configuration of Apache Log4j supports [JNDI](https://docs.oracle.com/javase/tutorial/jndi/overview/index.html) (Java Naming and Directory Interface) lookups that can be exploited to exfiltrate data or execute arbitrary code via remote services such as LDAP, RMI, and DNS.\r\n\r\nThis vulnerability note includes information about the following related vulnerabilities.\r\n\r\n* CVE-2021-44228 tracks the initial JNDI injection and RCE vulnerability in Log4j 2. This vulnerability poses considerabily more risk than the others.\r\n\r\n* CVE-2021-4104 tracks a very similar vulnerability that affects Log4j 1 if JMSAppender and malicious connections have been configured.\r\n\r\n* CVE-2021-45046 tracks an incomplete fix for CVE-2021-44228 affecting Log4j 2.15.0 when an attacker has \"...control over Thread Context Map (MDC) input data when the logging configuration uses a non-default Pattern Layout with either a Context Lookup (for example, $${ctx:loginId}) or a Thread Context Map pattern.\"\r\n\r\nWe provide [tools](https://github.com/CERTCC/CVE-2021-44228_scanner) to scan for vulnerable jar files.\r\n\r\nMore information is available from the [Apache Log4j Security Vulnerabilities](https://logging.apache.org/log4j/2.x/security.html) page, including these highlights.\r\n\r\nCertain conditions must be met to make Log4j 1.x vulnerable:\r\n>Log4j 1.x mitigation: Log4j 1.x does not have Lookups so the risk is lower. Applications using Log4j 1.x are only vulnerable to this attack when they use JNDI in their configuration. A separate CVE (CVE-2021-4104) has been filed for this vulnerability. To mitigate: audit your logging configuration to ensure it has no JMSAppender configured. Log4j 1.x configurations without JMSAppender are not impacted by this vulnerability.\r\n\r\nLog4j API code alone is not affected:\r\n>Note that only the log4j-core JAR file is impacted by this vulnerability. Applications using only the log4j-api JAR file without the log4j-core JAR file are not impacted by this vulnerability.\r\n\r\n### Impact\r\nA remote, unauthenticated attacker with the ability to log specially crafted messages can cause Log4j to connect to a service controlled by the attacker to download and execute arbitrary code.\r\n\r\n### Solution\r\nIn Log4j [2.12.2](https://lists.apache.org/thread/fvl15g8lkqf9d8owqhg9z9p2hthvchws) (for Java 7) and [2.16.0](https://lists.apache.org/thread/t72msv9cpxw9q5zw8rfkhx52v24z57f1) (for Java 8 or later) the message lookups feature has been completely removed. In addition, JNDI is disabled by default and other default configuration settings are modified to mitigate CVE-2021-44228 and CVE-2021-45046.\r\n\r\nFor Log4j 1, remove the JMSAppender class or do not configure it. Log4j 1 is [not supported](https://logging.apache.org/log4j/1.2/) and likely contains unfixed bugs and vulnerabilities (such as CVE-2019-17571).\r\n\r\nFor applications, services, and systems that use Log4j, consult the appropriate vendor or provider. See the CISA [Log4j Software List](https://github.com/cisagov/log4j-affected-db#software-list) and the [Vendor Information](#vendor-information) section below.\r\n\r\n### Workarounds\r\nRemove the JndiLookup class from the classpath, for example:\r\n\r\n`zip -q -d log4j-core-*.jar org/apache/logging/log4j/core/lookup/JndiLookup.class`\r\n\r\nAs analysis has progressed, certain mitigations have been found to be less effective or incomplete. See \"Older (discredited) mitigation measures\" on the [Apache Log4j Security Vulnerabilities](https://logging.apache.org/log4j/2.x/security.html) page.\r\n\r\n[SLF4J](http://slf4j.org/log4shell.html) also recommends write-protecting Log4j configuration files.\r\n\r\n### Acknowledgements\r\nApache credits Chen Zhaojun of Alibaba Cloud Security Team for reporting CVE-2021-44228 and CVE-2021-4104 and Kai Mindermann of iC Consult for CVE-2021-45046.\r\n\r\nMuch of the content of this vulnerability note is derived from [Apache Log4j Security Vulnerabilities](https://logging.apache.org/log4j/2.x/security.html) and [http://slf4j.org/log4shell.html](http://slf4j.org/log4shell.html).\r\n\r\nThis document was written by Art Manion.","title":"Summary"},{"category":"legal_disclaimer","text":"THIS DOCUMENT IS PROVIDED ON AN 'AS IS' BASIS AND DOES NOT IMPLY ANY KIND OF GUARANTEE OR WARRANTY, INCLUDING THE WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. YOUR USE OF THE INFORMATION ON THE DOCUMENT OR MATERIALS LINKED FROM THE DOCUMENT IS AT YOUR OWN RISK. ","title":"Legal Disclaimer"},{"category":"other","text":"CERT/CC Vulnerability Note is a limited advisory. It primarily identifies vendors impacted by the advisory and not specific products. We only support \"known_affected\" and \"known_not_affected\" status. Please consult the vendor's statements and advisory URL if provided by the vendor for more details ","title":"Limitations of Advisory"},{"category":"other","text":"The Zephyr project is a small, embedded, microcontroller RTOS. As such, it does not make use of Java, or any packages written in Java, and is unaffected by these vulnerabilities.","title":"Vendor statment from Zephyr Project"},{"category":"other","text":"The X.Org Foundation does not publish or maintain any software written in Java or that otherwise includes or depends on Apache Log4j.","title":"Vendor statment from X.org Foundation"},{"category":"other","text":"https://success.trendmicro.com/solution/000289940","title":"Vendor statment from Trend Micro"},{"category":"other","text":"Neither Wireshark nor its web sites are affected.","title":"Vendor statment from Wireshark"},{"category":"other","text":"Customers can retrieve information on any affected products by visiting the respective product site.","title":"Vendor statment from Ontario Systems"},{"category":"other","text":"The Joomla CMS is not affected by the Log4J vulnerability as it's not based on Java.","title":"Vendor statment from Joomla"},{"category":"other","text":"Pretty much everyone worldwide is affected by this, and coordinating large-scale response efforts in determining where vulnerable log4j instances are present.","title":"Vendor statment from KPN-CERT"},{"category":"other","text":"https://github.com/YfryTchsGD/Log4jAttackSurface/blob/master/pages/Tencent.md","title":"CERT/CC comment on Tencent notes"},{"category":"other","text":"https://lab.wallarm.com/cve-2021-44228-mitigation-update/","title":"CERT/CC comment on Wallarm notes"},{"category":"other","text":"no Apache sources in our RTOS","title":"Vendor statment from eCosCentric"},{"category":"other","text":"This does not affect our products. In non of our products we use Log4j.","title":"Vendor statment from HitmanPro"},{"category":"other","text":"See https://security.joyent.com/jsa-2021-003/ for our full statement.","title":"Vendor statment from Joyent"},{"category":"other","text":"Patches for our products are released, internal IT is patched up.","title":"Vendor statment from Paessler"},{"category":"other","text":"https://puppet.com/blog/puppet-response-to-remote-code-execution-vulnerability-cve-2021-44228/","title":"CERT/CC comment on Puppet notes"},{"category":"other","text":"Proxmox Server Solutions is not using log4j or Java in general in any of its Software it develops.","title":"Vendor statment from Proxmox Server Solutions"},{"category":"other","text":"Aruba has issued a security advisory regarding our status in regards to CVE-2021-44228. It can be found at the case reference below. Most of our products are unaffected, but Silver Peak Orchestrator is affected in some configurations. See the advisory for more detail.","title":"Vendor statment from Aruba Networks"},{"category":"other","text":"https://help.salesforce.com/s/articleView?id=000363736&type=1","title":"CERT/CC comment on salesforce.com notes"},{"category":"other","text":"LibreOffice does not contain a copy of Log4j so it does not bundle an affected version of Log4j, and LibreOffice does not have a direct dependency on Log4j","title":"Vendor statment from LibreOffice"},{"category":"other","text":"Brocade has investigated its product line to determine the exposure of Brocade Fibre Channel products from Broadcom.  Brocade continues to monitor all sources of information related to these vulnerabilities.\r\nBrocade Security Advisory is at: https://www.broadcom.com/support/fibre-channel-networking/security-advisories/brocade-security-advisory-2021-1651","title":"Vendor statment from Brocade Communication Systems"},{"category":"other","text":"https://helpx.adobe.com/security/products/log4j-2-advisory.html","title":"Vendor statment from Adobe"},{"category":"other","text":"https://community.rsa.com/t5/general-security-advisories-and/rsa-customer-advisory-apache-vulnerability-log4j2-cve-2021-44228/ta-p/660501","title":"CERT/CC comment on RSA notes"},{"category":"other","text":"log4j is not distributed as part of the Rust toolchain, and the library is not present in the Rust project infrastructure either","title":"Vendor statment from Rust Security Response WG"},{"category":"other","text":"CoreDX DDS does not use or include log4j, and is therefore not impacted by CVE-2021-44228.","title":"Vendor statment from TwinOaks Computing"},{"category":"other","text":"https://www.bbraun.com/en/products-and-therapies/services/b-braun-vulnerability-disclosure-policy/security-advisory/b-braun-statement-on-Apache_Log4j.html","title":"Vendor statment from B. Braun"},{"category":"other","text":"gdnsd doesn't have any Java code and is categorically not impacted.","title":"Vendor statment from gdnsd"},{"category":"other","text":"Allegro products do not make use of any open source software.","title":"Vendor statment from Allegro Software Development Corporation"},{"category":"other","text":"CVE-2021-4104 https://support.f5.com/csp/article/K24554520\r\nCVE-2021-44228 https://support.f5.com/csp/article/K19026212\r\nCVE-2021-45046 https://support.f5.com/csp/article/K32171392","title":"Vendor statment from F5 Networks"},{"category":"other","text":"Security Notice: NVIDIA Response to Log4j Vulnerability (CVE-2021-44228) - December 2021","title":"Vendor statment from NVIDIA"},{"category":"other","text":"VanDyke Software products do not use Java and do not use the Apache Log4j library. The Log4j vulnerability is not applicable to VanDyke Software products.","title":"Vendor statment from VanDyke Software"},{"category":"other","text":"https://jira.talendforge.org/browse/TCOMP-2054","title":"CERT/CC comment on Talend notes"},{"category":"other","text":"https://community.sonarsource.com/t/sonarqube-and-the-log4j-vulnerability/54721","title":"CERT/CC comment on SonarSource notes"},{"category":"other","text":"https://tech.forums.softwareag.com/t/log4j-zero-day-vulnerability/253849","title":"CERT/CC comment on Software AG notes"},{"category":"other","text":"https://twitter.com/Shadow0pz/status/1469329119439687682","title":"CERT/CC comment on Scytl notes"},{"category":"other","text":"https://github.com/YfryTchsGD/Log4jAttackSurface","title":"CERT/CC comment on Twitter notes"},{"category":"other","text":"Log4j is not used in products by Advantech Czech.","title":"Vendor statment from Advantech Czech"},{"category":"other","text":"After a comprehensive review of all of Crestron's products and services, it has been determined that none are using Log4j and therefore we are unaffected.","title":"Vendor statment from Crestron Electronics"},{"category":"other","text":"Some Webex products are not vulnerable. Please check: https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-apache-log4j-qRuKNEbd#vp for information.","title":"CERT/CC comment on WebEx notes"},{"category":"other","text":"https://support.servicenow.com/now?id=ns_search&q=log4j&s=true&pp=kb_article_view\r\n\r\nhttps://community.servicenow.com/community?id=community_article&sys_id=26ccd67cdb2c0590b5d6e6be1396198f","title":"CERT/CC comment on ServiceNow notes"},{"category":"other","text":"We do not use any of the software affected.","title":"Vendor statment from Efiia"},{"category":"other","text":"Not affected.","title":"Vendor statment from Check Point"},{"category":"other","text":"The vulnerable JNDI lookup functionality in Log4j depends on javax packages that are not provided by the Android Java VM","title":"Vendor statment from Android Open Source Project"},{"category":"other","text":"MobaXterm software is fully developed in Delphi and C. It does not use any Java code, so it does not use Log4J or Log4shell","title":"Vendor statment from Mobatek"},{"category":"other","text":"Pragma Systems products are not impacted by the critical Apache Log4j vulnerability known as CVE-2021-44228. Pragma Telemote, Pragma Telemote Viewer, Pragma Fortress SSH Server, Pragma Fortress SSH Client and Pragma TelnetServer do not use any java libraries in the products.\r\n\r\nPlease see our formal statement at https://www.pragmasys.com/news/press-release-apach-log4j-vulnerabillity.","title":"Vendor statment from Pragma Systems"},{"category":"other","text":"MikroTik is not affected by Log4 in any software or services.","title":"Vendor statment from MikroTik"},{"category":"other","text":"\"Updated POMs for Log4j 2.16.0. Updated Changelog\"  https://github.com/bpangburn/swingset/commit/80c6a542d166f8fe8232d87595fcad7c4028760d","title":"CERT/CC comment on sourceforge notes"},{"category":"other","text":"https://github.com/RocketChat/Rocket.Chat/issues/23927","title":"CERT/CC comment on Rocket.Chat notes"},{"category":"other","text":"lighttpd does not use Java and is not vulnerable to log4j-related attacks.\r\n\r\nIf the lighttpd web server is in front of potentially vulnerable services, then lighttpd may be used to apply mitigations to protect potentially vulnerable services.  A sample lua script for use with lighttpd mod_magnet is provided at https://wiki.lighttpd.net/AbsoLUAtion#security-responses","title":"Vendor statment from lighttpd"},{"category":"other","text":"https://support.purestorage.com/Field_Bulletins/Interim_Security_Advisory_Regarding_CVE-2021-44228_(%22log4j%22)\r\n \r\nhttps://gist.github.com/SwitHak/b66db3a06c2955a9cb71a8718970c592","title":"CERT/CC comment on Pure Storage notes"},{"category":"other","text":"https://support.rubrik.com/s/announcementdetail?Id=a406f000001PwOcAAK\r\n\r\nhttps://gist.github.com/SwitHak/b66db3a06c2955a9cb71a8718970c592","title":"CERT/CC comment on Rubrik notes"},{"category":"other","text":"https://layersevensecurity.com/securing-sap-systems-from-log4j-exploits/#:~:text=Log4J%20is%20included%20in%20multiple%20SAP%20applications%20including,official%20response%20for%20details%20of%20all%20impacted%20products.","title":"CERT/CC comment on SAP SE notes"},{"category":"other","text":"Please refer to the list of cyber security advisories on the ABB website: [https://global.abb/group/en/technology/cyber-security/alerts-and-notifications](https://global.abb/group/en/technology/cyber-security/alerts-and-notifications)","title":"Vendor statment from ABB"},{"category":"other","text":"https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-apache-log4j-qRuKNEbd","title":"CERT/CC comment on Zammad notes"},{"category":"other","text":"https://www.splunk.com/en_us/blog/bulletins/splunk-security-advisory-for-apache-log4j-cve-2021-44228.html","title":"CERT/CC comment on Splunk notes"},{"category":"other","text":"ADTRAN has published security advisory ADTSA-2021004 regarding CVE-2021-4104, CVE-2021-44228, CVE-2021-45046, and CVE-2021-45105.  Please see the advisory linked in the reference section below for additional details.","title":"Vendor statment from ADTRAN"},{"category":"other","text":"illumos itself has no java that uses the log4j facility.  Distributions should check their additions to confirm either no use of log4j, or that appropriate patches or mitigations occur.","title":"Vendor statment from Illumos"},{"category":"other","text":"OTRS is not written in JAVA therefore not affected. 3rd Party components in local installations e.g. Elasticsearch may be affected.\r\nElasticsearch in our SaaS platform was preventative mitigated according to the [recommendation of Elasticsearch](https://discuss.elastic.co/t/apache-log4j2-remote-code-execution-rce-vulnerability-cve-2021-44228-esa-2021-31/291476)","title":"Vendor statment from OTRS"},{"category":"other","text":"No products are affected.  Customers are NOT affected.  There is an impact on some of our web services (eg: customer downloads).  Mitigations for CVE-2021-44228 have been applied as of December 14, 2021.  Revised mitigations for CVE-2021-44228 and also mitigations for CVE-2021-45046 have been applied as of December 18, 2021.","title":"Vendor statment from CVSNT"},{"category":"other","text":"SUSE Linux Enterprise products are not affected by this vulnerability.\r\nSUSE Manager is not affected.\r\nSUSE Rancher is not affected.\r\nSUSE NeuVector is not affected.\r\nA component of SUSE OpenStack Cloud (storm) includes log4j, but likely not user reachable.","title":"Vendor statment from SUSE Linux"},{"category":"other","text":"Some Veritas products are affected, others are not.  We're currently doing additional research given that Apache has stated that some previously suggested mitigations only limit exposure and that a new log4j vulnerability was published today (Tuesday) that can result in a denial of service.  We'll provide a primary URL once things have settled down.  Things are still too fluid.","title":"Vendor statment from Veritas Technologies"},{"category":"other","text":"As of Dec 12, 2021 Veracode is not affected by the Log4j vulnerability. All instances of a vulnerable Log4j in our production and in our on-premise agents, integrations, or virtual appliances has been remediated to Log4j 2.15.0.\r\n\r\nAs of Dec 22, 2021 Veracode  All instances of a vulnerable Log4j in our production and in our on-premise agents, integrations, or virtual appliances has been remediated to Log4j 2.16.0. or 2.17.0","title":"Vendor statment from Veracode"},{"category":"other","text":"Our security teams are aware of this issue and are in the process of investigating the impact of the Apache log4j security vulnerability on Intel products/software. As with all security vulnerability, this is being treated as a high priority within Intel and Intel will provide our customers with updates as our investigation progresses.","title":"Vendor statment from Intel"},{"category":"other","text":"This is the only statement we are prepared to make at this time. \r\n\r\nhttps://www.westerndigital.com/support/product-security/wdc-21016-apache-log4j-2-remote-code-execution-vulnerability-analysis","title":"Vendor statment from Western Digital"},{"category":"other","text":"Yellowfin has confirmed scenarios in which the software may be vulnerable to these issues.\r\n\r\nAll Yellowfin users are encouraged to update their environments to one of the following, non-vulnerable versions ASAP:\r\n\r\n**8.0.10.4**\r\n\r\n**9.7.0.3**\r\n\r\nThis patch upgrades log4j to 2.16, with links available on our latest builds page or via the [Security Advisory](https://community.yellowfinbi.com/announcement/notice-critical-vulnerability-in-log4j2) on our Community page.","title":"Vendor statment from Yellowfin BI"},{"category":"other","text":"Our updated disclosure article is below","title":"Vendor statment from Rockwell Automation"},{"category":"other","text":"**Summary**\r\nThe bug, dubbed Log4Shell or LogJam, is an unauthenticated RCE vulnerability allowing complete system takeover\r\non systems with Log4j 2.0-beta9 up to 2.14.1.\r\n\r\nAfter evaluation of all Multi-Tech products and services, it is determined Multi-Tech does not use the Log4j\r\npackage in any of its products and services and are not affected by the log4j-vulnerability.\r\n\r\n**Customer Action Plan**\r\nNo action required.","title":"Vendor statment from MultiTech"},{"category":"other","text":"https://www.barracuda.com/company/legal/log4j","title":"Vendor statment from Barracuda Networks"},{"category":"other","text":"https://www.xylem.com/siteassets/about-xylem/cybersecurity/advisories/xylem-apache-log4j-xpsa-2021-005.pdf","title":"Vendor statment from Xylem"},{"category":"other","text":"Our primary product, platform firmware is not affected by this vulnerability. We have also not found the vulnerable code in any of our development tools or utilities. We will continue our review of older, out of date products.","title":"Vendor statment from Phoenix Technologies"},{"category":"other","text":"TIBCO continues to work on investigating and identifying mitigations for the Apache Log4J vulnerability (CVE-2021-44228), referred to as the “Log4Shell” vulnerability. TIBCO is providing daily status updates on the investigation and available remediations, located [here](https://www.tibco.com/support/notices/2021/12/apache-log4j-vulnerability-update).","title":"Vendor statment from TIBCO"},{"category":"other","text":"DNSFilter has performed a full internal audit of its technology stack and determined that it is unaffected by this vulnerability. Log4j is not used in our services.\r\n\r\nWe have issued a public statement here: https://www.dnsfilter.com/blog/dnsfilter-response-to-log4j-vulnerability","title":"Vendor statment from DNSFilter"},{"category":"other","text":"Neither pfSense Plus nor CE software use Java.\r\nNeither Java nor log4j are available to install manually on pfSense software from Netgate package servers.","title":"Vendor statment from pfSense"},{"category":"other","text":"Apache Log4j is not used by any Muonics, Inc. products.","title":"Vendor statment from Muonics Inc."},{"category":"other","text":"The FreeBSD Project does not ship Java or Apache log4j as part of the base operating system. While there are third-party packages available via the ports and pkg system that may be affected, the FreeBSD Project defers to each upstream project on their vulnerability status. Please see the referenced tracking bug that lists known affected ports and pkgs.","title":"Vendor statment from FreeBSD"},{"category":"other","text":"Zscaler security team has analyzed the use of log4j in all its products. All use of vulnerable libraries have been remediated and the systems analyzed for compromise. There was no impact identified because of this vulnerability and Zscaler is no longer affected.","title":"Vendor statment from Zscaler"},{"category":"other","text":"Bull Sequana servers are not using the vulnerable component.\r\nFor BullSequana SA servers availability (Downloads/tools) of GSM_Doctor_v1_06 & Server_utility_cli_2.1.50 with Log4j 2.17 updates.","title":"Vendor statment from Atos SE"},{"category":"other","text":"https://www.smilecdr.com/our-blog/a-statement-on-log4shell-cve-2021-44228","title":"CERT/CC comment on SmileCDR notes"},{"category":"other","text":"https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-apache-log4j-qRuKNEbd","title":"CERT/CC comment on Yandex Cloud notes"},{"category":"other","text":"The impact to NI products is described in the security advisory at https://www.ni.com/en-us/support/documentation/supplemental/21/ni-response-to-apache-log4j-vulnerability-.html  This security advisory will be updated as new information is available.\r\n\r\nQuestions regarding this advisory can be directed to NI's PSIRT (product-security@ni.com).  Additional security information is available at https://ni.com/security.","title":"Vendor statment from National Instruments (NI)"},{"category":"other","text":"HIRT-PUB21001 : Apache Log4j Vulnerability\r\nhttps://www.hitachi.com/hirt/publications/hirt-pub21001","title":"Vendor statment from Hitachi"},{"category":"other","text":"https://cradlepoint.com/vulnerability-alerts/cve-2021-44228-apache-log4j-security-vulnerabilities/\r\n\r\n**NetCloud OS (NCOS) does not use java, thus, Cradlepoint devices are unaffected by the Log4J vulnerabilities.**\r\n\r\nThe Cradlepoint incident response team investigated, identified and patched vulnerable versions of Log4J in its cloud services, NetCloud Manager (NCM) and NetCloud Perimeter, as patches became available.","title":"Vendor statment from Cradlepoint"},{"category":"other","text":"https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2021-0032","title":"CERT/CC comment on SonicWall notes"},{"category":"other","text":"Redis Enterprise Cloud, Enterprise Software and Open Source Redis is *not* vulnerable. \r\n\r\nHowever, Redis Java Clients - Jedis is vulnerable.\r\n\r\nJedis is a Redis sponsored Java client. It uses the affected library in test suites only. A new Jedis release is now available that mitigates the vulnerability. End users are advised to evaluate their exposure to determine upgrade urgency.\r\n\r\n\r\nhttps://redis.com/security/notice-apache-log4j2-cve-2021-44228/","title":"CERT/CC comment on Redis notes"},{"category":"other","text":"We are not aware the java programming language nor log4j is used in the llvm project.","title":"Vendor statment from The LLVM Security Group"},{"category":"other","text":"None of the supported vRouter release are using log4j / log4j2 or Java. Nor they have a Java-Runtime-Environment (JRE) on their images.","title":"Vendor statment from Ciena"},{"category":"other","text":"The impact to Siemens products is described in the Security Advisory SSA-661247, published on the Siemens ProductCERT page (https://www.siemens.com/cert/advisories).\r\n\r\nIn case of questions regarding this Security Advisory, please contact Siemens ProductCERT (productcert@siemens.com).","title":"Vendor statment from Siemens"},{"category":"other","text":"https://www.wowza.com/docs/known-issues-with-wowza-streaming-engine#log4j2-cve","title":"CERT/CC comment on Wowza Media Systems notes"},{"category":"other","text":"https://teslamotorsclub.com/tmc/threads/security-issue-log4j.249501/\r\n\r\nhttps://thehackernews.com/2021/12/extremely-critical-log4j-vulnerability.html","title":"CERT/CC comment on Tesla Motors notes"},{"category":"other","text":"https://kb.vmware.com/s/article/87068?lang=en_US\r\n\r\nhttps://spring.io/blog/2021/12/10/log4j2-vulnerability-and-spring-boot","title":"CERT/CC comment on Spring notes"},{"category":"other","text":"https://steamcommunity.com/discussions/forum/0/3203745634149423223/?ctp=3\r\n\r\nhttps://github.com/YfryTchsGD/Log4jAttackSurface","title":"CERT/CC comment on Valve Software (Steam) notes"},{"category":"other","text":"https://github.com/vespa-engine/blog/blob/f281ce4399ed3e97b4fed32fcc36f9ba4b17b1e2/_posts/2021-12-10-log4j-vulnerability.md","title":"CERT/CC comment on Vespa - AI, Engine notes"},{"category":"other","text":"HardenedBSD does not provide the affected version of Log4j in its package repos.","title":"Vendor statment from HardenedBSD"},{"category":"other","text":"Log4j 2 is being used in some of our products. We have issued an advisory for CVE-2021-44228 which can be found here https://networks.unify.com/security/advisories/OBSO-2112-01.pdf.","title":"Vendor statment from Unify Software and Solutions GmbH and Co. KG"},{"category":"other","text":"Public KB published and being updated - https://kc.mcafee.com/agent/index?page=content&id=KB95091\r\nIncludes coverage from our protection products and a link to the registered security bulletin with details on the impact to our products.","title":"Vendor statment from McAfee"},{"category":"other","text":"This is the only statement we are prepared to make at this time\r\n\r\nhttps://www.westerndigital.com/support/product-security/wdc-21016-apache-log4j-2-remote-code-execution-vulnerability-analysis","title":"Vendor statment from SanDisk Corporation"},{"category":"other","text":"Please consult with our published Red Hat Security Bulletin RHSB-2021-009 for list of affected products, updates, and mitigation options related to this CVE.","title":"Vendor statment from Red Hat"},{"category":"other","text":"Microsoft's guidance for CVE-2021-44228 can be found at https://msrc-blog.microsoft.com/2021/12/11/microsofts-response-to-cve-2021-44228-apache-log4j2/ and will be updated as more information becomes available.","title":"Vendor statment from Microsoft"},{"category":"other","text":"Fujitsu is aware of the security vulnerabilities in software Apache log4j (\"Log4Shell\"). \r\n\r\nAffected products are Fujitsu Software ServerView Suite (SVS) and Fujitsu SecDocs. Updates are available.\r\n\r\nThe Fujitsu PSIRT has issued Fujitsu PSS-IS-2021-121000 on https://security.ts.fujitsu.com (Security Notices) accordingly.\r\n\r\nIn case of questions regarding this Fujitsu PSIRT Security Notice, please contact the Fujitsu PSIRT (Fujitsu-PSIRT@ts.fujitsu.com).","title":"Vendor statment from Fujitsu Europe"},{"category":"other","text":"Please see URL for the full table for the details on individual Proofpoint products.  Open source sendmail is covered separately by the \"Sendmail Consortium\" vendor in the CERT vulnerability note.","title":"Vendor statment from Sendmail"},{"category":"other","text":"Imperva Threat Research is continuing to monitor, create, test and deploy CVE-specific security rules based on new attack variants for all of our customers. We will keep all our customers notified as this progresses.\r\n\r\nWe continue to scan and patch vulnerabilities in our products and infrastructure as these CVEs are posted.","title":"Vendor statment from Imperva Inc."},{"category":"other","text":"A vulnerable third-party library used in UniFi Network Version 6.5.53 and earlier (Log4J CVE-2021-44228) allows a malicious actor to control the application. \r\nThis vulnerability is fixed in UniFi Network Version 6.5.54 and later.","title":"Vendor statment from Ubiquiti"},{"category":"other","text":"**Resolution**:\r\nNo Artifex products use Log4j. No remediation actions are necessary.\r\n\r\n**Impacted Products**:\r\nGhostscript: Not Affected\r\n\r\nMuPDF: Not Affected\r\n\r\nSmartOffice: Not Affected\r\n\r\nMuJS: Not Affected\r\n\r\njbig2dec: Not Affected\r\n\r\nScanSkew: Not Affected\r\n\r\nASPEN: Not Affected","title":"Vendor statment from Artifex Software Inc."},{"category":"other","text":"On 2021/12/10, Security Onion Solutions released an initial hotfix to address log4j.\r\n\r\nOn 2021/12/13, Security Onion Solutions released a second hotfix to address log4j.\r\n\r\nOn 2021/12/21, Security Onion Solutions released Security Onion 2.3.91 which updates Log4j to 2.17.0.","title":"Vendor statment from Security Onion Solutions"},{"category":"other","text":"https://blog.securityonion.net/2021/12/security-onion-2390-20211210-hotfix-now.html","title":"CERT/CC comment on Security Onion Solutions notes"},{"category":"other","text":"https://saviynt.freshdesk.com/en/support/solutions/articles/43000651898-cve-2021-44228","title":"Vendor statment from Saviynt"},{"category":"other","text":"FreeRADIUS is not affected by this vulnerability.\r\n\r\nHowever, the RADIUS protocol allows for unknown users to attempt authentication.  The user is in complete control over the RADIUS User-Name.  The RADIUS server can produce logs containing the User-Name filed controlled by the attacker.  Depending on the local site configuration, the logs may be consumed by something which eventually reaches a vulnerable log4j instance.\r\n\r\nThere is a good summary written by Radiator software  https://blog.radiatorsoftware.com/2021/12/radius-servers-and-log4j-vulnerability.html\r\n\r\nWe agree with their analysis, and with their conclusions.","title":"Vendor statment from FreeRADIUS"},{"category":"other","text":"Multiple products affected. See https://www.ibm.com/blogs/psirt/ for information on IBM products.","title":"CERT/CC comment on IBM notes"},{"category":"other","text":"DrayTek is aware of the recently disclosed security issue (CVE-2021-4104 / CVE-2021-44228 / CVE-2021-45046 / CVE-2021-45105). After proceeding with verification, DrayTek confirms that the Vigor Routers, Access Ponts, Switches, VigorACS Central Management software, and MyVigor platform are not vulnerable to this “Log4Shell” exploit. You can feel safe using our DrayOS-based & Linux-based Vigor products, VigorACS Central Management Software, and the official website service. They are all with non-vulnerability to the \"Log4Shell\" exploit.","title":"Vendor statment from DrayTek Corporation"},{"category":"other","text":"For published advisories related to the Apache Log4j, please refer to https://www.hitachienergy.com/cybersecurity/alerts-and-notifications\r\n\r\nOur cybersecurity notification on Apache Log4j vulnerabilities can be found here: https://search.abb.com/library/Download.aspx?DocumentID=8DBD003132&LanguageCode=en&DocumentPartId=&Action=Launch","title":"Vendor statment from Hitachi Energy"},{"category":"other","text":"https://www.synopsys.com/company/newsroom/log4j2-vulnerability.html\r\n\r\nhttps://community.synopsys.com/s/article/SIG-Security-Advisory-for-Apache-Log4J2-CVE-2021-44228\r\n\r\nhttps://community.synopsys.com/s/article/Finding-Apache-Log4j-Impacted-Projects-in-Black-Duck","title":"CERT/CC comment on Synopsys notes"},{"category":"other","text":"**Apache Solr** releases prior to 8.11.1 were using a bundled version of the Apache Log4J library vulnerable to RCE (see **CVE-2021-44228**). Malicious input from a user-supplied query string (or any other URL request parameter like request handler name) is logged by default with log4j.\r\n\r\nApache Solr releases prior to 7.4 (i.e. Solr 5, Solr 6, and Solr 7 through 7.3) use Log4J 1.2.17 which may be vulnerable for installations using non-default logging configurations that include the JMS Appender (see **CVE-2021-4104**).\r\n\r\nIn response to the vulnerabilities, the Apache Solr team released version **Solr 8.11.1** that bundles **log4j 2.16.0**. An update to 2.17.0 (or later) will be done with the next maintenance release as Solr is not vulnerable to CVE-2021-45105 (see below).\r\n\r\nApache Solr releases are not vulnerable to the followup **CVE-2021-45046** and **CVE-2021-45105**, because the MDC patterns used by Solr are for the collection, shard, replica, core and node names, and a potential trace id, which are all sanitized and injected into log files with \"%X\". Passing system property **log4j2.formatMsgNoLookups=true** is suitable to mitigate.\r\n\r\n**Solr's Prometheus Exporter** uses Log4J as well but it does not log user input or data, so we don't see a risk there.","title":"Vendor statment from Apache Solr"},{"category":"other","text":"Google Cloud is actively following the security vulnerabilities in the open-source Apache “Log4j 2\" utility (CVE-2021-44228 and CVE-2021-45046). We are also aware of the reported Apache “Log4j 1.x” vulnerability (CVE-2021-4104). We encourage customers to update to the latest version of Log4j 2. We are currently assessing the potential impact of the vulnerability for Google Cloud products and services. This is an ongoing event and we will continue to provide updates through this page (https://cloud.google.com/log4j2-security-advisory) and our customer communications channels.  \r\n\r\nBased on our findings, Google Workspace core services for consumer and paid users are not using Log4j 2 and are not impacted by the issues identified in CVE-2021-44228 and CVE-2021-45046. See below for a detailed status of the Workspace core services and other related products. \r\n\r\nWe recommend Google customers review all third-party apps and solutions  accessing their data and validate the security status of those apps with their respective vendors. More details on managing apps authorized to access Google Workspace data are here and customers can review their list of solutions from the Google Cloud Marketplace by logging into their account. We also recommend validating the security status of any apps developed and deployed by customers within their environments.","title":"Vendor statment from Google"},{"category":"other","text":"Neither Log4j, nor any Apache Java components form part of our software stack therefore Log4Shell isn't a concern.","title":"Vendor statment from Macrium"},{"category":"other","text":"OpenWrt does not use Apache Log4j.","title":"Vendor statment from OpenWRT"},{"category":"other","text":"The MyUPMC DevSecOps team has been closely monitoring the developing Log4j situation and have implemented all patches where appropriate.","title":"Vendor statment from UPMC Enterprises"},{"category":"other","text":"Open source sendmail is not affected.","title":"Vendor statment from Sendmail Consortium"}],"publisher":{"category":"coordinator","contact_details":"Email: cert@cert.org, Phone: +1412 268 5800","issuing_authority":"CERT/CC under DHS/CISA https://www.cisa.gov/cybersecurity also see https://kb.cert.org/ ","name":"CERT/CC","namespace":"https://kb.cert.org/"},"references":[{"url":"https://certcc.github.io/certcc_disclosure_policy","summary":"CERT/CC vulnerability disclosure policy"},{"summary":"CERT/CC document released","category":"self","url":"https://kb.cert.org/vuls/id/930724"},{"url":"https://github.com/CERTCC/CVE-2021-44228_scanner","summary":"https://github.com/CERTCC/CVE-2021-44228_scanner"},{"url":"https://logging.apache.org/log4j/2.x/security.html#Fixed_in_Log4j_2.15.0","summary":"https://logging.apache.org/log4j/2.x/security.html#Fixed_in_Log4j_2.15.0"},{"url":"https://logging.apache.org/log4j/2.x/security.html#Fixed_in_Log4j_2.16.0","summary":"https://logging.apache.org/log4j/2.x/security.html#Fixed_in_Log4j_2.16.0"},{"url":"https://issues.apache.org/jira/browse/LOG4J2-3201","summary":"https://issues.apache.org/jira/browse/LOG4J2-3201"},{"url":"https://issues.apache.org/jira/browse/LOG4J2-3198","summary":"https://issues.apache.org/jira/browse/LOG4J2-3198"},{"url":"https://github.com/apache/logging-log4j2/pull/607","summary":"https://github.com/apache/logging-log4j2/pull/607"},{"url":"https://github.com/apache/logging-log4j2/pull/608","summary":"https://github.com/apache/logging-log4j2/pull/608"},{"url":"https://lists.apache.org/thread/gzj2jsglvsffzs8zormxyly0vofdxp6j","summary":"https://lists.apache.org/thread/gzj2jsglvsffzs8zormxyly0vofdxp6j"},{"url":"https://lists.apache.org/thread/4gl0cg87hyp5n8kf61q11sy446y3lw7v","summary":"https://lists.apache.org/thread/4gl0cg87hyp5n8kf61q11sy446y3lw7v"},{"url":"http://slf4j.org/log4shell.html","summary":"http://slf4j.org/log4shell.html"},{"url":"https://www.cve.org/CVERecord?id=CVE-2021-44228","summary":"https://www.cve.org/CVERecord?id=CVE-2021-44228"},{"url":"https://lists.apache.org/thread/0x4zvtq92yggdgvwfgsftqrj4xx5w0nx","summary":"https://lists.apache.org/thread/0x4zvtq92yggdgvwfgsftqrj4xx5w0nx"},{"url":"https://www.cve.org/CVERecord?id=CVE-2021-4104","summary":"https://www.cve.org/CVERecord?id=CVE-2021-4104"},{"url":"https://www.cve.org/CVERecord?id=CVE-2021-45046","summary":"https://www.cve.org/CVERecord?id=CVE-2021-45046"},{"url":"http://www.slf4j.org/log4shell.html","summary":"http://www.slf4j.org/log4shell.html"},{"url":"https://www.cisa.gov/news/2021/12/11/statement-cisa-director-easterly-log4j-vulnerability","summary":"https://www.cisa.gov/news/2021/12/11/statement-cisa-director-easterly-log4j-vulnerability"},{"url":"https://www.cisa.gov/uscert/apache-log4j-vulnerability-guidance","summary":"https://www.cisa.gov/uscert/apache-log4j-vulnerability-guidance"},{"url":"https://github.com/cisagov/log4j-affected-db","summary":"https://github.com/cisagov/log4j-affected-db"},{"url":"https://www.ftc.gov/news-events/blogs/techftc/2022/01/ftc-warns-companies-remediate-log4j-security-vulnerability","summary":"https://www.ftc.gov/news-events/blogs/techftc/2022/01/ftc-warns-companies-remediate-log4j-security-vulnerability"},{"url":"https://research.nccgroup.com/2021/12/12/log4j-jndi-be-gone-a-simple-mitigation-for-cve-2021-44228/","summary":"https://research.nccgroup.com/2021/12/12/log4j-jndi-be-gone-a-simple-mitigation-for-cve-2021-44228/"},{"url":"https://www.veracode.com/blog/security-news/urgent-analysis-and-remediation-guidance-log4j-zero-day-rce-cve-2021-44228","summary":"https://www.veracode.com/blog/security-news/urgent-analysis-and-remediation-guidance-log4j-zero-day-rce-cve-2021-44228"},{"url":"https://www.lunasec.io/docs/blog/log4j-zero-day/","summary":"https://www.lunasec.io/docs/blog/log4j-zero-day/"},{"url":"https://www.synology.com/zh-tw/security/advisory/Synology_SA_21_30","summary":"Reference(s) from vendor \"Synology\""},{"url":"https://success.trendmicro.com/solution/000289940","summary":"Reference(s) from vendor \"Trend Micro\""},{"url":"https://www.wireshark.org/news/20211215.html","summary":"Reference(s) from vendor \"Wireshark\""},{"url":"https://gitlab.com/wireshark/wireshark/-/issues/17783","summary":"Reference(s) from vendor \"Wireshark\""},{"url":"https://finvi.com/support/","summary":"Reference(s) from vendor \"Ontario Systems\""},{"url":"https://katabat.com/","summary":"Reference(s) from vendor \"Ontario Systems\""},{"url":"https://www.justicesystems.com/services/support/","summary":"Reference(s) from vendor \"Ontario Systems\""},{"url":"https://github.com/YfryTchsGD/Log4jAttackSurface/blob/master/pages/Tencent.md","summary":"Reference(s) from vendor \"Tencent\""},{"url":"https://twitter.com/jfrog/status/1469385793823199240","summary":"Reference(s) from vendor \"JFrog\""},{"url":"https://lab.wallarm.com/cve-2021-44228-mitigation-update/","summary":"Reference(s) from vendor \"Wallarm\""},{"url":"https://blog.cloudflare.com/tag/log4j/","summary":"Reference(s) from vendor \"Cloudflare\""},{"url":"https://ubuntu.com/security/CVE-2021-44228","summary":"Reference(s) from vendor \"Ubuntu\""},{"url":"https://kb.paessler.com/en/topic/90213-is-prtg-affected-by-cve-2021-44228","summary":"Reference(s) from vendor \"Paessler\""},{"url":"https://www.sophos.com/en-us/security-advisories/sophos-sa-20211210-log4j-rce","summary":"Reference(s) from vendor \"Sophos\""},{"url":"https://en.avm.de/service/current-security-notifications/","summary":"Reference(s) from vendor \"AVM GmbH\""},{"url":"https://puppet.com/blog/puppet-response-to-remote-code-execution-vulnerability-cve-2021-44228/","summary":"Reference(s) from vendor \"Puppet\""},{"url":"https://kb.pulsesecure.net/articles/Pulse_Secure_Article/KB44933/?kA13Z000000L3dR","summary":"Reference(s) from vendor \"Pulse Secure\""},{"url":"https://www.arubanetworks.com/assets/alert/ARUBA-PSA-2021-019.txt","summary":"Reference(s) from vendor \"Aruba Networks\""},{"url":"https://help.salesforce.com/s/articleView?id=000363736&type=1","summary":"Reference(s) from vendor \"salesforce.com\""},{"url":"https://vulners.com/github/GITHUB:070AFCDE1A9C584654244E41373D86D8","summary":"Reference(s) from vendor \"GitHub\""},{"url":"https://community.commvault.com/technical-q-a-2/log4j-1-x-2038","summary":"Reference(s) from vendor \"Commvault\""},{"url":"https://www.broadcom.com/log4j","summary":"Reference(s) from vendor \"Broadcom\""},{"url":"https://tomcat.apache.org/tomcat-9.0-doc/logging.html","summary":"Reference(s) from vendor \"Apache Tomcat\""},{"url":"https://helpx.adobe.com/security/products/log4j-2-advisory.html","summary":"Reference(s) from vendor \"Adobe\""},{"url":"https://www.dell.com/support/kbdoc/en-us/000194414/dell-response-to-apache-log4j-remote-code-execution-vulnerability","summary":"Reference(s) from vendor \"Dell\""},{"url":"https://www.phoronix.com/scan.php?page=news_item&px=Debian-11.2-Released","summary":"Reference(s) from vendor \"Debian GNU/Linux\""},{"url":"https://www.esri.com/arcgis-blog/products/arcgis-enterprise/administration/arcgis-software-and-cve-2021-44228-aka-log4shell-aka-logjam/","summary":"Reference(s) from vendor \"Environmental Systems Research Institute Inc\""},{"url":"https://community.jitsi.org/t/cve-2021-44228-and-jitsi-components/108844","summary":"Reference(s) from vendor \"Jitsi\""},{"url":"https://github.com/jitsi/security-advisories/blob/4e1ab58585a8a0593efccce77d5d0e22c5338605/advisories/JSA-2021-0004.md","summary":"Reference(s) from vendor \"Jitsi\""},{"url":"https://community.rsa.com/t5/general-security-advisories-and/rsa-customer-advisory-apache-vulnerability-log4j2-cve-2021-44228/ta-p/660501","summary":"Reference(s) from vendor \"RSA\""},{"url":"https://opensearch.org/blog/releases/2021/12/update-to-1-2-1/","summary":"Reference(s) from vendor \"OpenSearch\""},{"url":"https://opensearch.org/blog/releases/2021/12/update-1-2-2/","summary":"Reference(s) from vendor \"OpenSearch\""},{"url":"https://www.opennms.com/en/blog/2021-12-10-opennms-products-affected-by-apache-log4j-vulnerability-cve-2021-44228/","summary":"Reference(s) from vendor \"OpenNMS\""},{"url":"https://www.arista.com/en/support/advisories-notices/security-advisories/13425-security-advisory-0070","summary":"Reference(s) from vendor \"Arista Networks\""},{"url":"https://blog.cpanel.com/the-apache-log4j-exploit-and-how-to-protect-your-cpanel-server/","summary":"Reference(s) from vendor \"cPanel Inc.\""},{"url":"https://www.honeywell.com/us/en/press/2021/12/honeywells-statement-on-java-apache-log4j-logging-framework-vulnerability","summary":"Reference(s) from vendor \"Honeywell\""},{"url":"https://talk.openmrs.org/t/urgent-security-advisory-2021-12-11-re-apache-log4j-2/35341","summary":"Reference(s) from vendor \"OpenMRS\""},{"url":"https://docs.jamf.com/technical-articles/Mitigating_the_Apache_Log4j_2_Vulnerability.html","summary":"Reference(s) from vendor \"JAMF software\""},{"url":"https://status.n-able.com/2021/12/10/apache-log4j-vulnerability-updated-6-p-m-est-december-10-2021/","summary":"Reference(s) from vendor \"N-able\""},{"url":"https://github.com/YfryTchsGD/Log4jAttackSurface/blob/master/pages/NetEase.md","summary":"Reference(s) from vendor \"NetEase Games\""},{"url":"https://github.com/search?q=org%3ANetflix+CVE-2021-44228&type=commits","summary":"Reference(s) from vendor \"Netflix Inc.\""},{"url":"https://nvidia.custhelp.com/app/answers/detail/a_id/5294","summary":"Reference(s) from vendor \"NVIDIA\""},{"url":"https://security.netapp.com/advisory/ntap-20211210-0007/","summary":"Reference(s) from vendor \"NetApp\""},{"url":"https://security.netapp.com/advisory/ntap-20211218-0001/","summary":"Reference(s) from vendor \"NetApp\""},{"url":"https://security.netapp.com/advisory/ntap-20211215-0001/","summary":"Reference(s) from vendor \"NetApp\""},{"url":"https://community.openhab.org/t/openhab-and-the-log4j-security-vulnerability/129901","summary":"Reference(s) from vendor \"openHAB\""},{"url":"https://www.openhab.org/blog/2021-12-19-openhab-3-2-release.html","summary":"Reference(s) from vendor \"openHAB\""},{"url":"https://github.com/metabase/metabase/security/advisories/GHSA-vmm4-cwrm-38rj","summary":"Reference(s) from vendor \"Metabase\""},{"url":"https://blog.lucentsky.com/2021/12/10/log4j-cve-2021-44228/","summary":"Reference(s) from vendor \"Lucent Sky\""},{"url":"https://twitter.com/LucentSky/status/1469358706311974914","summary":"Reference(s) from vendor \"Lucent Sky\""},{"url":"https://struts.apache.org/announce-2021#a20211212-2","summary":"Reference(s) from vendor \"Apache Struts\""},{"url":"https://jira.talendforge.org/browse/TCOMP-2054","summary":"Reference(s) from vendor \"Talend\""},{"url":"https://community.sonarsource.com/t/sonarqube-and-the-log4j-vulnerability/54721","summary":"Reference(s) from vendor \"SonarSource\""},{"url":"https://tech.forums.softwareag.com/t/log4j-zero-day-vulnerability/253849","summary":"Reference(s) from vendor \"Software AG\""},{"url":"https://twitter.com/Shadow0pz/status/1469329119439687682","summary":"Reference(s) from vendor \"Scytl\""},{"url":"https://support.sas.com/en/security-bulletins/remote-code-execution-vulnerability-cve-2021-44228.html","summary":"Reference(s) from vendor \"SAS\""},{"url":"https://www.minecraft.net/en-us/article/important-message--security-vulnerability-java-edition","summary":"Reference(s) from vendor \"Minecraft\""},{"url":"https://support.pagerduty.com/docs/pagerduty-log4j-zero-day-vulnerability","summary":"Reference(s) from vendor \"PagerDuty\""},{"url":"https://github.com/elastic/logstash/issues/13501","summary":"Reference(s) from vendor \"Elastic\""},{"url":"https://github.com/keycloak/keycloak/discussions/9078","summary":"Reference(s) from vendor \"Keycloak\""},{"url":"https://kafka.apache.org/cve-list","summary":"Reference(s) from vendor \"kafka Apache\""},{"url":"https://github.com/microsoft/kafka-connect-cosmosdb/blob/0f5d0c9dbf2812400bb480d1ff0672dfa6bb56f0/CHANGELOG.md","summary":"Reference(s) from vendor \"kafka Apache\""},{"url":"https://blog.automox.com/log4j-critical-vulnerability-scores-a-10","summary":"Reference(s) from vendor \"Automox\""},{"url":"https://github.com/baidu/brpc-java/actions/runs/191042301/workflow","summary":"Reference(s) from vendor \"Baidu\""},{"url":"https://github.com/YfryTchsGD/Log4jAttackSurface","summary":"Reference(s) from vendor \"Twitter\""},{"url":"https://apereo.github.io/2021/12/11/log4j-vuln/","summary":"Reference(s) from vendor \"Apereo\""},{"url":"https://commons.apache.org/proper/commons-logging/guide.html","summary":"Reference(s) from vendor \"Apache Commons\""},{"url":"https://community.amplifi.com/topic/5099/are-any-amplifi-hd-products-impacted-by-log4shell","summary":"Reference(s) from vendor \"Amplifi\""},{"url":"https://www.graylog.org/post/graylog-update-for-log4j","summary":"Reference(s) from vendor \"GrayLog\""},{"url":"https://fusionauth.io/blog/2021/12/10/log4j-fusionauth/","summary":"Reference(s) from vendor \"FusionAuth\""},{"url":"https://security-advisory.acronis.com/advisories/SEC-3859","summary":"Reference(s) from vendor \"Acronis Inc.\""},{"url":"https://support.solarwinds.com/SuccessCenter/s/article/Server-Application-Monitor-SAM-and-the-Apache-Log4j-Vulnerability-CVE-2021-44228","summary":"Reference(s) from vendor \"SolarWinds\""},{"url":"https://support.solarwinds.com/SuccessCenter/s/article/Database-Performance-Analyzer-DPA-and-the-Apache-Log4j-Vulnerability-CVE-2021-44228","summary":"Reference(s) from vendor \"SolarWinds\""},{"url":"https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-apache-log4j-qRuKNEbd#vp","summary":"Reference(s) from vendor \"WebEx\""},{"url":"https://support.servicenow.com/now?id=ns_search&q=log4j&s=true&pp=kb_article_view","summary":"Reference(s) from vendor \"ServiceNow\""},{"url":"https://community.servicenow.com/community?id=community_article&sys_id=26ccd67cdb2c0590b5d6e6be1396198f","summary":"Reference(s) from vendor \"ServiceNow\""},{"url":"https://aws.amazon.com/security/security-bulletins/AWS-2021-006/","summary":"Reference(s) from vendor \"Amazon\""},{"url":"https://www.ramanean.com/forcepoint-products-log4j-vulnerability/","summary":"Reference(s) from vendor \"Forcepoint\""},{"url":"https://advisories.nats.io/statements/log4j","summary":"Reference(s) from vendor \"Exim\""},{"url":"https://supportcontent.checkpoint.com/solutions?id=sk176865","summary":"Reference(s) from vendor \"Check Point\""},{"url":"https://blog.jetbrains.com/blog/2021/12/13/log4j-vulnerability-and-jetbrains-products-and-services/","summary":"Reference(s) from vendor \"JetBrains\""},{"url":"https://www.huawei.com/en/psirt/security-advisories/huawei-sa-20211215-01-log4j-en","summary":"Reference(s) from vendor \"Huawei\""},{"url":"https://www.huawei.com/en/psirt/security-notices/2021/huawei-sn-20211210-01-log4j2-en","summary":"Reference(s) from vendor \"Huawei\""},{"url":"https://support.hp.com/us-en/document/ish_5268006-5268030-16","summary":"Reference(s) from vendor \"HP Inc.\""},{"url":"https://community.bmc.com/s/news/aA33n000000TSUdCAO/bmc-security-advisory-for-cve202144228-cve202145046-log4shell-vulnerability","summary":"Reference(s) from vendor \"BMC Software\""},{"url":"https://github.com/bpangburn/swingset/commit/80c6a542d166f8fe8232d87595fcad7c4028760d","summary":"Reference(s) from vendor \"sourceforge\""},{"url":"https://github.com/RocketChat/Rocket.Chat/issues/23927","summary":"Reference(s) from vendor \"Rocket.Chat\""},{"url":"https://support.purestorage.com/Field_Bulletins/Interim_Security_Advisory_Regarding_CVE-2021-44228_(%22log4j%22)","summary":"Reference(s) from vendor \"Pure Storage\""},{"url":"https://gist.github.com/SwitHak/b66db3a06c2955a9cb71a8718970c592","summary":"Reference(s) from vendor \"Pure Storage\""},{"url":"https://support.rubrik.com/s/announcementdetail?Id=a406f000001PwOcAAK","summary":"Reference(s) from vendor \"Rubrik\""},{"url":"https://gist.github.com/SwitHak/b66db3a06c2955a9cb71a8718970c592","summary":"Reference(s) from vendor \"Rubrik\""},{"url":"https://layersevensecurity.com/securing-sap-systems-from-log4j-exploits/#:~:text=Log4J%20is%20included%20in%20multiple%20SAP%20applications%20including,official%20response%20for%20details%20of%20all%20impacted%20products.","summary":"Reference(s) from vendor \"SAP SE\""},{"url":"https://search.abb.com/library/Download.aspx?DocumentID=9ADB012621&LanguageCode=en&DocumentPartId=&Action=Launch","summary":"Reference(s) from vendor \"ABB\""},{"url":"https://www.jenkins.io/blog/2021/12/10/log4j2-rce-CVE-2021-44228/","summary":"Reference(s) from vendor \"Jenkins\""},{"url":"https://issues.jenkins.io/browse/JENKINS-67353","summary":"Reference(s) from vendor \"Jenkins\""},{"url":"https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-apache-log4j-qRuKNEbd","summary":"Reference(s) from vendor \"Zammad\""},{"url":"https://forums.ivanti.com/s/article/Apache-Log4j-Zero-Day-Vulnerability-and-Ivanti-Security-Controls-CVE-2021-44228?language=en_US","summary":"Reference(s) from vendor \"Ivanti\""},{"url":"https://forums.ivanti.com/s/article/CVE-2021-44228-Java-logging-library-log4j-Ivanti-Products-Impact-Mapping?language=en_US","summary":"Reference(s) from vendor \"Ivanti\""},{"url":"https://www.splunk.com/en_us/blog/bulletins/splunk-security-advisory-for-apache-log4j-cve-2021-44228.html","summary":"Reference(s) from vendor \"Splunk\""},{"url":"https://supportcommunity.adtran.com/t5/Security-Advisories/ADTSA-2021004-Log4j-JNDI-remote-code-execution-Log4Shell/ta-p/36682","summary":"Reference(s) from vendor \"ADTRAN\""},{"url":"https://developer.sailpoint.com/discuss/t/sailpoint-saas-services-response-to-log4j-remote-code-execution-vulnerability/2345","summary":"Reference(s) from vendor \"SailPoint\""},{"url":"https://developer.sailpoint.com/discuss/t/sailpoint-saas-services-response-to-log4j-remote-code-execution-vulnerability/2346","summary":"Reference(s) from vendor \"SailPoint\""},{"url":"https://community.sailpoint.com/t5/Community-Announcements/IdentityNow-Log4j-RCE-Vulnerability-Update-Patched-version-of/ba-p/206977","summary":"Reference(s) from vendor \"SailPoint\""},{"url":"https://community.sailpoint.com/t5/Community-Announcements/Update-Log4j-Vulnerability/ba-p/206705","summary":"Reference(s) from vendor \"SailPoint\""},{"url":"https://www.suse.com/security/cve/CVE-2021-44228.html","summary":"Reference(s) from vendor \"SUSE Linux\""},{"url":"https://www.suse.com/c/suse-statement-on-log4j-log4shell-cve-2021-44228-vulnerability/","summary":"Reference(s) from vendor \"SUSE Linux\""},{"url":"https://www.suse.com/support/kb/doc/?id=000020526","summary":"Reference(s) from vendor \"SUSE Linux\""},{"url":"https://forums.rancher.com/t/rancher-security-statement-on-log4j-vulnerability/36462","summary":"Reference(s) from vendor \"SUSE Linux\""},{"url":"https://www.veritas.com/content/support/en_US/article.100052070","summary":"Reference(s) from vendor \"Veritas Technologies\""},{"url":"https://community.f-secure.com/common-business-en/kb/articles/9226-the-log4j-vulnerabilities-cve-2021-44228-cve-2021-45046-which-f-secure-products-are-affected-what-it-means-what-steps-should-you-take","summary":"Reference(s) from vendor \"F-Secure Corporation\""},{"url":"https://community.veracode.com/s/question/0D53n00008GzgQQCAZ/statement-for-customers-on-veracodes-log4j-remediation","summary":"Reference(s) from vendor \"Veracode\""},{"url":"https://community.veracode.com/s/question/0D53n00008HDhDNCA1/veracodes-log4j-remediation-faq","summary":"Reference(s) from vendor \"Veracode\""},{"url":"https://www.westerndigital.com/support/product-security/wdc-21016-apache-log4j-2-remote-code-execution-vulnerability-analysis","summary":"Reference(s) from vendor \"Western Digital\""},{"url":"https://community.yellowfinbi.com/announcement/notice-critical-vulnerability-in-log4j2","summary":"Reference(s) from vendor \"Yellowfin BI\""},{"url":"https://rockwellautomation.custhelp.com/app/answers/answer_view/a_id/1133605","summary":"Reference(s) from vendor \"Rockwell Automation\""},{"url":"https://newrelic.com/blog/nerdlog/security-guidance-for-log4j","summary":"Reference(s) from vendor \"Newrelic\""},{"url":"https://www.multitech.com/documents/publications/policies/SA%2012142021-001%20-%20CVE-2021-44228.pdf","summary":"Reference(s) from vendor \"MultiTech\""},{"url":"https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-apache-log4j-qRuKNEbd","summary":"Reference(s) from vendor \"Cisco\""},{"url":"https://www.xylem.com/siteassets/about-xylem/cybersecurity/advisories/xylem-apache-log4j-xpsa-2021-005.pdf","summary":"Reference(s) from vendor \"Xylem\""},{"url":"https://forescout.force.com/support/s/article/Important-security-information-related-to-Apache-Log4j-utility-CVE-2021-44228","summary":"Reference(s) from vendor \"ForeScout\""},{"url":"https://www.forescout.com/blog/forescout%e2%80%99s-response-to-cve-2021-44228-apache-log4j-2/","summary":"Reference(s) from vendor \"ForeScout\""},{"url":"https://www.dnsfilter.com/blog/dnsfilter-response-to-log4j-vulnerability","summary":"Reference(s) from vendor \"DNSFilter\""},{"url":"https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260421","summary":"Reference(s) from vendor \"FreeBSD\""},{"url":"https://trust.zscaler.com/posts/9581","summary":"Reference(s) from vendor \"Zscaler\""},{"url":"https://support.bull.com/ols/product/platforms/hw-extremcomp/log4shell","summary":"Reference(s) from vendor \"Atos SE\""},{"url":"https://support.bull.com/ols/product/platforms/bullion/bullsequana-sa-servers","summary":"Reference(s) from vendor \"Atos SE\""},{"url":"https://www.smilecdr.com/our-blog/a-statement-on-log4shell-cve-2021-44228","summary":"Reference(s) from vendor \"SmileCDR\""},{"url":"https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-apache-log4j-qRuKNEbd","summary":"Reference(s) from vendor \"Yandex Cloud\""},{"url":"https://twitter.com/hostifi_net/status/1469511114824339464","summary":"Reference(s) from vendor \"Hostifi\""},{"url":"https://lawrencesystems.com/patching-unifi-against-the-log4j-cve-2021-44228-vulnerability/","summary":"Reference(s) from vendor \"Hostifi\""},{"url":"https://lawrencesystems.com/patching-unifi-again-to-6-5-55-this-time-the-log4j-cve-2021-45046-vulnerability/","summary":"Reference(s) from vendor \"Hostifi\""},{"url":"https://insights.adaptiva.com/2021/adaptiva-log4j-official-faq/","summary":"Reference(s) from vendor \"Adaptiva\""},{"url":"https://network.informatica.com/community/informatica-network/blog/2021/12/10/log4j-vulnerability-update","summary":"Reference(s) from vendor \"Informatica\""},{"url":"https://knowledge.informatica.com/s/article/Apache-Zero-Day-log4j-RCE-Vulnerability-updates-for-Informatica-Cloud-and-Cloud-Hosted-Software?language=en_US","summary":"Reference(s) from vendor \"Informatica\""},{"url":"https://knowledge.informatica.com/s/article/Log4J-remediation-for-Informatica-Data-Quality?language=en_US","summary":"Reference(s) from vendor \"Informatica\""},{"url":"https://knowledge.informatica.com/s/article/Apache-log4j-Zero-day-RCE-Vulnerability-CVE-2021-44228-Updates-for-Informatica-On-premises-Products?language=en_US","summary":"Reference(s) from vendor \"Informatica\""},{"url":"https://www.papercut.com/kb/Main/Log4Shell-CVE-2021-44228","summary":"Reference(s) from vendor \"PaperCut\""},{"url":"https://www.ni.com/en-us/support/documentation/supplemental/21/ni-response-to-apache-log4j-vulnerability-.html","summary":"Reference(s) from vendor \"National Instruments (NI)\""},{"url":"https://www.hitachi.com/hirt/publications/hirt-pub21001","summary":"Reference(s) from vendor \"Hitachi\""},{"url":"https://discussions.citrix.com/topic/415000-citrix-products-affected-from-log4j-zero-day-vulnerability-cve-2021-44248/","summary":"Reference(s) from vendor \"Citrix\""},{"url":"https://www.dell.com/support/kbdoc/en-us/000194414/dell-response-to-apache-log4j-remote-code-execution-vulnerability","summary":"Reference(s) from vendor \"Dell EMC\""},{"url":"https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2021-0032","summary":"Reference(s) from vendor \"SonicWall\""},{"url":"https://redis.com/security/notice-apache-log4j2-cve-2021-44228/","summary":"Reference(s) from vendor \"Redis\""},{"url":"https://blog.chocolatey.org/2021/12/chocolatey-products-not-affected-by-log4j-vulnerability/","summary":"Reference(s) from vendor \"Chocolatey Software\""},{"url":"https://www.zyxel.com/support/Zyxel_security_advisory_for_Apache_Log4j_RCE_vulnerability.shtml","summary":"Reference(s) from vendor \"Zyxel\""},{"url":"https://cert-portal.siemens.com/productcert/pdf/ssa-661247.pdf","summary":"Reference(s) from vendor \"Siemens\""},{"url":"https://cert-portal.siemens.com/productcert/pdf/ssa-501673.pdf","summary":"Reference(s) from vendor \"Siemens\""},{"url":"https://www.fortiguard.com/psirt/FG-IR-21-245?utm_source=blog&utm_campaign=blog","summary":"Reference(s) from vendor \"Fortinet\""},{"url":"https://www.wowza.com/docs/known-issues-with-wowza-streaming-engine#log4j2-cve","summary":"Reference(s) from vendor \"Wowza Media Systems\""},{"url":"https://teslamotorsclub.com/tmc/threads/security-issue-log4j.249501/","summary":"Reference(s) from vendor \"Tesla Motors\""},{"url":"https://thehackernews.com/2021/12/extremely-critical-log4j-vulnerability.html","summary":"Reference(s) from vendor \"Tesla Motors\""},{"url":"https://kb.vmware.com/s/article/87068?lang=en_US","summary":"Reference(s) from vendor \"Spring\""},{"url":"https://spring.io/blog/2021/12/10/log4j2-vulnerability-and-spring-boot","summary":"Reference(s) from vendor \"Spring\""},{"url":"https://steamcommunity.com/discussions/forum/0/3203745634149423223/?ctp=3","summary":"Reference(s) from vendor \"Valve Software (Steam)\""},{"url":"https://github.com/YfryTchsGD/Log4jAttackSurface","summary":"Reference(s) from vendor \"Valve Software (Steam)\""},{"url":"https://github.com/vespa-engine/blog/blob/f281ce4399ed3e97b4fed32fcc36f9ba4b17b1e2/_posts/2021-12-10-log4j-vulnerability.md","summary":"Reference(s) from vendor \"Vespa - AI, Engine\""},{"url":"https://networks.unify.com/security/advisories/OBSO-2112-01.pdf","summary":"Reference(s) from vendor \"Unify Software and Solutions GmbH and Co. KG\""},{"url":"https://www.westerndigital.com/support/product-security/wdc-21016-apache-log4j-2-remote-code-execution-vulnerability-analysis","summary":"Reference(s) from vendor \"SanDisk Corporation\""},{"url":"https://access.redhat.com/security/vulnerabilities/RHSB-2021-009","summary":"Reference(s) from vendor \"Red Hat\""},{"url":"https://access.redhat.com/security/cve/cve-2021-44228","summary":"Reference(s) from vendor \"Red Hat\""},{"url":"https://msrc-blog.microsoft.com/2021/12/11/microsofts-response-to-cve-2021-44228-apache-log4j2/","summary":"Reference(s) from vendor \"Microsoft\""},{"url":"https://www.microsoft.com/security/blog/2021/12/11/guidance-for-preventing-detecting-and-hunting-for-cve-2021-44228-log4j-2-exploitation/","summary":"Reference(s) from vendor \"Microsoft\""},{"url":"https://support.ts.fujitsu.com/ProductSecurity/content/Fujitsu-PSIRT-PSS-IS-2021-121000-Security-Notice-SF.pdf","summary":"Reference(s) from vendor \"Fujitsu Europe\""},{"url":"https://www.proofpoint.com/us/blog/corporate-news/proofpoints-response-log4j-vulnerability","summary":"Reference(s) from vendor \"Sendmail\""},{"url":"https://www.imperva.com/blog/how-were-protecting-customers-staying-ahead-of-cve-2021-44228/","summary":"Reference(s) from vendor \"Imperva Inc.\""},{"url":"https://www.imperva.com/blog/","summary":"Reference(s) from vendor \"Imperva Inc.\""},{"url":"https://community.ui.com/releases/Security-Advisory-Bulletin-023-023/808a1db0-5f8e-4b91-9097-9822f3f90207","summary":"Reference(s) from vendor \"Ubiquiti\""},{"url":"https://community.ui.com/releases/UniFi-Network-Application-6-5-54/d717f241-48bb-4979-8b10-99db36ddabe1","summary":"Reference(s) from vendor \"Ubiquiti\""},{"url":"https://spark.apache.org/docs/2.4.2/configuration.html","summary":"Reference(s) from vendor \"Apache Spark\""},{"url":"https://github.com/getnelson/nelson/tree/f4d3dd1f1d4f8dfef02487f67aefb9c60ab48bf5","summary":"Reference(s) from vendor \"Caelo NELSON\""},{"url":"https://www.beyondtrust.com/blog/entry/security-advisory-apache-log4j2-cve-2021-44228-log4shell","summary":"Reference(s) from vendor \"beyondtrust\""},{"url":"https://www.oracle.com/security-alerts/alert-cve-2021-44228.htmlhttps://www.oracle.com/security-alerts/alert-cve-2021-44228.html","summary":"Reference(s) from vendor \"Oracle Corporation\""},{"url":"https://blog.securityonion.net/2021/12/security-onion-2390-20211210-hotfix-now.html","summary":"Reference(s) from vendor \"Security Onion Solutions\""},{"url":"https://blog.securityonion.net/2021/12/security-onion-2390-20211213-hotfix-now.html","summary":"Reference(s) from vendor \"Security Onion Solutions\""},{"url":"https://blog.securityonion.net/2021/12/security-onion-2391-now-available.html","summary":"Reference(s) from vendor \"Security Onion Solutions\""},{"url":"https://www.ibm.com/blogs/psirt/","summary":"Reference(s) from vendor \"IBM\""},{"url":"https://www.ibm.com/blogs/psirt/an-update-on-the-apache-log4j-cve-2021-44228-vulnerability/","summary":"Reference(s) from vendor \"IBM\""},{"url":"https://www.draytek.com/about/security-advisory/log4shell-vulnerability-(cve-2021-44228)","summary":"Reference(s) from vendor \"DrayTek Corporation\""},{"url":"https://search.abb.com/library/Download.aspx?DocumentID=8DBD003132&LanguageCode=en&DocumentPartId=&Action=Launch","summary":"Reference(s) from vendor \"Hitachi Energy\""},{"url":"https://www.synopsys.com/company/newsroom/log4j2-vulnerability.html","summary":"Reference(s) from vendor \"Synopsys\""},{"url":"https://community.synopsys.com/s/article/SIG-Security-Advisory-for-Apache-Log4J2-CVE-2021-44228","summary":"Reference(s) from vendor \"Synopsys\""},{"url":"https://community.synopsys.com/s/article/Finding-Apache-Log4j-Impacted-Projects-in-Black-Duck","summary":"Reference(s) from vendor \"Synopsys\""},{"url":"https://solr.apache.org/security.html#apache-solr-affected-by-apache-log4j-cve-2021-44228","summary":"Reference(s) from vendor \"Apache Solr\""},{"url":"https://cloud.google.com/log4j2-security-advisory","summary":"Reference(s) from vendor \"Google\""},{"url":"https://security.paloaltonetworks.com/CVE-2021-44228","summary":"Reference(s) from vendor \"Palo Alto Networks\""}],"title":"Apache Log4j allows insecure JNDI lookups","tracking":{"current_release_date":"2024-04-17T11:26:17+00:00","generator":{"engine":{"name":"VINCE","version":"3.0.35"}},"id":"VU#930724","initial_release_date":"2021-11-29 00:00:00+00:00","revision_history":[{"date":"2024-04-17T11:26:17+00:00","number":"1.20240417112617.90","summary":"Released on 2024-04-17T11:26:17+00:00"}],"status":"final","version":"1.20240417112617.90"}},"vulnerabilities":[{"title":"Log4j 2.","notes":[{"category":"summary","text":"Log4j 2.15.0 incomplete mitigations for CVE-2021-44228 via ctx:"}],"cve":"CVE-2021-45046","ids":[{"system_name":"CERT/CC V Identifier ","text":"VU#930724"}],"references":[{"url":"https://confluence.atlassian.com/security/multiple-products-security-advisory-log4j-vulnerable-to-remote-code-execution-cve-2021-44228-1103069934.html","summary":"https://support.f5.com/csp/article/K32171392","category":"external"},{"url":"https://confluence.atlassian.com/kb/faq-for-cve-2021-44228-1103069406.html","summary":"https://support.f5.com/csp/article/K32171392","category":"external"},{"url":"https://support.solarwinds.com/SuccessCenter/s/article/Database-Performance-Analyzer-DPA-and-the-Apache-Log4j-Vulnerability-CVE-2021-44228?language=en_US","summary":"https://support.f5.com/csp/article/K32171392","category":"external"},{"url":"https://blog.cloudflare.com/tag/log4j/","summary":"https://support.f5.com/csp/article/K32171392","category":"external"},{"url":"https://docs.wso2.com/pages/viewpage.action?pageId=180948677","summary":"https://support.f5.com/csp/article/K32171392","category":"external"},{"url":"https://www.ni.com/en-us/support/documentation/supplemental/21/ni-response-to-apache-log4j-vulnerability-.html","summary":"https://support.f5.com/csp/article/K32171392","category":"external"},{"url":"https://networks.unify.com/security/advisories/OBSO-2112-01.pdf","summary":"https://support.f5.com/csp/article/K32171392","category":"external"},{"url":"https://www.arista.com/en/support/advisories-notices/security-advisories/13425-security-advisory-0070","summary":"https://support.f5.com/csp/article/K32171392","category":"external"},{"url":"https://community.rti.com/kb/apache-log4j-vulnerability-cve-2021-44228cve-2021-45046-impact-rti-connext-products","summary":"https://support.f5.com/csp/article/K32171392","category":"external"},{"url":"https://en.avm.de/service/current-security-notifications/","summary":"https://support.f5.com/csp/article/K32171392","category":"external"},{"url":"https://community.yellowfinbi.com/announcement/notice-critical-vulnerability-in-log4j2","summary":"https://support.f5.com/csp/article/K32171392","category":"external"},{"url":"https://support.f5.com/csp/article/K32171392","summary":"https://support.f5.com/csp/article/K32171392","category":"external"}],"product_status":{"known_affected":["CSAFPID-fe35f9d6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe37ccac-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe387e90-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe393dee-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe3adb2c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe3b29ec-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe3b8b9e-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe3c69ba-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe3c9912-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe3ccf5e-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe3e9ef6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe3fb3fe-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe403d1a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe406cae-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe40cc4e-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe40fd86-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe41487c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe429e84-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe42f2b2-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe431a44-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe435c7a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe43c156-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe4402ec-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe444f2c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe44ded8-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe45ff0c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe469098-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe46d03a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe473462-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe4822aa-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe4a3dec-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe4ac190-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe4afc00-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe4b5272-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe4b7e5a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe4bec32-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe4c1f9a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe4caba4-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe4d1152-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe4d6b2a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe4dafae-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe4e4f04-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe50bbe0-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe5149d4-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe5187e6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe51e0ec-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe523434-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe525c02-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe53149e-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe53f102-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe5480b8-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe55421e-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe55944e-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe55d2ce-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe56292c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe572566-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe57af7c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe57dad8-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe58161a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe583fbe-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe5925fa-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe5ae89a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe5b2076-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe5b5154-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe5b9038-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe601252-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe6118fa-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe617228-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe62121e-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe62d596-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe63ac6e-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe641096-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe65206c-3a4b-11f1-8422-122e2785dc9f"],"known_not_affected":["CSAFPID-fe338c96-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe33cd6e-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe340540-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe343a24-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe34707a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe34b620-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe3502b0-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe3550ee-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe35b80e-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe363f68-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe368018-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe36b4fc-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe36fc3c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe3751f0-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe379912-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe37fe34-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe38468c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe38c422-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe391080-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe39aedc-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe39ee4c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe3b6236-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe3bb4fc-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe3bef3a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe3c2aa4-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe3d3232-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe3d59f6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe3d9cf4-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe3ddb88-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe3e69ea-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe3f05f8-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe3f4d24-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe466582-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe470334-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe476216-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe47e164-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe486080-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe48962c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe49e0ae-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe4ba7ae-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe4c49b6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe4f1a42-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe4f584a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe528a06-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe52c85e-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe5363c2-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe539db0-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe5420be-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe5509d4-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe56e22c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe575a2c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe578362-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe586fb6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe58a8fa-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe58d5f0-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe58ff44-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe59672c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe59b2f4-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe59de3c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe5a130c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe5a4b4c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe5a7428-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe5abb7c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe5c23d6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe5c64a4-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe5cdb6e-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe5d2506-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe5d51a2-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe5d85d2-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe5dcac4-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe5e02e6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe5e4c42-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe5e898c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe5eb36c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe5edc7a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe5f114a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe5f3cc4-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe5fabb4-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe5fdf62-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe6069d2-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe60b0ae-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe60f1fe-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe614a8c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe61af18-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe61d65a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe623b9a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe62655c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe62fca6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe6348dc-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe644ab6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe6474a0-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe64aeac-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe6551e0-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe658016-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe65a988-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe65ebe6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe661f1c-3a4b-11f1-8422-122e2785dc9f"]}},{"title":"Log4j 1.","notes":[{"category":"summary","text":"Log4j 1.x insecure message lookups via JNDI if (unlikely case) JMSAppender and malicious endpoint are configured"}],"cve":"CVE-2021-4104","ids":[{"system_name":"CERT/CC V Identifier ","text":"VU#930724"}],"references":[{"url":"https://blog.cloudflare.com/tag/log4j/","summary":"https://support.f5.com/csp/article/K24554520","category":"external"},{"url":"https://www.ni.com/en-us/support/documentation/supplemental/21/ni-response-to-apache-log4j-vulnerability-.html","summary":"https://support.f5.com/csp/article/K24554520","category":"external"},{"url":"https://support.solarwinds.com/SuccessCenter/s/article/Database-Performance-Analyzer-DPA-and-the-Apache-Log4j-Vulnerability-CVE-2021-44228?language=en_US","summary":"https://support.f5.com/csp/article/K24554520","category":"external"},{"url":"https://www.arista.com/en/support/advisories-notices/security-advisories/13425-security-advisory-0070","summary":"https://support.f5.com/csp/article/K24554520","category":"external"},{"url":"https://confluence.atlassian.com/security/multiple-products-security-advisory-log4j-vulnerable-to-remote-code-execution-cve-2021-44228-1103069934.html","summary":"https://support.f5.com/csp/article/K24554520","category":"external"},{"url":"https://community.rti.com/kb/apache-log4j-vulnerability-cve-2021-44228cve-2021-45046-impact-rti-connext-products","summary":"https://support.f5.com/csp/article/K24554520","category":"external"},{"url":"https://en.avm.de/service/current-security-notifications/","summary":"https://support.f5.com/csp/article/K24554520","category":"external"},{"url":"https://support.f5.com/csp/article/K24554520","summary":"https://support.f5.com/csp/article/K24554520","category":"external"}],"product_status":{"known_affected":["CSAFPID-fe69a556-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe6a7c4c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe6afa96-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe6bf040-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe6d0e4e-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe6fd6ce-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe700888-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe703e84-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe7068a0-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe70965e-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe70c688-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe71837a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe71b4ee-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe71f986-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe72328e-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe72b740-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe7360dc-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe7630c8-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe7765b0-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe8199e0-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe82597a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe83f168-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe85a4c2-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe86802c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe876852-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe893b3c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe8da23a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe8e9c12-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe91039e-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe9135e4-3a4b-11f1-8422-122e2785dc9f"],"known_not_affected":["CSAFPID-fe66e212-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe6713fe-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe676624-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe67bab6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe67eb1c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe682550-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe684d50-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe688bc6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe68d3d8-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe690402-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe69356c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe696cc6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe6a09c4-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe6a4e98-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe6aa514-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe6acc60-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe6b30c4-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe6b6bac-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe6b93d4-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe6c19d0-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe6c55ee-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe6c894c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe6cb250-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe6d34be-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe6d6bb4-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe6d9d00-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe6dd6e4-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe6dfef8-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe6e4b6a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe6e77b6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe6ef1be-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe6f26b6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe6f5000-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe6fab72-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe769220-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe76e52c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe77d2ac-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe7807cc-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe7aabbc-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe7b01f2-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe7ba968-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe7e5c26-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe7e8642-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe7f4bc2-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe81f9c6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe821f64-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe827fc2-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe82dbd4-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe830172-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe841cc4-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe84a018-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe84d632-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe85024c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe854c7a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe857cae-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe864576-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe86ac50-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe86e9fe-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe872144-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe87b758-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe87f0ec-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe881b26-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe885db6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe88af46-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe88eb64-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe8914b8-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe8992da-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe89c7a0-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe89f374-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe8a6016-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe8aad5a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe8ad884-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe8b11e6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe8b3f7c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe8b7da2-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe8bb04c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe8bd996-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe8c0466-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe8c4412-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe8c7b12-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe8caccc-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe8cea16-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe8d4db2-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe8d7698-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe8dd03e-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe8e0a4a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe8e57e8-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe8ec868-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe8f4da6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe8f8eba-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe8fbc0a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe8fe806-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe900e80-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe9039dc-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe9072f8-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe90d6ee-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe916852-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe919d4a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe91d74c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe920212-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe925c94-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe92a3f2-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe92de44-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe930dce-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe933b64-3a4b-11f1-8422-122e2785dc9f"]}},{"title":"Log4j insecure message lookups via JNDI, RCE, data exfiltration, DoS.","notes":[{"category":"summary","text":"Log4j insecure message lookups via JNDI, RCE, data exfiltration, DoS"}],"cve":"CVE-2021-44228","ids":[{"system_name":"CERT/CC V Identifier ","text":"VU#930724"}],"references":[{"url":"https://www.arista.com/en/support/advisories-notices/security-advisories/13425-security-advisory-0070","summary":"NVIDIA Security Notice/Response link: https://nvidia.custhelp.com/app/answers/detail/a_id/5294","category":"external"},{"url":"https://confluence.atlassian.com/security/multiple-products-security-advisory-log4j-vulnerable-to-remote-code-execution-cve-2021-44228-1103069934.html","summary":"NVIDIA Security Notice/Response link: https://nvidia.custhelp.com/app/answers/detail/a_id/5294","category":"external"},{"url":"https://support.solarwinds.com/SuccessCenter/s/article/Database-Performance-Analyzer-DPA-and-the-Apache-Log4j-Vulnerability-CVE-2021-44228?language=en_US","summary":"NVIDIA Security Notice/Response link: https://nvidia.custhelp.com/app/answers/detail/a_id/5294","category":"external"},{"url":"https://docs.wso2.com/pages/viewpage.action?pageId=180948677","summary":"NVIDIA Security Notice/Response link: https://nvidia.custhelp.com/app/answers/detail/a_id/5294","category":"external"},{"url":"https://www.sierrawireless.com/company/iot-device-security/security-bulletins/","summary":"NVIDIA Security Notice/Response link: https://nvidia.custhelp.com/app/answers/detail/a_id/5294","category":"external"},{"url":"https://source.sierrawireless.com/resources/security-bulletins/sierra-wireless-technical-bulletin---swi-psa-2021-007/","summary":"NVIDIA Security Notice/Response link: https://nvidia.custhelp.com/app/answers/detail/a_id/5294","category":"external"},{"url":"https://community.yellowfinbi.com/announcement/notice-critical-vulnerability-in-log4j2","summary":"NVIDIA Security Notice/Response link: https://nvidia.custhelp.com/app/answers/detail/a_id/5294","category":"external"},{"url":"https://blog.cloudflare.com/tag/log4j/","summary":"NVIDIA Security Notice/Response link: https://nvidia.custhelp.com/app/answers/detail/a_id/5294","category":"external"},{"url":"https://www.ni.com/en-us/support/documentation/supplemental/21/ni-response-to-apache-log4j-vulnerability-.html","summary":"NVIDIA Security Notice/Response link: https://nvidia.custhelp.com/app/answers/detail/a_id/5294","category":"external"},{"url":"https://community.ui.com/releases/Security-Advisory-Bulletin-023-023/808a1db0-5f8e-4b91-9097-9822f3f90207","summary":"NVIDIA Security Notice/Response link: https://nvidia.custhelp.com/app/answers/detail/a_id/5294","category":"external"},{"url":"https://community.ui.com/releases/UniFi-Network-Application-6-5-54/d717f241-48bb-4979-8b10-99db36ddabe1","summary":"NVIDIA Security Notice/Response link: https://nvidia.custhelp.com/app/answers/detail/a_id/5294","category":"external"},{"url":"https://community.rti.com/kb/apache-log4j-vulnerability-cve-2021-44228cve-2021-45046-impact-rti-connext-products","summary":"NVIDIA Security Notice/Response link: https://nvidia.custhelp.com/app/answers/detail/a_id/5294","category":"external"},{"url":"https://support.f5.com/csp/article/K19026212","summary":"NVIDIA Security Notice/Response link: https://nvidia.custhelp.com/app/answers/detail/a_id/5294","category":"external"},{"url":"https://en.avm.de/service/current-security-notifications/","summary":"NVIDIA Security Notice/Response link: https://nvidia.custhelp.com/app/answers/detail/a_id/5294","category":"external"}],"product_status":{"known_affected":["CSAFPID-fe946a98-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe94ad6e-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe9555de-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe959d3c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe95d2fc-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe96d756-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe97ed8a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe98b878-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe992b46-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe9976b4-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe99b674-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe99dfdc-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe9a0aca-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe9a6ccc-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe9ac50a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe9ba646-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe9c3c00-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe9cae9c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe9cec86-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe9d2ba6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe9d554a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe9d872c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe9dc2be-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe9e01fc-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe9e611a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe9fd270-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea01406-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea0aa7e-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea10230-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea16414-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea1b310-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea1dcb4-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea21044-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea25194-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea284e8-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea2b6de-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea2f4d2-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea33f46-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea367dc-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea3abfc-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea42b4a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea47df2-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea4c8b6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea51186-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea58472-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea5b442-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea5f2d6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea69a4c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea778e0-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea7fc3e-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea833de-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea87704-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea8f0bc-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea95db8-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea98734-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea9adea-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea9dfe0-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feaa0b32-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feaa42f0-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feaa71ee-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feaa9cfa-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feaac8a6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feab0c4e-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feab4786-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feab7274-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feaba366-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feabdd0e-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feac2840-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feac7430-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feacb13e-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feacf2d4-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feadd5be-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feae0ea8-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feae63da-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feaea73c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feaeea58-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feafa61e-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feafcde2-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feaffc18-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb07d82-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb0b5cc-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb0f8b6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb143de-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb175d4-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb1aa04-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb1d3bc-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb24518-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb2bb74-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb32ea6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb35674-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb3d2f2-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb40560-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb439c2-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb49570-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb52846-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb5a33e-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb5dc14-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb66152-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb6e492-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb78118-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb7bbc4-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb800ca-3a4b-11f1-8422-122e2785dc9f","CSAFPID-febaf5d2-3a4b-11f1-8422-122e2785dc9f","CSAFPID-febb52b6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-febb8baa-3a4b-11f1-8422-122e2785dc9f","CSAFPID-febbf400-3a4b-11f1-8422-122e2785dc9f","CSAFPID-febc28d0-3a4b-11f1-8422-122e2785dc9f","CSAFPID-febc646c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-febca828-3a4b-11f1-8422-122e2785dc9f","CSAFPID-febd43e6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec1123c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec17db2-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec20278-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec6d186-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec70d7c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec74986-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec77e42-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec7e7ec-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec82144-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec84b7e-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec8a8f8-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec950e6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec9934e-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec9c616-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fecb1eda-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fecc2672-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fecc841e-3a4b-11f1-8422-122e2785dc9f"],"known_not_affected":["CSAFPID-fe94152a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe94d8a2-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe9506c4-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe960b1e-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe963256-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe965ab0-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe968418-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe970d3e-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe9741b4-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe977a08-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe97ada2-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe985e1e-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe988812-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe98f842-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe9a42f6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe9a9c38-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe9b1f8c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe9bd4cc-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe9c06b8-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe9c710c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe9e8d7a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe9ee93c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe9f2ece-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe9f724e-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fe9fab10-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea04e94-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea0d918-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea61e78-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea670f8-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea6e56a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea7b274-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fea93158-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fead8988-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb20c56-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb276f0-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb2f3fa-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb382de-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb4d544-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb57184-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb620a2-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb6923a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb6bb84-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb71124-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb73fe6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb8352c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb87f46-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb9ad80-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feb9f24a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feba1efa-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feba567c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feba7ecc-3a4b-11f1-8422-122e2785dc9f","CSAFPID-febabbe4-3a4b-11f1-8422-122e2785dc9f","CSAFPID-febb1efe-3a4b-11f1-8422-122e2785dc9f","CSAFPID-febbc796-3a4b-11f1-8422-122e2785dc9f","CSAFPID-febcd32a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-febd11e6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-febd7a46-3a4b-11f1-8422-122e2785dc9f","CSAFPID-febdbc72-3a4b-11f1-8422-122e2785dc9f","CSAFPID-febdf1b0-3a4b-11f1-8422-122e2785dc9f","CSAFPID-febe20f4-3a4b-11f1-8422-122e2785dc9f","CSAFPID-febe91ec-3a4b-11f1-8422-122e2785dc9f","CSAFPID-febebf8c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-febef0b0-3a4b-11f1-8422-122e2785dc9f","CSAFPID-febf1db0-3a4b-11f1-8422-122e2785dc9f","CSAFPID-febf6a22-3a4b-11f1-8422-122e2785dc9f","CSAFPID-febfbd60-3a4b-11f1-8422-122e2785dc9f","CSAFPID-febffa64-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec02660-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec05784-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec090f0-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec0d4de-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec15602-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec1c114-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec254c6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec287d4-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec2feee-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec33b2a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec36d66-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec3b208-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec41e78-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec44baa-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec4a082-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec4d5ca-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec5068a-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec53dbc-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec57d36-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec5c2a0-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec5f982-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec62fec-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec65814-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec8ff38-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fec9ffbe-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feca33c6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feca82d6-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fecacf5c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fecb466c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fecb74f2-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fecbb82c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fecbf026-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fecc4f9e-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feccad18-3a4b-11f1-8422-122e2785dc9f","CSAFPID-feccdc5c-3a4b-11f1-8422-122e2785dc9f","CSAFPID-fecd10aa-3a4b-11f1-8422-122e2785dc9f"]}}],"product_tree":{"branches":[{"category":"vendor","name":"AMD","product":{"name":"AMD Products","product_id":"CSAFPID-fe338c96-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Codero","product":{"name":"Codero Products","product_id":"CSAFPID-fe33cd6e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Wi-Fi Alliance","product":{"name":"Wi-Fi Alliance Products","product_id":"CSAFPID-fe340540-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"LibreOffice","product":{"name":"LibreOffice Products","product_id":"CSAFPID-fe343a24-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Atlassian","product":{"name":"Atlassian Products","product_id":"CSAFPID-fe34707a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Rejetto","product":{"name":"Rejetto Products","product_id":"CSAFPID-fe34b620-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"PostgreSQL","product":{"name":"PostgreSQL Products","product_id":"CSAFPID-fe3502b0-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"plixer","product":{"name":"plixer Products","product_id":"CSAFPID-fe3550ee-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Allegro Software Development Corporation","product":{"name":"Allegro Software Development Corporation Products","product_id":"CSAFPID-fe35b80e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"SolarWinds","product":{"name":"SolarWinds Products","product_id":"CSAFPID-fe35f9d6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Artifex Software Inc.","product":{"name":"Artifex Software Inc. Products","product_id":"CSAFPID-fe363f68-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Proxmox Server Solutions","product":{"name":"Proxmox Server Solutions Products","product_id":"CSAFPID-fe368018-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Baramundi Software","product":{"name":"Baramundi Software Products","product_id":"CSAFPID-fe36b4fc-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"LibTom","product":{"name":"LibTom Products","product_id":"CSAFPID-fe36fc3c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Ciena","product":{"name":"Ciena Products","product_id":"CSAFPID-fe3751f0-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"ACROS Security","product":{"name":"ACROS Security Products","product_id":"CSAFPID-fe379912-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Digi International","product":{"name":"Digi International Products","product_id":"CSAFPID-fe37ccac-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"OpenWRT","product":{"name":"OpenWRT Products","product_id":"CSAFPID-fe37fe34-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Phoenix Technologies","product":{"name":"Phoenix Technologies Products","product_id":"CSAFPID-fe38468c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Paessler","product":{"name":"Paessler Products","product_id":"CSAFPID-fe387e90-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Cloudflare","product":{"name":"Cloudflare Products","product_id":"CSAFPID-fe38c422-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Atos SE","product":{"name":"Atos SE Products","product_id":"CSAFPID-fe391080-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"WSO2","product":{"name":"WSO2 Products","product_id":"CSAFPID-fe393dee-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Barracuda Networks","product":{"name":"Barracuda Networks Products","product_id":"CSAFPID-fe39aedc-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"National Instruments (NI)","product":{"name":"National Instruments (NI) Products","product_id":"CSAFPID-fe39ee4c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"positive technologies","product":{"name":"positive technologies Products","product_id":"CSAFPID-fe3a3cb2-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"panorama","product":{"name":"panorama Products","product_id":"CSAFPID-fe3a8104-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"OpenSearch","product":{"name":"OpenSearch Products","product_id":"CSAFPID-fe3adb2c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Newrelic","product":{"name":"Newrelic Products","product_id":"CSAFPID-fe3b29ec-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"MikroTik","product":{"name":"MikroTik Products","product_id":"CSAFPID-fe3b6236-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"PaperCut","product":{"name":"PaperCut Products","product_id":"CSAFPID-fe3b8b9e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"The LLVM Security Group","product":{"name":"The LLVM Security Group Products","product_id":"CSAFPID-fe3bb4fc-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Fuji Electric and Hakko Electric","product":{"name":"Fuji Electric and Hakko Electric Products","product_id":"CSAFPID-fe3bef3a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"American Megatrends Incorporated (AMI)","product":{"name":"American Megatrends Incorporated (AMI) Products","product_id":"CSAFPID-fe3c2aa4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Google","product":{"name":"Google Products","product_id":"CSAFPID-fe3c69ba-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Cradlepoint","product":{"name":"Cradlepoint Products","product_id":"CSAFPID-fe3c9912-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"u-blox","product":{"name":"u-blox Products","product_id":"CSAFPID-fe3ccf5e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Unify Software and Solutions GmbH and Co. KG","product":{"name":"Unify Software and Solutions GmbH and Co. KG Products","product_id":"CSAFPID-fe3cffec-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Zoho","product":{"name":"Zoho Products","product_id":"CSAFPID-fe3d3232-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Cox Communications","product":{"name":"Cox Communications Products","product_id":"CSAFPID-fe3d59f6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Pragma Systems","product":{"name":"Pragma Systems Products","product_id":"CSAFPID-fe3d9cf4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Wind River","product":{"name":"Wind River Products","product_id":"CSAFPID-fe3ddb88-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Hitachi","product":{"name":"Hitachi Products","product_id":"CSAFPID-fe3e30d8-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Mbed TLS","product":{"name":"Mbed TLS Products","product_id":"CSAFPID-fe3e69ea-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Apache Spark","product":{"name":"Apache Spark Products","product_id":"CSAFPID-fe3e9ef6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Muonics Inc.","product":{"name":"Muonics Inc. Products","product_id":"CSAFPID-fe3f05f8-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"OneScreen","product":{"name":"OneScreen Products","product_id":"CSAFPID-fe3f4d24-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Dell","product":{"name":"Dell Products","product_id":"CSAFPID-fe3fb3fe-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Metabase","product":{"name":"Metabase Products","product_id":"CSAFPID-fe3fffee-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Environmental Systems Research Institute Inc","product":{"name":"Environmental Systems Research Institute Inc Products","product_id":"CSAFPID-fe403d1a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Debian GNU/Linux","product":{"name":"Debian GNU/Linux Products","product_id":"CSAFPID-fe406cae-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"BMC Software","product":{"name":"BMC Software Products","product_id":"CSAFPID-fe40cc4e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"cPanel Inc.","product":{"name":"cPanel Inc. Products","product_id":"CSAFPID-fe40fd86-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Dell EMC","product":{"name":"Dell EMC Products","product_id":"CSAFPID-fe41487c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"OpenMRS","product":{"name":"OpenMRS Products","product_id":"CSAFPID-fe418c42-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"PEGA","product":{"name":"PEGA Products","product_id":"CSAFPID-fe41e16a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"N-able","product":{"name":"N-able Products","product_id":"CSAFPID-fe42154a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Elastic","product":{"name":"Elastic Products","product_id":"CSAFPID-fe4266b2-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Baidu","product":{"name":"Baidu Products","product_id":"CSAFPID-fe429e84-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Apache Tomcat","product":{"name":"Apache Tomcat Products","product_id":"CSAFPID-fe42f2b2-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Commvault","product":{"name":"Commvault Products","product_id":"CSAFPID-fe431a44-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Broadcom","product":{"name":"Broadcom Products","product_id":"CSAFPID-fe435c7a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Pulse Secure","product":{"name":"Pulse Secure Products","product_id":"CSAFPID-fe4396c2-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Palo Alto Networks","product":{"name":"Palo Alto Networks Products","product_id":"CSAFPID-fe43c156-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Citrix","product":{"name":"Citrix Products","product_id":"CSAFPID-fe4402ec-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Oracle Corporation","product":{"name":"Oracle Corporation Products","product_id":"CSAFPID-fe444f2c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"openHAB","product":{"name":"openHAB Products","product_id":"CSAFPID-fe44a0a8-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"NetApp","product":{"name":"NetApp Products","product_id":"CSAFPID-fe44ded8-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Netflix Inc.","product":{"name":"Netflix Inc. Products","product_id":"CSAFPID-fe450d9a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"NetEase Games","product":{"name":"NetEase Games Products","product_id":"CSAFPID-fe45476a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Minecraft","product":{"name":"Minecraft Products","product_id":"CSAFPID-fe45912a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Lucent Sky","product":{"name":"Lucent Sky Products","product_id":"CSAFPID-fe45c3ac-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"OpenNMS","product":{"name":"OpenNMS Products","product_id":"CSAFPID-fe45ff0c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Caelo NELSON","product":{"name":"Caelo NELSON Products","product_id":"CSAFPID-fe462b94-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Automox","product":{"name":"Automox Products","product_id":"CSAFPID-fe466582-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Apereo","product":{"name":"Apereo Products","product_id":"CSAFPID-fe469098-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Apache Struts","product":{"name":"Apache Struts Products","product_id":"CSAFPID-fe46d03a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"JFrog","product":{"name":"JFrog Products","product_id":"CSAFPID-fe470334-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Jitsi","product":{"name":"Jitsi Products","product_id":"CSAFPID-fe473462-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Keycloak","product":{"name":"Keycloak Products","product_id":"CSAFPID-fe476216-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Kellogg's","product":{"name":"Kellogg's Products","product_id":"CSAFPID-fe47a032-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"kafka Apache","product":{"name":"kafka Apache Products","product_id":"CSAFPID-fe47e164-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Veracode","product":{"name":"Veracode Products","product_id":"CSAFPID-fe4822aa-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"netsnmp","product":{"name":"netsnmp Products","product_id":"CSAFPID-fe486080-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"NGINX","product":{"name":"NGINX Products","product_id":"CSAFPID-fe48962c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Twitter","product":{"name":"Twitter Products","product_id":"CSAFPID-fe48e21c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Synopsys","product":{"name":"Synopsys Products","product_id":"CSAFPID-fe4937d0-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Vespa - AI, Engine","product":{"name":"Vespa - AI, Engine Products","product_id":"CSAFPID-fe497100-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Talend","product":{"name":"Talend Products","product_id":"CSAFPID-fe49b12e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"pfSense","product":{"name":"pfSense Products","product_id":"CSAFPID-fe49e0ae-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Ivanti","product":{"name":"Ivanti Products","product_id":"CSAFPID-fe4a07b4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Zammad","product":{"name":"Zammad Products","product_id":"CSAFPID-fe4a3dec-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Forcepoint","product":{"name":"Forcepoint Products","product_id":"CSAFPID-fe4a6254-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"GitHub","product":{"name":"GitHub Products","product_id":"CSAFPID-fe4a8a2c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Fortinet","product":{"name":"Fortinet Products","product_id":"CSAFPID-fe4ac190-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Jenkins","product":{"name":"Jenkins Products","product_id":"CSAFPID-fe4afc00-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"JAMF software","product":{"name":"JAMF software Products","product_id":"CSAFPID-fe4b5272-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"salesforce.com","product":{"name":"salesforce.com Products","product_id":"CSAFPID-fe4b7e5a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Treck","product":{"name":"Treck Products","product_id":"CSAFPID-fe4ba7ae-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Splunk","product":{"name":"Splunk Products","product_id":"CSAFPID-fe4bec32-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Huawei","product":{"name":"Huawei Products","product_id":"CSAFPID-fe4c1f9a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Pi-Hole","product":{"name":"Pi-Hole Products","product_id":"CSAFPID-fe4c49b6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Tencent","product":{"name":"Tencent Products","product_id":"CSAFPID-fe4c73be-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"WebEx","product":{"name":"WebEx Products","product_id":"CSAFPID-fe4caba4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Redis","product":{"name":"Redis Products","product_id":"CSAFPID-fe4cd494-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"F-Secure Corporation","product":{"name":"F-Secure Corporation Products","product_id":"CSAFPID-fe4d1152-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"SonicWall","product":{"name":"SonicWall Products","product_id":"CSAFPID-fe4d6b2a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"SonarSource","product":{"name":"SonarSource Products","product_id":"CSAFPID-fe4dafae-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"ServiceNow","product":{"name":"ServiceNow Products","product_id":"CSAFPID-fe4e09b8-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Security Onion Solutions","product":{"name":"Security Onion Solutions Products","product_id":"CSAFPID-fe4e4f04-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"SAP SE","product":{"name":"SAP SE Products","product_id":"CSAFPID-fe4e844c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Rubrik","product":{"name":"Rubrik Products","product_id":"CSAFPID-fe4eabe8-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Pure Storage","product":{"name":"Pure Storage Products","product_id":"CSAFPID-fe4ed4c4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Rocket.Chat","product":{"name":"Rocket.Chat Products","product_id":"CSAFPID-fe4f1a42-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"beyondtrust","product":{"name":"beyondtrust Products","product_id":"CSAFPID-fe4f584a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"sourceforge","product":{"name":"sourceforge Products","product_id":"CSAFPID-fe4fa8b8-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Valve Software (Steam)","product":{"name":"Valve Software (Steam) Products","product_id":"CSAFPID-fe4fdbc6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Tesla Motors","product":{"name":"Tesla Motors Products","product_id":"CSAFPID-fe5013a2-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Scytl","product":{"name":"Scytl Products","product_id":"CSAFPID-fe5061b8-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"JD Soft","product":{"name":"JD Soft Products","product_id":"CSAFPID-fe508b70-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Yandex Cloud","product":{"name":"Yandex Cloud Products","product_id":"CSAFPID-fe50bbe0-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Software AG","product":{"name":"Software AG Products","product_id":"CSAFPID-fe50f984-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"SmileCDR","product":{"name":"SmileCDR Products","product_id":"CSAFPID-fe51233c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"IBM","product":{"name":"IBM Products","product_id":"CSAFPID-fe5149d4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Spring","product":{"name":"Spring Products","product_id":"CSAFPID-fe5187e6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Wallarm","product":{"name":"Wallarm Products","product_id":"CSAFPID-fe51af78-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Wowza Media Systems","product":{"name":"Wowza Media Systems Products","product_id":"CSAFPID-fe51e0ec-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Amazon","product":{"name":"Amazon Products","product_id":"CSAFPID-fe523434-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"HP Inc.","product":{"name":"HP Inc. Products","product_id":"CSAFPID-fe525c02-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"DrayTek Corporation","product":{"name":"DrayTek Corporation Products","product_id":"CSAFPID-fe528a06-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Adaptiva","product":{"name":"Adaptiva Products","product_id":"CSAFPID-fe52c85e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Apache Commons","product":{"name":"Apache Commons Products","product_id":"CSAFPID-fe53149e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"FusionAuth","product":{"name":"FusionAuth Products","product_id":"CSAFPID-fe5363c2-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Amplifi","product":{"name":"Amplifi Products","product_id":"CSAFPID-fe539db0-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Xylem","product":{"name":"Xylem Products","product_id":"CSAFPID-fe53f102-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"XigmaNAS","product":{"name":"XigmaNAS Products","product_id":"CSAFPID-fe5420be-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"PagerDuty","product":{"name":"PagerDuty Products","product_id":"CSAFPID-fe5480b8-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"JetBrains","product":{"name":"JetBrains Products","product_id":"CSAFPID-fe54bd4e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Mobatek","product":{"name":"Mobatek Products","product_id":"CSAFPID-fe5509d4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Informatica","product":{"name":"Informatica Products","product_id":"CSAFPID-fe55421e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"SailPoint","product":{"name":"SailPoint Products","product_id":"CSAFPID-fe55944e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"SAS","product":{"name":"SAS Products","product_id":"CSAFPID-fe55d2ce-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Hostifi","product":{"name":"Hostifi Products","product_id":"CSAFPID-fe56292c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"GoAnywhere","product":{"name":"GoAnywhere Products","product_id":"CSAFPID-fe565e06-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"GrayLog","product":{"name":"GrayLog Products","product_id":"CSAFPID-fe56a10e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"eCosCentric","product":{"name":"eCosCentric Products","product_id":"CSAFPID-fe56e22c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"UPMC Enterprises","product":{"name":"UPMC Enterprises Products","product_id":"CSAFPID-fe572566-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Acronis Inc.","product":{"name":"Acronis Inc. Products","product_id":"CSAFPID-fe575a2c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Miredo","product":{"name":"Miredo Products","product_id":"CSAFPID-fe578362-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Supermicro","product":{"name":"Supermicro Products","product_id":"CSAFPID-fe57af7c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"BOSCH","product":{"name":"BOSCH Products","product_id":"CSAFPID-fe57dad8-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Siemens","product":{"name":"Siemens Products","product_id":"CSAFPID-fe58161a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Hitachi Energy","product":{"name":"Hitachi Energy Products","product_id":"CSAFPID-fe583fbe-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"OTRS","product":{"name":"OTRS Products","product_id":"CSAFPID-fe586fb6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Arista Networks","product":{"name":"Arista Networks Products","product_id":"CSAFPID-fe58a8fa-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Joyent","product":{"name":"Joyent Products","product_id":"CSAFPID-fe58d5f0-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Momentum","product":{"name":"Momentum Products","product_id":"CSAFPID-fe58ff44-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"ADTRAN","product":{"name":"ADTRAN Products","product_id":"CSAFPID-fe5925fa-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Apache Solr","product":{"name":"Apache Solr Products","product_id":"CSAFPID-fe59672c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Cerberus LLC","product":{"name":"Cerberus LLC Products","product_id":"CSAFPID-fe59b2f4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"lighttpd","product":{"name":"lighttpd Products","product_id":"CSAFPID-fe59de3c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"pUPNP","product":{"name":"pUPNP Products","product_id":"CSAFPID-fe5a130c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Illumos","product":{"name":"Illumos Products","product_id":"CSAFPID-fe5a4b4c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Trend Micro","product":{"name":"Trend Micro Products","product_id":"CSAFPID-fe5a7428-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Android Open Source Project","product":{"name":"Android Open Source Project Products","product_id":"CSAFPID-fe5abb7c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Imperva Inc.","product":{"name":"Imperva Inc. Products","product_id":"CSAFPID-fe5ae89a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Adobe","product":{"name":"Adobe Products","product_id":"CSAFPID-fe5b2076-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Sophos","product":{"name":"Sophos Products","product_id":"CSAFPID-fe5b5154-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Real-Time Innovations (RTI)","product":{"name":"Real-Time Innovations (RTI) Products","product_id":"CSAFPID-fe5b9038-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Binarly","product":{"name":"Binarly Products","product_id":"CSAFPID-fe5bd7be-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Afero","product":{"name":"Afero Products","product_id":"CSAFPID-fe5c23d6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Check Point","product":{"name":"Check Point Products","product_id":"CSAFPID-fe5c64a4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Microchip Technology","product":{"name":"Microchip Technology Products","product_id":"CSAFPID-fe5ca7c0-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"gdnsd","product":{"name":"gdnsd Products","product_id":"CSAFPID-fe5cdb6e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"OrbiTeam Software GmbH","product":{"name":"OrbiTeam Software GmbH Products","product_id":"CSAFPID-fe5d2506-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"LANCOM Systems GmbH","product":{"name":"LANCOM Systems GmbH Products","product_id":"CSAFPID-fe5d51a2-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"lwIP","product":{"name":"lwIP Products","product_id":"CSAFPID-fe5d85d2-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"AVM GmbH","product":{"name":"AVM GmbH Products","product_id":"CSAFPID-fe5dcac4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"FreeRADIUS","product":{"name":"FreeRADIUS Products","product_id":"CSAFPID-fe5e02e6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Qmail-TLS","product":{"name":"Qmail-TLS Products","product_id":"CSAFPID-fe5e4c42-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Sendmail Consortium","product":{"name":"Sendmail Consortium Products","product_id":"CSAFPID-fe5e898c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"VanDyke Software","product":{"name":"VanDyke Software Products","product_id":"CSAFPID-fe5eb36c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"HitmanPro","product":{"name":"HitmanPro Products","product_id":"CSAFPID-fe5edc7a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"HCC Embedded","product":{"name":"HCC Embedded Products","product_id":"CSAFPID-fe5f114a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Securepoint GmbH","product":{"name":"Securepoint GmbH Products","product_id":"CSAFPID-fe5f3cc4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Macrium","product":{"name":"Macrium Products","product_id":"CSAFPID-fe5f81ac-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"B. Braun","product":{"name":"B. Braun Products","product_id":"CSAFPID-fe5fabb4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Chocolatey Software","product":{"name":"Chocolatey Software Products","product_id":"CSAFPID-fe5fdf62-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"KPN-CERT","product":{"name":"KPN-CERT Products","product_id":"CSAFPID-fe601252-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Rust Security Response WG","product":{"name":"Rust Security Response WG Products","product_id":"CSAFPID-fe6069d2-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"ContentKeeper","product":{"name":"ContentKeeper Products","product_id":"CSAFPID-fe60b0ae-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Crestron Electronics","product":{"name":"Crestron Electronics Products","product_id":"CSAFPID-fe60f1fe-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"ABB","product":{"name":"ABB Products","product_id":"CSAFPID-fe6118fa-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Advantech Czech","product":{"name":"Advantech Czech Products","product_id":"CSAFPID-fe614a8c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"NVIDIA","product":{"name":"NVIDIA Products","product_id":"CSAFPID-fe617228-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Rockwell Automation","product":{"name":"Rockwell Automation Products","product_id":"CSAFPID-fe61af18-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Ubiquiti","product":{"name":"Ubiquiti Products","product_id":"CSAFPID-fe61d65a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Yellowfin BI","product":{"name":"Yellowfin BI Products","product_id":"CSAFPID-fe62121e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"F5 Networks","product":{"name":"F5 Networks Products","product_id":"CSAFPID-fe623b9a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Zephyr Project","product":{"name":"Zephyr Project Products","product_id":"CSAFPID-fe62655c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Sendmail","product":{"name":"Sendmail Products","product_id":"CSAFPID-fe62a288-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Fujitsu Europe","product":{"name":"Fujitsu Europe Products","product_id":"CSAFPID-fe62d596-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Wireshark","product":{"name":"Wireshark Products","product_id":"CSAFPID-fe62fca6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Synology","product":{"name":"Synology Products","product_id":"CSAFPID-fe6348dc-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"CVSNT","product":{"name":"CVSNT Products","product_id":"CSAFPID-fe63ac6e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"SUSE Linux","product":{"name":"SUSE Linux Products","product_id":"CSAFPID-fe63e60c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Red Hat","product":{"name":"Red Hat Products","product_id":"CSAFPID-fe641096-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"FreeBSD","product":{"name":"FreeBSD Products","product_id":"CSAFPID-fe644ab6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"DNSFilter","product":{"name":"DNSFilter Products","product_id":"CSAFPID-fe6474a0-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Brocade Communication Systems","product":{"name":"Brocade Communication Systems Products","product_id":"CSAFPID-fe64aeac-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"McAfee","product":{"name":"McAfee Products","product_id":"CSAFPID-fe65206c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"LemonLDAP","product":{"name":"LemonLDAP Products","product_id":"CSAFPID-fe6551e0-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"NTPsec","product":{"name":"NTPsec Products","product_id":"CSAFPID-fe658016-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Sierra Wireless","product":{"name":"Sierra Wireless Products","product_id":"CSAFPID-fe65a988-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"X.org Foundation","product":{"name":"X.org Foundation Products","product_id":"CSAFPID-fe65ebe6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Zyxel","product":{"name":"Zyxel Products","product_id":"CSAFPID-fe661f1c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"AMD","product":{"name":"AMD Products","product_id":"CSAFPID-fe66e212-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Codero","product":{"name":"Codero Products","product_id":"CSAFPID-fe6713fe-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Wi-Fi Alliance","product":{"name":"Wi-Fi Alliance Products","product_id":"CSAFPID-fe676624-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"LibreOffice","product":{"name":"LibreOffice Products","product_id":"CSAFPID-fe67bab6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Rejetto","product":{"name":"Rejetto Products","product_id":"CSAFPID-fe67eb1c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"PostgreSQL","product":{"name":"PostgreSQL Products","product_id":"CSAFPID-fe682550-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"plixer","product":{"name":"plixer Products","product_id":"CSAFPID-fe684d50-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Allegro Software Development Corporation","product":{"name":"Allegro Software Development Corporation Products","product_id":"CSAFPID-fe688bc6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Artifex Software Inc.","product":{"name":"Artifex Software Inc. Products","product_id":"CSAFPID-fe68d3d8-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Proxmox Server Solutions","product":{"name":"Proxmox Server Solutions Products","product_id":"CSAFPID-fe690402-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Baramundi Software","product":{"name":"Baramundi Software Products","product_id":"CSAFPID-fe69356c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"LibTom","product":{"name":"LibTom Products","product_id":"CSAFPID-fe696cc6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Environmental Systems Research Institute Inc","product":{"name":"Environmental Systems Research Institute Inc Products","product_id":"CSAFPID-fe69a556-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Ciena","product":{"name":"Ciena Products","product_id":"CSAFPID-fe6a09c4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"ACROS Security","product":{"name":"ACROS Security Products","product_id":"CSAFPID-fe6a4e98-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Digi International","product":{"name":"Digi International Products","product_id":"CSAFPID-fe6a7c4c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"OpenWRT","product":{"name":"OpenWRT Products","product_id":"CSAFPID-fe6aa514-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Phoenix Technologies","product":{"name":"Phoenix Technologies Products","product_id":"CSAFPID-fe6acc60-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Paessler","product":{"name":"Paessler Products","product_id":"CSAFPID-fe6afa96-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Atos SE","product":{"name":"Atos SE Products","product_id":"CSAFPID-fe6b30c4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Barracuda Networks","product":{"name":"Barracuda Networks Products","product_id":"CSAFPID-fe6b6bac-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Muonics Inc.","product":{"name":"Muonics Inc. Products","product_id":"CSAFPID-fe6b93d4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"OpenNMS","product":{"name":"OpenNMS Products","product_id":"CSAFPID-fe6bc804-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Apache Struts","product":{"name":"Apache Struts Products","product_id":"CSAFPID-fe6bf040-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"MikroTik","product":{"name":"MikroTik Products","product_id":"CSAFPID-fe6c19d0-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"The LLVM Security Group","product":{"name":"The LLVM Security Group Products","product_id":"CSAFPID-fe6c55ee-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Fuji Electric and Hakko Electric","product":{"name":"Fuji Electric and Hakko Electric Products","product_id":"CSAFPID-fe6c894c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"American Megatrends Incorporated (AMI)","product":{"name":"American Megatrends Incorporated (AMI) Products","product_id":"CSAFPID-fe6cb250-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Google","product":{"name":"Google Products","product_id":"CSAFPID-fe6cdc26-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Cradlepoint","product":{"name":"Cradlepoint Products","product_id":"CSAFPID-fe6d0e4e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"u-blox","product":{"name":"u-blox Products","product_id":"CSAFPID-fe6d34be-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Zephyr Project","product":{"name":"Zephyr Project Products","product_id":"CSAFPID-fe6d6bb4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Zoho","product":{"name":"Zoho Products","product_id":"CSAFPID-fe6d9d00-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Pragma Systems","product":{"name":"Pragma Systems Products","product_id":"CSAFPID-fe6dd6e4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Cox Communications","product":{"name":"Cox Communications Products","product_id":"CSAFPID-fe6dfef8-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Cloudflare","product":{"name":"Cloudflare Products","product_id":"CSAFPID-fe6e4b6a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Wind River","product":{"name":"Wind River Products","product_id":"CSAFPID-fe6e77b6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Hitachi","product":{"name":"Hitachi Products","product_id":"CSAFPID-fe6eac36-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Mbed TLS","product":{"name":"Mbed TLS Products","product_id":"CSAFPID-fe6ef1be-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"National Instruments (NI)","product":{"name":"National Instruments (NI) Products","product_id":"CSAFPID-fe6f26b6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"OneScreen","product":{"name":"OneScreen Products","product_id":"CSAFPID-fe6f5000-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Palo Alto Networks","product":{"name":"Palo Alto Networks Products","product_id":"CSAFPID-fe6f8214-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Automox","product":{"name":"Automox Products","product_id":"CSAFPID-fe6fab72-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Apereo","product":{"name":"Apereo Products","product_id":"CSAFPID-fe6fd6ce-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Debian GNU/Linux","product":{"name":"Debian GNU/Linux Products","product_id":"CSAFPID-fe700888-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Dell","product":{"name":"Dell Products","product_id":"CSAFPID-fe703e84-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"BMC Software","product":{"name":"BMC Software Products","product_id":"CSAFPID-fe7068a0-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"cPanel Inc.","product":{"name":"cPanel Inc. Products","product_id":"CSAFPID-fe70965e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Dell EMC","product":{"name":"Dell EMC Products","product_id":"CSAFPID-fe70c688-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"OpenMRS","product":{"name":"OpenMRS Products","product_id":"CSAFPID-fe710ce2-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Caelo NELSON","product":{"name":"Caelo NELSON Products","product_id":"CSAFPID-fe7148c4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Apache Spark","product":{"name":"Apache Spark Products","product_id":"CSAFPID-fe71837a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Apache Tomcat","product":{"name":"Apache Tomcat Products","product_id":"CSAFPID-fe71b4ee-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Commvault","product":{"name":"Commvault Products","product_id":"CSAFPID-fe71f986-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Broadcom","product":{"name":"Broadcom Products","product_id":"CSAFPID-fe72328e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Pulse Secure","product":{"name":"Pulse Secure Products","product_id":"CSAFPID-fe728234-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Citrix","product":{"name":"Citrix Products","product_id":"CSAFPID-fe72b740-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Oracle Corporation","product":{"name":"Oracle Corporation Products","product_id":"CSAFPID-fe72f728-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"openHAB","product":{"name":"openHAB Products","product_id":"CSAFPID-fe731f32-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"NetApp","product":{"name":"NetApp Products","product_id":"CSAFPID-fe7360dc-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Netflix Inc.","product":{"name":"Netflix Inc. Products","product_id":"CSAFPID-fe73a65a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"NetEase Games","product":{"name":"NetEase Games Products","product_id":"CSAFPID-fe73e250-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Minecraft","product":{"name":"Minecraft Products","product_id":"CSAFPID-fe7408b6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Lucent Sky","product":{"name":"Lucent Sky Products","product_id":"CSAFPID-fe74349e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"positive technologies","product":{"name":"positive technologies Products","product_id":"CSAFPID-fe747026-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"PaperCut","product":{"name":"PaperCut Products","product_id":"CSAFPID-fe749876-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"panorama","product":{"name":"panorama Products","product_id":"CSAFPID-fe74e858-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"OpenSearch","product":{"name":"OpenSearch Products","product_id":"CSAFPID-fe7519a4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"PEGA","product":{"name":"PEGA Products","product_id":"CSAFPID-fe756508-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"N-able","product":{"name":"N-able Products","product_id":"CSAFPID-fe75928a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Newrelic","product":{"name":"Newrelic Products","product_id":"CSAFPID-fe75c570-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Elastic","product":{"name":"Elastic Products","product_id":"CSAFPID-fe75f3c4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Baidu","product":{"name":"Baidu Products","product_id":"CSAFPID-fe7630c8-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Metabase","product":{"name":"Metabase Products","product_id":"CSAFPID-fe765cce-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"JFrog","product":{"name":"JFrog Products","product_id":"CSAFPID-fe769220-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Jitsi","product":{"name":"Jitsi Products","product_id":"CSAFPID-fe76bd36-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Keycloak","product":{"name":"Keycloak Products","product_id":"CSAFPID-fe76e52c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Kellogg's","product":{"name":"Kellogg's Products","product_id":"CSAFPID-fe7729a6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"kafka Apache","product":{"name":"kafka Apache Products","product_id":"CSAFPID-fe7765b0-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Veracode","product":{"name":"Veracode Products","product_id":"CSAFPID-fe779882-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"netsnmp","product":{"name":"netsnmp Products","product_id":"CSAFPID-fe77d2ac-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"NGINX","product":{"name":"NGINX Products","product_id":"CSAFPID-fe7807cc-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Twitter","product":{"name":"Twitter Products","product_id":"CSAFPID-fe7847b4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Synopsys","product":{"name":"Synopsys Products","product_id":"CSAFPID-fe78912e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Vespa - AI, Engine","product":{"name":"Vespa - AI, Engine Products","product_id":"CSAFPID-fe78b960-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Ivanti","product":{"name":"Ivanti Products","product_id":"CSAFPID-fe78e246-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Zammad","product":{"name":"Zammad Products","product_id":"CSAFPID-fe791266-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Forcepoint","product":{"name":"Forcepoint Products","product_id":"CSAFPID-fe793fac-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"GitHub","product":{"name":"GitHub Products","product_id":"CSAFPID-fe797918-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Fortinet","product":{"name":"Fortinet Products","product_id":"CSAFPID-fe79b7ca-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Jenkins","product":{"name":"Jenkins Products","product_id":"CSAFPID-fe79f1ea-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"JAMF software","product":{"name":"JAMF software Products","product_id":"CSAFPID-fe7a1cd8-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"salesforce.com","product":{"name":"salesforce.com Products","product_id":"CSAFPID-fe7a75de-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"SolarWinds","product":{"name":"SolarWinds Products","product_id":"CSAFPID-fe7aabbc-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Treck","product":{"name":"Treck Products","product_id":"CSAFPID-fe7b01f2-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Splunk","product":{"name":"Splunk Products","product_id":"CSAFPID-fe7b4c3e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Huawei","product":{"name":"Huawei Products","product_id":"CSAFPID-fe7b81ae-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Pi-Hole","product":{"name":"Pi-Hole Products","product_id":"CSAFPID-fe7ba968-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Tencent","product":{"name":"Tencent Products","product_id":"CSAFPID-fe7bd10e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"WebEx","product":{"name":"WebEx Products","product_id":"CSAFPID-fe7c0656-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Redis","product":{"name":"Redis Products","product_id":"CSAFPID-fe7c3f22-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"F-Secure Corporation","product":{"name":"F-Secure Corporation Products","product_id":"CSAFPID-fe7c78a2-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"SonicWall","product":{"name":"SonicWall Products","product_id":"CSAFPID-fe7cae94-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"SonarSource","product":{"name":"SonarSource Products","product_id":"CSAFPID-fe7d1668-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"ServiceNow","product":{"name":"ServiceNow Products","product_id":"CSAFPID-fe7d7a2c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Security Onion Solutions","product":{"name":"Security Onion Solutions Products","product_id":"CSAFPID-fe7dadc6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"SAP SE","product":{"name":"SAP SE Products","product_id":"CSAFPID-fe7dd8dc-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Rubrik","product":{"name":"Rubrik Products","product_id":"CSAFPID-fe7e0a14-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Pure Storage","product":{"name":"Pure Storage Products","product_id":"CSAFPID-fe7e3282-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Rocket.Chat","product":{"name":"Rocket.Chat Products","product_id":"CSAFPID-fe7e5c26-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"beyondtrust","product":{"name":"beyondtrust Products","product_id":"CSAFPID-fe7e8642-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"sourceforge","product":{"name":"sourceforge Products","product_id":"CSAFPID-fe7eacd0-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Valve Software (Steam)","product":{"name":"Valve Software (Steam) Products","product_id":"CSAFPID-fe7ee0ba-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Tesla Motors","product":{"name":"Tesla Motors Products","product_id":"CSAFPID-fe7f0fae-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Mobatek","product":{"name":"Mobatek Products","product_id":"CSAFPID-fe7f4bc2-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Scytl","product":{"name":"Scytl Products","product_id":"CSAFPID-fe7f8cea-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"JD Soft","product":{"name":"JD Soft Products","product_id":"CSAFPID-fe7fb6ac-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Talend","product":{"name":"Talend Products","product_id":"CSAFPID-fe7ff734-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Yandex Cloud","product":{"name":"Yandex Cloud Products","product_id":"CSAFPID-fe802df8-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Software AG","product":{"name":"Software AG Products","product_id":"CSAFPID-fe807560-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"SmileCDR","product":{"name":"SmileCDR Products","product_id":"CSAFPID-fe809e50-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"IBM","product":{"name":"IBM Products","product_id":"CSAFPID-fe80c6be-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Spring","product":{"name":"Spring Products","product_id":"CSAFPID-fe80ef04-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Wallarm","product":{"name":"Wallarm Products","product_id":"CSAFPID-fe81359a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Wowza Media Systems","product":{"name":"Wowza Media Systems Products","product_id":"CSAFPID-fe815fe8-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Amazon","product":{"name":"Amazon Products","product_id":"CSAFPID-fe8199e0-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"HP Inc.","product":{"name":"HP Inc. Products","product_id":"CSAFPID-fe81cf5a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"DrayTek Corporation","product":{"name":"DrayTek Corporation Products","product_id":"CSAFPID-fe81f9c6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Adaptiva","product":{"name":"Adaptiva Products","product_id":"CSAFPID-fe821f64-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Apache Commons","product":{"name":"Apache Commons Products","product_id":"CSAFPID-fe82597a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Amplifi","product":{"name":"Amplifi Products","product_id":"CSAFPID-fe827fc2-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Xylem","product":{"name":"Xylem Products","product_id":"CSAFPID-fe82b4ec-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Check Point","product":{"name":"Check Point Products","product_id":"CSAFPID-fe82dbd4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"XigmaNAS","product":{"name":"XigmaNAS Products","product_id":"CSAFPID-fe830172-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"PagerDuty","product":{"name":"PagerDuty Products","product_id":"CSAFPID-fe833f16-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"JetBrains","product":{"name":"JetBrains Products","product_id":"CSAFPID-fe83669e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Informatica","product":{"name":"Informatica Products","product_id":"CSAFPID-fe838cdc-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"SailPoint","product":{"name":"SailPoint Products","product_id":"CSAFPID-fe83b3ce-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"SAS","product":{"name":"SAS Products","product_id":"CSAFPID-fe83f168-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"FusionAuth","product":{"name":"FusionAuth Products","product_id":"CSAFPID-fe841cc4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"GoAnywhere","product":{"name":"GoAnywhere Products","product_id":"CSAFPID-fe844e92-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"GrayLog","product":{"name":"GrayLog Products","product_id":"CSAFPID-fe84766a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"eCosCentric","product":{"name":"eCosCentric Products","product_id":"CSAFPID-fe84a018-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"UPMC Enterprises","product":{"name":"UPMC Enterprises Products","product_id":"CSAFPID-fe84d632-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Acronis Inc.","product":{"name":"Acronis Inc. Products","product_id":"CSAFPID-fe85024c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Miredo","product":{"name":"Miredo Products","product_id":"CSAFPID-fe854c7a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Supermicro","product":{"name":"Supermicro Products","product_id":"CSAFPID-fe857cae-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"BOSCH","product":{"name":"BOSCH Products","product_id":"CSAFPID-fe85a4c2-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Siemens","product":{"name":"Siemens Products","product_id":"CSAFPID-fe85dbb8-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Hitachi Energy","product":{"name":"Hitachi Energy Products","product_id":"CSAFPID-fe861da8-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"OTRS","product":{"name":"OTRS Products","product_id":"CSAFPID-fe864576-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Arista Networks","product":{"name":"Arista Networks Products","product_id":"CSAFPID-fe86802c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Joyent","product":{"name":"Joyent Products","product_id":"CSAFPID-fe86ac50-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Momentum","product":{"name":"Momentum Products","product_id":"CSAFPID-fe86e9fe-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"ADTRAN","product":{"name":"ADTRAN Products","product_id":"CSAFPID-fe872144-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Apache Solr","product":{"name":"Apache Solr Products","product_id":"CSAFPID-fe876852-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Atlassian","product":{"name":"Atlassian Products","product_id":"CSAFPID-fe87b758-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Cerberus LLC","product":{"name":"Cerberus LLC Products","product_id":"CSAFPID-fe87f0ec-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"lighttpd","product":{"name":"lighttpd Products","product_id":"CSAFPID-fe881b26-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"pUPNP","product":{"name":"pUPNP Products","product_id":"CSAFPID-fe885db6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"WSO2","product":{"name":"WSO2 Products","product_id":"CSAFPID-fe8887aa-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Illumos","product":{"name":"Illumos Products","product_id":"CSAFPID-fe88af46-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Trend Micro","product":{"name":"Trend Micro Products","product_id":"CSAFPID-fe88eb64-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Android Open Source Project","product":{"name":"Android Open Source Project Products","product_id":"CSAFPID-fe8914b8-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Imperva Inc.","product":{"name":"Imperva Inc. Products","product_id":"CSAFPID-fe893b3c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Adobe","product":{"name":"Adobe Products","product_id":"CSAFPID-fe89638c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Sophos","product":{"name":"Sophos Products","product_id":"CSAFPID-fe8992da-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Real-Time Innovations (RTI)","product":{"name":"Real-Time Innovations (RTI) Products","product_id":"CSAFPID-fe89c7a0-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Yellowfin BI","product":{"name":"Yellowfin BI Products","product_id":"CSAFPID-fe89f374-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Binarly","product":{"name":"Binarly Products","product_id":"CSAFPID-fe8a3802-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Afero","product":{"name":"Afero Products","product_id":"CSAFPID-fe8a6016-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Microchip Technology","product":{"name":"Microchip Technology Products","product_id":"CSAFPID-fe8a86ea-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"gdnsd","product":{"name":"gdnsd Products","product_id":"CSAFPID-fe8aad5a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"OrbiTeam Software GmbH","product":{"name":"OrbiTeam Software GmbH Products","product_id":"CSAFPID-fe8ad884-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"LANCOM Systems GmbH","product":{"name":"LANCOM Systems GmbH Products","product_id":"CSAFPID-fe8b11e6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"lwIP","product":{"name":"lwIP Products","product_id":"CSAFPID-fe8b3f7c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"AVM GmbH","product":{"name":"AVM GmbH Products","product_id":"CSAFPID-fe8b7da2-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"FreeRADIUS","product":{"name":"FreeRADIUS Products","product_id":"CSAFPID-fe8bb04c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Qmail-TLS","product":{"name":"Qmail-TLS Products","product_id":"CSAFPID-fe8bd996-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Sendmail Consortium","product":{"name":"Sendmail Consortium Products","product_id":"CSAFPID-fe8c0466-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"VanDyke Software","product":{"name":"VanDyke Software Products","product_id":"CSAFPID-fe8c4412-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"HitmanPro","product":{"name":"HitmanPro Products","product_id":"CSAFPID-fe8c7b12-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"HCC Embedded","product":{"name":"HCC Embedded Products","product_id":"CSAFPID-fe8caccc-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Securepoint GmbH","product":{"name":"Securepoint GmbH Products","product_id":"CSAFPID-fe8cea16-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Macrium","product":{"name":"Macrium Products","product_id":"CSAFPID-fe8d14f0-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"B. Braun","product":{"name":"B. Braun Products","product_id":"CSAFPID-fe8d4db2-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Chocolatey Software","product":{"name":"Chocolatey Software Products","product_id":"CSAFPID-fe8d7698-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"KPN-CERT","product":{"name":"KPN-CERT Products","product_id":"CSAFPID-fe8da23a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Rust Security Response WG","product":{"name":"Rust Security Response WG Products","product_id":"CSAFPID-fe8dd03e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"ContentKeeper","product":{"name":"ContentKeeper Products","product_id":"CSAFPID-fe8e0a4a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Crestron Electronics","product":{"name":"Crestron Electronics Products","product_id":"CSAFPID-fe8e57e8-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"ABB","product":{"name":"ABB Products","product_id":"CSAFPID-fe8e9c12-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Advantech Czech","product":{"name":"Advantech Czech Products","product_id":"CSAFPID-fe8ec868-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"NVIDIA","product":{"name":"NVIDIA Products","product_id":"CSAFPID-fe8f04d6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Rockwell Automation","product":{"name":"Rockwell Automation Products","product_id":"CSAFPID-fe8f4da6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Ubiquiti","product":{"name":"Ubiquiti Products","product_id":"CSAFPID-fe8f8eba-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"F5 Networks","product":{"name":"F5 Networks Products","product_id":"CSAFPID-fe8fbc0a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"pfSense","product":{"name":"pfSense Products","product_id":"CSAFPID-fe8fe806-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Sendmail","product":{"name":"Sendmail Products","product_id":"CSAFPID-fe900e80-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Fujitsu Europe","product":{"name":"Fujitsu Europe Products","product_id":"CSAFPID-fe9039dc-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Wireshark","product":{"name":"Wireshark Products","product_id":"CSAFPID-fe9072f8-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Synology","product":{"name":"Synology Products","product_id":"CSAFPID-fe90a11a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"CVSNT","product":{"name":"CVSNT Products","product_id":"CSAFPID-fe90d6ee-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"SUSE Linux","product":{"name":"SUSE Linux Products","product_id":"CSAFPID-fe91039e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Red Hat","product":{"name":"Red Hat Products","product_id":"CSAFPID-fe9135e4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"FreeBSD","product":{"name":"FreeBSD Products","product_id":"CSAFPID-fe916852-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"DNSFilter","product":{"name":"DNSFilter Products","product_id":"CSAFPID-fe919d4a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Brocade Communication Systems","product":{"name":"Brocade Communication Systems Products","product_id":"CSAFPID-fe91d74c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"McAfee","product":{"name":"McAfee Products","product_id":"CSAFPID-fe920212-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Unify Software and Solutions GmbH and Co. KG","product":{"name":"Unify Software and Solutions GmbH and Co. KG Products","product_id":"CSAFPID-fe922d28-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"LemonLDAP","product":{"name":"LemonLDAP Products","product_id":"CSAFPID-fe925c94-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"NTPsec","product":{"name":"NTPsec Products","product_id":"CSAFPID-fe92a3f2-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Sierra Wireless","product":{"name":"Sierra Wireless Products","product_id":"CSAFPID-fe92de44-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"X.org Foundation","product":{"name":"X.org Foundation Products","product_id":"CSAFPID-fe930dce-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Zyxel","product":{"name":"Zyxel Products","product_id":"CSAFPID-fe933b64-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"AMD","product":{"name":"AMD Products","product_id":"CSAFPID-fe94152a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Arista Networks","product":{"name":"Arista Networks Products","product_id":"CSAFPID-fe946a98-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"N-able","product":{"name":"N-able Products","product_id":"CSAFPID-fe94ad6e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Wi-Fi Alliance","product":{"name":"Wi-Fi Alliance Products","product_id":"CSAFPID-fe94d8a2-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"LibreOffice","product":{"name":"LibreOffice Products","product_id":"CSAFPID-fe9506c4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Microsoft","product":{"name":"Microsoft Products","product_id":"CSAFPID-fe9555de-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Red Hat","product":{"name":"Red Hat Products","product_id":"CSAFPID-fe959d3c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Atlassian","product":{"name":"Atlassian Products","product_id":"CSAFPID-fe95d2fc-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Rejetto","product":{"name":"Rejetto Products","product_id":"CSAFPID-fe960b1e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"PostgreSQL","product":{"name":"PostgreSQL Products","product_id":"CSAFPID-fe963256-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"plixer","product":{"name":"plixer Products","product_id":"CSAFPID-fe965ab0-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Allegro Software Development Corporation","product":{"name":"Allegro Software Development Corporation Products","product_id":"CSAFPID-fe968418-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"SolarWinds","product":{"name":"SolarWinds Products","product_id":"CSAFPID-fe96d756-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Artifex Software Inc.","product":{"name":"Artifex Software Inc. Products","product_id":"CSAFPID-fe970d3e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Proxmox Server Solutions","product":{"name":"Proxmox Server Solutions Products","product_id":"CSAFPID-fe9741b4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Baramundi Software","product":{"name":"Baramundi Software Products","product_id":"CSAFPID-fe977a08-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"LibTom","product":{"name":"LibTom Products","product_id":"CSAFPID-fe97ada2-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Environmental Systems Research Institute Inc","product":{"name":"Environmental Systems Research Institute Inc Products","product_id":"CSAFPID-fe97ed8a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"SanDisk Corporation","product":{"name":"SanDisk Corporation Products","product_id":"CSAFPID-fe981fee-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Ciena","product":{"name":"Ciena Products","product_id":"CSAFPID-fe985e1e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"ACROS Security","product":{"name":"ACROS Security Products","product_id":"CSAFPID-fe988812-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Digi International","product":{"name":"Digi International Products","product_id":"CSAFPID-fe98b878-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Phoenix Technologies","product":{"name":"Phoenix Technologies Products","product_id":"CSAFPID-fe98f842-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Paessler","product":{"name":"Paessler Products","product_id":"CSAFPID-fe992b46-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Debian GNU/Linux","product":{"name":"Debian GNU/Linux Products","product_id":"CSAFPID-fe9976b4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"NetEase Games","product":{"name":"NetEase Games Products","product_id":"CSAFPID-fe99b674-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Atos SE","product":{"name":"Atos SE Products","product_id":"CSAFPID-fe99dfdc-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"WSO2","product":{"name":"WSO2 Products","product_id":"CSAFPID-fe9a0aca-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Zscaler","product":{"name":"Zscaler Products","product_id":"CSAFPID-fe9a42f6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Sierra Wireless","product":{"name":"Sierra Wireless Products","product_id":"CSAFPID-fe9a6ccc-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Barracuda Networks","product":{"name":"Barracuda Networks Products","product_id":"CSAFPID-fe9a9c38-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Lucent Sky","product":{"name":"Lucent Sky Products","product_id":"CSAFPID-fe9ac50a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"MikroTik","product":{"name":"MikroTik Products","product_id":"CSAFPID-fe9b1f8c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"positive technologies","product":{"name":"positive technologies Products","product_id":"CSAFPID-fe9b6fb4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"PaperCut","product":{"name":"PaperCut Products","product_id":"CSAFPID-fe9ba646-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"The LLVM Security Group","product":{"name":"The LLVM Security Group Products","product_id":"CSAFPID-fe9bd4cc-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Fuji Electric and Hakko Electric","product":{"name":"Fuji Electric and Hakko Electric Products","product_id":"CSAFPID-fe9c06b8-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Elastic","product":{"name":"Elastic Products","product_id":"CSAFPID-fe9c3c00-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"American Megatrends Incorporated (AMI)","product":{"name":"American Megatrends Incorporated (AMI) Products","product_id":"CSAFPID-fe9c710c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Dell","product":{"name":"Dell Products","product_id":"CSAFPID-fe9cae9c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Google","product":{"name":"Google Products","product_id":"CSAFPID-fe9cec86-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Palo Alto Networks","product":{"name":"Palo Alto Networks Products","product_id":"CSAFPID-fe9d2ba6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Cradlepoint","product":{"name":"Cradlepoint Products","product_id":"CSAFPID-fe9d554a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"OpenSearch","product":{"name":"OpenSearch Products","product_id":"CSAFPID-fe9d872c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"OpenNMS","product":{"name":"OpenNMS Products","product_id":"CSAFPID-fe9dc2be-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"u-blox","product":{"name":"u-blox Products","product_id":"CSAFPID-fe9e01fc-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Yellowfin BI","product":{"name":"Yellowfin BI Products","product_id":"CSAFPID-fe9e611a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Zoho","product":{"name":"Zoho Products","product_id":"CSAFPID-fe9e8d7a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"PEGA","product":{"name":"PEGA Products","product_id":"CSAFPID-fe9ec02e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Cox Communications","product":{"name":"Cox Communications Products","product_id":"CSAFPID-fe9ee93c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Cloudflare","product":{"name":"Cloudflare Products","product_id":"CSAFPID-fe9f2ece-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Pragma Systems","product":{"name":"Pragma Systems Products","product_id":"CSAFPID-fe9f724e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Wind River","product":{"name":"Wind River Products","product_id":"CSAFPID-fe9fab10-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Hitachi","product":{"name":"Hitachi Products","product_id":"CSAFPID-fe9fd270-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"National Instruments (NI)","product":{"name":"National Instruments (NI) Products","product_id":"CSAFPID-fea01406-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Mbed TLS","product":{"name":"Mbed TLS Products","product_id":"CSAFPID-fea04e94-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Citrix","product":{"name":"Citrix Products","product_id":"CSAFPID-fea0aa7e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"OneScreen","product":{"name":"OneScreen Products","product_id":"CSAFPID-fea0d918-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Apache Spark","product":{"name":"Apache Spark Products","product_id":"CSAFPID-fea10230-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"BMC Software","product":{"name":"BMC Software Products","product_id":"CSAFPID-fea16414-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"cPanel Inc.","product":{"name":"cPanel Inc. Products","product_id":"CSAFPID-fea1b310-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Dell EMC","product":{"name":"Dell EMC Products","product_id":"CSAFPID-fea1dcb4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Minecraft","product":{"name":"Minecraft Products","product_id":"CSAFPID-fea21044-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Newrelic","product":{"name":"Newrelic Products","product_id":"CSAFPID-fea25194-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Apereo","product":{"name":"Apereo Products","product_id":"CSAFPID-fea284e8-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Metabase","product":{"name":"Metabase Products","product_id":"CSAFPID-fea2b6de-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Apache Struts","product":{"name":"Apache Struts Products","product_id":"CSAFPID-fea2f4d2-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Apache Tomcat","product":{"name":"Apache Tomcat Products","product_id":"CSAFPID-fea33f46-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Commvault","product":{"name":"Commvault Products","product_id":"CSAFPID-fea367dc-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Broadcom","product":{"name":"Broadcom Products","product_id":"CSAFPID-fea3abfc-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Pulse Secure","product":{"name":"Pulse Secure Products","product_id":"CSAFPID-fea3dd34-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Oracle Corporation","product":{"name":"Oracle Corporation Products","product_id":"CSAFPID-fea42b4a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"openHAB","product":{"name":"openHAB Products","product_id":"CSAFPID-fea47df2-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"NetApp","product":{"name":"NetApp Products","product_id":"CSAFPID-fea4c8b6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Netflix Inc.","product":{"name":"Netflix Inc. Products","product_id":"CSAFPID-fea51186-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"panorama","product":{"name":"panorama Products","product_id":"CSAFPID-fea54034-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"OpenMRS","product":{"name":"OpenMRS Products","product_id":"CSAFPID-fea58472-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Caelo NELSON","product":{"name":"Caelo NELSON Products","product_id":"CSAFPID-fea5b442-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Baidu","product":{"name":"Baidu Products","product_id":"CSAFPID-fea5f2d6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Automox","product":{"name":"Automox Products","product_id":"CSAFPID-fea61e78-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"JFrog","product":{"name":"JFrog Products","product_id":"CSAFPID-fea670f8-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Jitsi","product":{"name":"Jitsi Products","product_id":"CSAFPID-fea69a4c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Keycloak","product":{"name":"Keycloak Products","product_id":"CSAFPID-fea6e56a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Kellogg's","product":{"name":"Kellogg's Products","product_id":"CSAFPID-fea732ea-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"kafka Apache","product":{"name":"kafka Apache Products","product_id":"CSAFPID-fea778e0-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"netsnmp","product":{"name":"netsnmp Products","product_id":"CSAFPID-fea7b274-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Apache Solr","product":{"name":"Apache Solr Products","product_id":"CSAFPID-fea7fc3e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Twitter","product":{"name":"Twitter Products","product_id":"CSAFPID-fea833de-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Synopsys","product":{"name":"Synopsys Products","product_id":"CSAFPID-fea87704-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Vespa - AI, Engine","product":{"name":"Vespa - AI, Engine Products","product_id":"CSAFPID-fea8bc28-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Ivanti","product":{"name":"Ivanti Products","product_id":"CSAFPID-fea8f0bc-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Acronis Inc.","product":{"name":"Acronis Inc. Products","product_id":"CSAFPID-fea93158-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Zammad","product":{"name":"Zammad Products","product_id":"CSAFPID-fea95db8-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Forcepoint","product":{"name":"Forcepoint Products","product_id":"CSAFPID-fea98734-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"GitHub","product":{"name":"GitHub Products","product_id":"CSAFPID-fea9adea-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Fortinet","product":{"name":"Fortinet Products","product_id":"CSAFPID-fea9dfe0-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Jenkins","product":{"name":"Jenkins Products","product_id":"CSAFPID-feaa0b32-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"JAMF software","product":{"name":"JAMF software Products","product_id":"CSAFPID-feaa42f0-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"salesforce.com","product":{"name":"salesforce.com Products","product_id":"CSAFPID-feaa71ee-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Splunk","product":{"name":"Splunk Products","product_id":"CSAFPID-feaa9cfa-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Huawei","product":{"name":"Huawei Products","product_id":"CSAFPID-feaac8a6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Tencent","product":{"name":"Tencent Products","product_id":"CSAFPID-feab0c4e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"WebEx","product":{"name":"WebEx Products","product_id":"CSAFPID-feab4786-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Redis","product":{"name":"Redis Products","product_id":"CSAFPID-feab7274-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"F-Secure Corporation","product":{"name":"F-Secure Corporation Products","product_id":"CSAFPID-feaba366-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"SonicWall","product":{"name":"SonicWall Products","product_id":"CSAFPID-feabdd0e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"SonarSource","product":{"name":"SonarSource Products","product_id":"CSAFPID-feac2840-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"ServiceNow","product":{"name":"ServiceNow Products","product_id":"CSAFPID-feac7430-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Security Onion Solutions","product":{"name":"Security Onion Solutions Products","product_id":"CSAFPID-feacb13e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"SAP SE","product":{"name":"SAP SE Products","product_id":"CSAFPID-feacf2d4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Rubrik","product":{"name":"Rubrik Products","product_id":"CSAFPID-fead2e34-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Pure Storage","product":{"name":"Pure Storage Products","product_id":"CSAFPID-fead572e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Rocket.Chat","product":{"name":"Rocket.Chat Products","product_id":"CSAFPID-fead8988-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"beyondtrust","product":{"name":"beyondtrust Products","product_id":"CSAFPID-feadd5be-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"sourceforge","product":{"name":"sourceforge Products","product_id":"CSAFPID-feae0ea8-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Valve Software (Steam)","product":{"name":"Valve Software (Steam) Products","product_id":"CSAFPID-feae63da-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Tesla Motors","product":{"name":"Tesla Motors Products","product_id":"CSAFPID-feaea73c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Veritas Technologies","product":{"name":"Veritas Technologies Products","product_id":"CSAFPID-feaeea58-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Scytl","product":{"name":"Scytl Products","product_id":"CSAFPID-feaf1e60-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"JD Soft","product":{"name":"JD Soft Products","product_id":"CSAFPID-feaf6398-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Talend","product":{"name":"Talend Products","product_id":"CSAFPID-feafa61e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Yandex Cloud","product":{"name":"Yandex Cloud Products","product_id":"CSAFPID-feafcde2-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Software AG","product":{"name":"Software AG Products","product_id":"CSAFPID-feaffc18-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"SmileCDR","product":{"name":"SmileCDR Products","product_id":"CSAFPID-feb024fe-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"IBM","product":{"name":"IBM Products","product_id":"CSAFPID-feb07d82-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Amazon","product":{"name":"Amazon Products","product_id":"CSAFPID-feb0b5cc-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Spring","product":{"name":"Spring Products","product_id":"CSAFPID-feb0f8b6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Wallarm","product":{"name":"Wallarm Products","product_id":"CSAFPID-feb143de-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Wowza Media Systems","product":{"name":"Wowza Media Systems Products","product_id":"CSAFPID-feb175d4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"HP Inc.","product":{"name":"HP Inc. Products","product_id":"CSAFPID-feb1aa04-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"RSA","product":{"name":"RSA Products","product_id":"CSAFPID-feb1d3bc-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Adaptiva","product":{"name":"Adaptiva Products","product_id":"CSAFPID-feb20c56-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Apache Commons","product":{"name":"Apache Commons Products","product_id":"CSAFPID-feb24518-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Amplifi","product":{"name":"Amplifi Products","product_id":"CSAFPID-feb276f0-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Xylem","product":{"name":"Xylem Products","product_id":"CSAFPID-feb2bb74-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"XigmaNAS","product":{"name":"XigmaNAS Products","product_id":"CSAFPID-feb2f3fa-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"PagerDuty","product":{"name":"PagerDuty Products","product_id":"CSAFPID-feb32ea6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"JetBrains","product":{"name":"JetBrains Products","product_id":"CSAFPID-feb35674-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Mobatek","product":{"name":"Mobatek Products","product_id":"CSAFPID-feb382de-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Informatica","product":{"name":"Informatica Products","product_id":"CSAFPID-feb3d2f2-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"SailPoint","product":{"name":"SailPoint Products","product_id":"CSAFPID-feb40560-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"SAS","product":{"name":"SAS Products","product_id":"CSAFPID-feb439c2-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Hostifi","product":{"name":"Hostifi Products","product_id":"CSAFPID-feb49570-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"FusionAuth","product":{"name":"FusionAuth Products","product_id":"CSAFPID-feb4d544-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"GoAnywhere","product":{"name":"GoAnywhere Products","product_id":"CSAFPID-feb4fbfa-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"GrayLog","product":{"name":"GrayLog Products","product_id":"CSAFPID-feb52846-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Miredo","product":{"name":"Miredo Products","product_id":"CSAFPID-feb57184-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Supermicro","product":{"name":"Supermicro Products","product_id":"CSAFPID-feb5a33e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"BOSCH","product":{"name":"BOSCH Products","product_id":"CSAFPID-feb5dc14-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"DrayTek Corporation","product":{"name":"DrayTek Corporation Products","product_id":"CSAFPID-feb620a2-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Hitachi Energy","product":{"name":"Hitachi Energy Products","product_id":"CSAFPID-feb66152-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"OTRS","product":{"name":"OTRS Products","product_id":"CSAFPID-feb6923a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Joyent","product":{"name":"Joyent Products","product_id":"CSAFPID-feb6bb84-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"ADTRAN","product":{"name":"ADTRAN Products","product_id":"CSAFPID-feb6e492-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"pUPNP","product":{"name":"pUPNP Products","product_id":"CSAFPID-feb71124-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Illumos","product":{"name":"Illumos Products","product_id":"CSAFPID-feb73fe6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Ubiquiti","product":{"name":"Ubiquiti Products","product_id":"CSAFPID-feb78118-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Adobe","product":{"name":"Adobe Products","product_id":"CSAFPID-feb7bbc4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Real-Time Innovations (RTI)","product":{"name":"Real-Time Innovations (RTI) Products","product_id":"CSAFPID-feb800ca-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"F5 Networks","product":{"name":"F5 Networks Products","product_id":"CSAFPID-feb8352c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Afero","product":{"name":"Afero Products","product_id":"CSAFPID-feb87f46-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Microchip Technology","product":{"name":"Microchip Technology Products","product_id":"CSAFPID-feb8dc3e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"gdnsd","product":{"name":"gdnsd Products","product_id":"CSAFPID-feb9ad80-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"OrbiTeam Software GmbH","product":{"name":"OrbiTeam Software GmbH Products","product_id":"CSAFPID-feb9f24a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"AVM GmbH","product":{"name":"AVM GmbH Products","product_id":"CSAFPID-feba1efa-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"HitmanPro","product":{"name":"HitmanPro Products","product_id":"CSAFPID-feba567c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"HCC Embedded","product":{"name":"HCC Embedded Products","product_id":"CSAFPID-feba7ecc-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Securepoint GmbH","product":{"name":"Securepoint GmbH Products","product_id":"CSAFPID-febabbe4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"KPN-CERT","product":{"name":"KPN-CERT Products","product_id":"CSAFPID-febaf5d2-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"ContentKeeper","product":{"name":"ContentKeeper Products","product_id":"CSAFPID-febb1efe-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"ABB","product":{"name":"ABB Products","product_id":"CSAFPID-febb52b6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"NVIDIA","product":{"name":"NVIDIA Products","product_id":"CSAFPID-febb8baa-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Zephyr Project","product":{"name":"Zephyr Project Products","product_id":"CSAFPID-febbc796-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Sendmail","product":{"name":"Sendmail Products","product_id":"CSAFPID-febbf400-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Fujitsu Europe","product":{"name":"Fujitsu Europe Products","product_id":"CSAFPID-febc28d0-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Zyxel","product":{"name":"Zyxel Products","product_id":"CSAFPID-febc646c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"VMware","product":{"name":"VMware Products","product_id":"CSAFPID-febca828-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Android Open Source Project","product":{"name":"Android Open Source Project Products","product_id":"CSAFPID-febcd32a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Binarly","product":{"name":"Binarly Products","product_id":"CSAFPID-febd11e6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Exim","product":{"name":"Exim Products","product_id":"CSAFPID-febd43e6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Cerberus LLC","product":{"name":"Cerberus LLC Products","product_id":"CSAFPID-febd7a46-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Check Point","product":{"name":"Check Point Products","product_id":"CSAFPID-febdbc72-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Micrium","product":{"name":"Micrium Products","product_id":"CSAFPID-febdf1b0-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Medicomp","product":{"name":"Medicomp Products","product_id":"CSAFPID-febe20f4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"OnApp","product":{"name":"OnApp Products","product_id":"CSAFPID-febe91ec-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"NGINX","product":{"name":"NGINX Products","product_id":"CSAFPID-febebf8c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Insyde Software Corporation","product":{"name":"Insyde Software Corporation Products","product_id":"CSAFPID-febef0b0-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"ImageMagick","product":{"name":"ImageMagick Products","product_id":"CSAFPID-febf1db0-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Opera Software","product":{"name":"Opera Software Products","product_id":"CSAFPID-febf6a22-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"lighttpd","product":{"name":"lighttpd Products","product_id":"CSAFPID-febfbd60-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"LANCOM Systems GmbH","product":{"name":"LANCOM Systems GmbH Products","product_id":"CSAFPID-febffa64-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Qmail-TLS","product":{"name":"Qmail-TLS Products","product_id":"CSAFPID-fec02660-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"OpenSSL","product":{"name":"OpenSSL Products","product_id":"CSAFPID-fec05784-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"lwIP","product":{"name":"lwIP Products","product_id":"CSAFPID-fec090f0-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"FreeRADIUS","product":{"name":"FreeRADIUS Products","product_id":"CSAFPID-fec0d4de-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Sophos","product":{"name":"Sophos Products","product_id":"CSAFPID-fec1123c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Sendmail Consortium","product":{"name":"Sendmail Consortium Products","product_id":"CSAFPID-fec15602-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"UPMC Enterprises","product":{"name":"UPMC Enterprises Products","product_id":"CSAFPID-fec17db2-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"VanDyke Software","product":{"name":"VanDyke Software Products","product_id":"CSAFPID-fec1c114-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Ubuntu","product":{"name":"Ubuntu Products","product_id":"CSAFPID-fec20278-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Treck","product":{"name":"Treck Products","product_id":"CSAFPID-fec254c6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"OpenWRT","product":{"name":"OpenWRT Products","product_id":"CSAFPID-fec287d4-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Garmin International, Inc.","product":{"name":"Garmin International, Inc. Products","product_id":"CSAFPID-fec2c7d0-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Pi-Hole","product":{"name":"Pi-Hole Products","product_id":"CSAFPID-fec2feee-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Macrium","product":{"name":"Macrium Products","product_id":"CSAFPID-fec33b2a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Chocolatey Software","product":{"name":"Chocolatey Software Products","product_id":"CSAFPID-fec36d66-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"B. Braun","product":{"name":"B. Braun Products","product_id":"CSAFPID-fec3b208-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"iscsi","product":{"name":"iscsi Products","product_id":"CSAFPID-fec3e0f2-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"TwinOaks Computing","product":{"name":"TwinOaks Computing Products","product_id":"CSAFPID-fec41e78-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Rust Security Response WG","product":{"name":"Rust Security Response WG Products","product_id":"CSAFPID-fec44baa-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Efiia","product":{"name":"Efiia Products","product_id":"CSAFPID-fec4a082-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Momentum","product":{"name":"Momentum Products","product_id":"CSAFPID-fec4d5ca-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Crestron Electronics","product":{"name":"Crestron Electronics Products","product_id":"CSAFPID-fec5068a-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Codero","product":{"name":"Codero Products","product_id":"CSAFPID-fec53dbc-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Advantech Czech","product":{"name":"Advantech Czech Products","product_id":"CSAFPID-fec57d36-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Muonics Inc.","product":{"name":"Muonics Inc. Products","product_id":"CSAFPID-fec5c2a0-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"pfSense","product":{"name":"pfSense Products","product_id":"CSAFPID-fec5f982-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"FreeBSD","product":{"name":"FreeBSD Products","product_id":"CSAFPID-fec62fec-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"DNSFilter","product":{"name":"DNSFilter Products","product_id":"CSAFPID-fec65814-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Western Digital","product":{"name":"Western Digital Products","product_id":"CSAFPID-fec6948c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"TIBCO","product":{"name":"TIBCO Products","product_id":"CSAFPID-fec6d186-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"ForeScout","product":{"name":"ForeScout Products","product_id":"CSAFPID-fec70d7c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Intel","product":{"name":"Intel Products","product_id":"CSAFPID-fec74986-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Brocade Communication Systems","product":{"name":"Brocade Communication Systems Products","product_id":"CSAFPID-fec77e42-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Veracode","product":{"name":"Veracode Products","product_id":"CSAFPID-fec7e7ec-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Aruba Networks","product":{"name":"Aruba Networks Products","product_id":"CSAFPID-fec82144-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Rockwell Automation","product":{"name":"Rockwell Automation Products","product_id":"CSAFPID-fec84b7e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"McAfee","product":{"name":"McAfee Products","product_id":"CSAFPID-fec8a8f8-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"eCosCentric","product":{"name":"eCosCentric Products","product_id":"CSAFPID-fec8ff38-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Unify Software and Solutions GmbH and Co. KG","product":{"name":"Unify Software and Solutions GmbH and Co. KG Products","product_id":"CSAFPID-fec950e6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Siemens","product":{"name":"Siemens Products","product_id":"CSAFPID-fec9934e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"SUSE Linux","product":{"name":"SUSE Linux Products","product_id":"CSAFPID-fec9c616-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"YARDRADIUS","product":{"name":"YARDRADIUS Products","product_id":"CSAFPID-fec9ffbe-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Joomla","product":{"name":"Joomla Products","product_id":"CSAFPID-feca33c6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"LemonLDAP","product":{"name":"LemonLDAP Products","product_id":"CSAFPID-feca82d6-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Ontario Systems","product":{"name":"Ontario Systems Products","product_id":"CSAFPID-fecacf5c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"CVSNT","product":{"name":"CVSNT Products","product_id":"CSAFPID-fecb1eda-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"NTPsec","product":{"name":"NTPsec Products","product_id":"CSAFPID-fecb466c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Wireshark","product":{"name":"Wireshark Products","product_id":"CSAFPID-fecb74f2-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Trend Micro","product":{"name":"Trend Micro Products","product_id":"CSAFPID-fecbb82c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Synology","product":{"name":"Synology Products","product_id":"CSAFPID-fecbf026-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Imperva Inc.","product":{"name":"Imperva Inc. Products","product_id":"CSAFPID-fecc2672-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"HardenedBSD","product":{"name":"HardenedBSD Products","product_id":"CSAFPID-fecc4f9e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Cisco","product":{"name":"Cisco Products","product_id":"CSAFPID-fecc841e-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"Legion of the Bouncy Castle","product":{"name":"Legion of the Bouncy Castle Products","product_id":"CSAFPID-feccad18-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"X.org Foundation","product":{"name":"X.org Foundation Products","product_id":"CSAFPID-feccdc5c-3a4b-11f1-8422-122e2785dc9f"}},{"category":"vendor","name":"xpdf","product":{"name":"xpdf Products","product_id":"CSAFPID-fecd10aa-3a4b-11f1-8422-122e2785dc9f"}}]}}