[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"repo-stars":3,"vuln-CVE-2022-46169":6},{"stargazers_count":4,"fetched_at":5},7,"2026-06-05T08:55:32.481Z",{"id":7,"descriptions":8,"cisa":9,"weaknesses":10,"exploits":411,"aliases":455,"duplicate_of":9,"upstream":456,"downstream":457,"duplicates":472,"related":473,"reserved_at":9,"published_at":476,"modified_at":477,"state":478,"summary":479,"references_raw":486,"kevs":516,"epss":526,"epss_history":529,"metrics":717,"affected":724},"CVE-2022-46169","Cacti is an open source platform which provides a robust and extensible operational monitoring and fault management framework for users. In affected versions a command injection vulnerability allows an unauthenticated user to execute arbitrary code on a server running Cacti, if a specific data source was selected for any monitored device. The vulnerability resides in the `remote_agent.php` file. This file can be accessed without authentication. This function retrieves the IP address of the client via `get_client_addr` and resolves this IP address to the corresponding hostname via `gethostbyaddr`. After this, it is verified that an entry within the `poller` table exists, where the hostname corresponds to the resolved hostname. If such an entry was found, the function returns `true` and the client is authorized. This authorization can be bypassed due to the implementation of the `get_client_addr` function. The function is defined in the file `lib/functions.php` and checks serval `$_SERVER` variables to determine the IP address of the client. The variables beginning with `HTTP_` can be arbitrarily set by an attacker. Since there is a default entry in the `poller` table with the hostname of the server running Cacti, an attacker can bypass the authentication e.g. by providing the header `Forwarded-For: \u003CTARGETIP>`. This way the function `get_client_addr` returns the IP address of the server running Cacti. The following call to `gethostbyaddr` will resolve this IP address to the hostname of the server, which will pass the `poller` hostname check because of the default entry. After the authorization of the `remote_agent.php` file is bypassed, an attacker can trigger different actions. One of these actions is called `polldata`. The called function `poll_for_data` retrieves a few request parameters and loads the corresponding `poller_item` entries from the database. If the `action` of a `poller_item` equals `POLLER_ACTION_SCRIPT_PHP`, the function `proc_open` is used to execute a PHP script. The attacker-controlled parameter `$poller_id` is retrieved via the function `get_nfilter_request_var`, which allows arbitrary strings. This variable is later inserted into the string passed to `proc_open`, which leads to a command injection vulnerability. By e.g. providing the `poller_id=;id` the `id` command is executed. In order to reach the vulnerable call, the attacker must provide a `host_id` and `local_data_id`, where the `action` of the corresponding `poller_item` is set to `POLLER_ACTION_SCRIPT_PHP`. Both of these ids (`host_id` and `local_data_id`) can easily be bruteforced. The only requirement is that a `poller_item` with an `POLLER_ACTION_SCRIPT_PHP` action exists. This is very likely on a productive instance because this action is added by some predefined templates like `Device - Uptime` or `Device - Polling Time`.\n\nThis command injection vulnerability allows an unauthenticated user to execute arbitrary commands if a `poller_item` with the `action` type `POLLER_ACTION_SCRIPT_PHP` (`2`) is configured. The authorization bypass should be prevented by not allowing an attacker to make `get_client_addr` (file `lib/functions.php`) return an arbitrary IP address. This could be done by not honoring the `HTTP_...` `$_SERVER` variables. If these should be kept for compatibility reasons it should at least be prevented to fake the IP address of the server running Cacti. This vulnerability has been addressed in both the 1.2.x and 1.3.x release branches with `1.2.23` being the first release containing the patch.",null,[11,40,47],{"_key":12,"id":12,"name":13,"description":14,"type":15,"status":16,"abstraction":17,"likelihood_of_exploit":18,"capec":19},"CWE-78","Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')","The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.","weakness","Stable","Base","High",[20,24,28,32,36],{"id":21,"name":22,"techniques":23},"CAPEC-108","Command Line Execution through SQL Injection",[],{"id":25,"name":26,"techniques":27},"CAPEC-15","Command Delimiters",[],{"id":29,"name":30,"techniques":31},"CAPEC-43","Exploiting Multiple Input Interpretation Layers",[],{"id":33,"name":34,"techniques":35},"CAPEC-6","Argument Injection",[],{"id":37,"name":38,"techniques":39},"CAPEC-88","OS Command Injection",[],{"_key":41,"id":41,"name":42,"description":43,"type":15,"status":44,"abstraction":45,"likelihood_of_exploit":18,"capec":46},"CWE-863","Incorrect Authorization","The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check.","Incomplete","Class",[],{"_key":48,"id":48,"name":49,"description":50,"type":15,"status":44,"abstraction":45,"likelihood_of_exploit":18,"capec":51},"CWE-74","Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')","The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.",[52,56,60,64,66,70,254,258,262,266,270,311,315,319,323,327,331,333,337,341,345,349,353,357,359,363,367,371,375,379,383,387,391,395,399,403,407],{"id":53,"name":54,"techniques":55},"CAPEC-10","Buffer Overflow via Environment Variables",[],{"id":57,"name":58,"techniques":59},"CAPEC-101","Server Side Include (SSI) Injection",[],{"id":61,"name":62,"techniques":63},"CAPEC-105","HTTP Request Splitting",[],{"id":21,"name":22,"techniques":65},[],{"id":67,"name":68,"techniques":69},"CAPEC-120","Double Encoding",[],{"id":71,"name":72,"techniques":73},"CAPEC-13","Subverting Environment Variable Values",[74,172,214],{"id":75,"name":76,"tactics":77,"countermeasures":84},"T1562.003","Impair Command History Logging",[78,81],{"id":79,"name":80},"TA0030","Defense Evasion",{"id":82,"name":83},"TA0005","Stealth",[85,90,95,99,103,107,112,116,121,126,130,134,139,143,148,152,156,160,164,168],{"id":86,"name":87,"tactic":88},"D3-CI","Configuration Inventory",{"name":89},"Model",{"id":91,"name":92,"tactic":93},"D3-FA","File Analysis",{"name":94},"Detect",{"id":96,"name":97,"tactic":98},"D3-FIM","File Integrity Monitoring",{"name":94},{"id":100,"name":101,"tactic":102},"D3-DA","Dynamic Analysis",{"name":94},{"id":104,"name":105,"tactic":106},"D3-EFA","Emulated File Analysis",{"name":94},{"id":108,"name":109,"tactic":110},"D3-FEV","File Eviction",{"name":111},"Evict",{"id":113,"name":114,"tactic":115},"D3-RKD","Registry Key Deletion",{"name":111},{"id":117,"name":118,"tactic":119},"D3-DF","Decoy File",{"name":120},"Deceive",{"id":122,"name":123,"tactic":124},"D3-DRA","Disable Remote Access",{"name":125},"Harden",{"id":127,"name":128,"tactic":129},"D3-ACH","Application Configuration Hardening",{"name":125},{"id":131,"name":132,"tactic":133},"D3-FE","File Encryption",{"name":125},{"id":135,"name":136,"tactic":137},"D3-RC","Restore Configuration",{"name":138},"Restore",{"id":140,"name":141,"tactic":142},"D3-RF","Restore File",{"name":138},{"id":144,"name":145,"tactic":146},"D3-CQ","Content Quarantine",{"name":147},"Isolate",{"id":149,"name":150,"tactic":151},"D3-CF","Content Filtering",{"name":147},{"id":153,"name":154,"tactic":155},"D3-LFP","Local File Permissions",{"name":147},{"id":157,"name":158,"tactic":159},"D3-RFAM","Remote File Access Mediation",{"name":147},{"id":161,"name":162,"tactic":163},"D3-CM","Content Modification",{"name":147},{"id":165,"name":166,"tactic":167},"D3-EAL","Executable Allowlisting",{"name":147},{"id":169,"name":170,"tactic":171},"D3-EDL","Executable Denylisting",{"name":147},{"id":173,"name":174,"tactics":175,"countermeasures":187},"T1574.006","Dynamic Linker Hijacking",[176,179,182,183,184],{"id":177,"name":178},"TA0110","Persistence",{"id":180,"name":181},"TA0111","Privilege Escalation",{"id":79,"name":80},{"id":82,"name":83},{"id":185,"name":186},"TA0104","Execution",[188,192,194,196,198,200,202,204,206,208,210,212],{"id":189,"name":190,"tactic":191},"D3-SFA","System File Analysis",{"name":94},{"id":91,"name":92,"tactic":193},{"name":94},{"id":96,"name":97,"tactic":195},{"name":94},{"id":108,"name":109,"tactic":197},{"name":111},{"id":117,"name":118,"tactic":199},{"name":120},{"id":131,"name":132,"tactic":201},{"name":125},{"id":140,"name":141,"tactic":203},{"name":138},{"id":149,"name":150,"tactic":205},{"name":147},{"id":153,"name":154,"tactic":207},{"name":147},{"id":157,"name":158,"tactic":209},{"name":147},{"id":144,"name":145,"tactic":211},{"name":147},{"id":161,"name":162,"tactic":213},{"name":147},{"id":215,"name":216,"tactics":217,"countermeasures":223},"T1574.007","Path Interception by PATH Environment Variable",[218,219,220,221,222],{"id":177,"name":178},{"id":180,"name":181},{"id":79,"name":80},{"id":82,"name":83},{"id":185,"name":186},[224,226,228,230,232,234,236,238,240,242,244,246,248,250,252],{"id":91,"name":92,"tactic":225},{"name":94},{"id":96,"name":97,"tactic":227},{"name":94},{"id":100,"name":101,"tactic":229},{"name":94},{"id":104,"name":105,"tactic":231},{"name":94},{"id":108,"name":109,"tactic":233},{"name":111},{"id":117,"name":118,"tactic":235},{"name":120},{"id":131,"name":132,"tactic":237},{"name":125},{"id":140,"name":141,"tactic":239},{"name":138},{"id":149,"name":150,"tactic":241},{"name":147},{"id":153,"name":154,"tactic":243},{"name":147},{"id":157,"name":158,"tactic":245},{"name":147},{"id":144,"name":145,"tactic":247},{"name":147},{"id":161,"name":162,"tactic":249},{"name":147},{"id":165,"name":166,"tactic":251},{"name":147},{"id":169,"name":170,"tactic":253},{"name":147},{"id":255,"name":256,"techniques":257},"CAPEC-135","Format String Injection",[],{"id":259,"name":260,"techniques":261},"CAPEC-14","Client-side Injection-induced Buffer Overflow",[],{"id":263,"name":264,"techniques":265},"CAPEC-24","Filter Failure through Buffer Overflow",[],{"id":267,"name":268,"techniques":269},"CAPEC-250","XML Injection",[],{"id":271,"name":272,"techniques":273},"CAPEC-267","Leverage Alternate Encoding",[274],{"id":275,"name":276,"tactics":277,"countermeasures":280},"T1027","Obfuscated Files or Information",[278,279],{"id":79,"name":80},{"id":82,"name":83},[281,283,285,287,289,291,293,295,297,299,301,303,305,307,309],{"id":91,"name":92,"tactic":282},{"name":94},{"id":96,"name":97,"tactic":284},{"name":94},{"id":100,"name":101,"tactic":286},{"name":94},{"id":104,"name":105,"tactic":288},{"name":94},{"id":108,"name":109,"tactic":290},{"name":111},{"id":117,"name":118,"tactic":292},{"name":120},{"id":131,"name":132,"tactic":294},{"name":125},{"id":140,"name":141,"tactic":296},{"name":138},{"id":149,"name":150,"tactic":298},{"name":147},{"id":153,"name":154,"tactic":300},{"name":147},{"id":157,"name":158,"tactic":302},{"name":147},{"id":144,"name":145,"tactic":304},{"name":147},{"id":161,"name":162,"tactic":306},{"name":147},{"id":165,"name":166,"tactic":308},{"name":147},{"id":169,"name":170,"tactic":310},{"name":147},{"id":312,"name":313,"techniques":314},"CAPEC-273","HTTP Response Smuggling",[],{"id":316,"name":317,"techniques":318},"CAPEC-28","Fuzzing",[],{"id":320,"name":321,"techniques":322},"CAPEC-3","Using Leading 'Ghost' Character Sequences to Bypass Input Filters",[],{"id":324,"name":325,"techniques":326},"CAPEC-34","HTTP Response Splitting",[],{"id":328,"name":329,"techniques":330},"CAPEC-42","MIME Conversion",[],{"id":29,"name":30,"techniques":332},[],{"id":334,"name":335,"techniques":336},"CAPEC-45","Buffer Overflow via Symbolic Links",[],{"id":338,"name":339,"techniques":340},"CAPEC-46","Overflow Variables and Tags",[],{"id":342,"name":343,"techniques":344},"CAPEC-47","Buffer Overflow via Parameter Expansion",[],{"id":346,"name":347,"techniques":348},"CAPEC-51","Poison Web Service Registry",[],{"id":350,"name":351,"techniques":352},"CAPEC-52","Embedding NULL Bytes",[],{"id":354,"name":355,"techniques":356},"CAPEC-53","Postfix, Null Terminate, and Backslash",[],{"id":33,"name":34,"techniques":358},[],{"id":360,"name":361,"techniques":362},"CAPEC-64","Using Slashes and URL Encoding Combined to Bypass Validation Logic",[],{"id":364,"name":365,"techniques":366},"CAPEC-67","String Format Overflow in syslog()",[],{"id":368,"name":369,"techniques":370},"CAPEC-7","Blind SQL Injection",[],{"id":372,"name":373,"techniques":374},"CAPEC-71","Using Unicode Encoding to Bypass Validation Logic",[],{"id":376,"name":377,"techniques":378},"CAPEC-72","URL Encoding",[],{"id":380,"name":381,"techniques":382},"CAPEC-76","Manipulating Web Input to File System Calls",[],{"id":384,"name":385,"techniques":386},"CAPEC-78","Using Escaped Slashes in Alternate Encoding",[],{"id":388,"name":389,"techniques":390},"CAPEC-79","Using Slashes in Alternate Encoding",[],{"id":392,"name":393,"techniques":394},"CAPEC-8","Buffer Overflow in an API Call",[],{"id":396,"name":397,"techniques":398},"CAPEC-80","Using UTF-8 Encoding to Bypass Validation Logic",[],{"id":400,"name":401,"techniques":402},"CAPEC-83","XPath Injection",[],{"id":404,"name":405,"techniques":406},"CAPEC-84","XQuery Injection",[],{"id":408,"name":409,"techniques":410},"CAPEC-9","Buffer Overflow in Local Command-Line Utilities",[],[412,421,433],{"_key":413,"name":414,"source":415,"url":416,"maturity":417,"reliability_score":418,"verified":419,"type":9,"platforms":420,"requires_auth":9,"exploitdb":9,"metasploit":9},"GITHUB_CACTI_CACTI","Cacti","github","https://github.com/Cacti/cacti/issues/847","poc",0.3,false,[],{"_key":422,"name":423,"source":424,"url":425,"maturity":417,"reliability_score":426,"verified":419,"type":9,"platforms":427,"requires_auth":9,"exploitdb":429,"metasploit":9},"51166","Cacti v1.2.22 - Remote Command Execution (RCE)","exploit-database","https://www.exploit-db.com/exploits/51166",0.5,[428],"php",{"verified":419,"type":430,"platform":428,"file":431,"codes":432},"webapps","exploits/php/webapps/51166.py",[7],{"_key":434,"name":435,"source":436,"url":437,"maturity":438,"reliability_score":439,"verified":440,"type":441,"platforms":442,"requires_auth":419,"exploitdb":9,"metasploit":443},"MSF_EXPLOIT_LINUX_HTTP_CACTI_UNAUTHENTICATED_CMD_INJECTION","Cacti 1.2.22 unauthenticated command injection","metasploit","https://github.com/rapid7/metasploit-framework/blob/master/modules/exploit/linux/http/cacti_unauthenticated_cmd_injection.rb","weaponized",1,true,"remote",[],{"fullname":444,"rank":445,"rank_name":446,"post_auth":419,"check":440,"notes":447},"exploit/linux/http/cacti_unauthenticated_cmd_injection",600,"excellent",{"Stability":448,"SideEffects":450,"Reliability":453},[449],"crash-safe",[451,452],"artifacts-on-disk","ioc-in-logs",[454],"repeatable-session",[],[],[458,460,462,464,466,468,470],{"_key":459},"UBUNTU-CVE-2022-46169",{"_key":461},"OPENSUSE-SU-2023:0025-1",{"_key":463},"OPENSUSE-SU-2024:12593-1",{"_key":465},"DLA-3252-1",{"_key":467},"DSA-5298-1",{"_key":469},"USN-7226-1",{"_key":471},"DEBIAN-CVE-2022-46169",[],[474,475],{"_key":461},{"_key":463},"2022-12-05T20:48:07.852Z","2025-10-21T23:15:30.343Z","Analyzed",{"cisa_kev":440,"cisa_ransomware":419,"cisa_vendor":414,"epss_severity":480,"epss_score":481,"severity":480,"severity_score":482,"severity_version":483,"severity_source":484,"severity_vector":485,"severity_status":478},"critical",0.94469,9.8,"v3.1","cve.org","CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",[487,497,502,506,510],{"url":488,"sources":489,"tags":491},"https://github.com/Cacti/cacti/security/advisories/GHSA-6p93-p743-35gf",[484,490],"nvd",[492,493,494,495,496],"X Refsource CONFIRM","Exploit","Mitigation","Patch","Third Party Advisory",{"url":498,"sources":499,"tags":500},"https://github.com/Cacti/cacti/commit/7f0e16312dd5ce20f93744ef8b9c3b0f1ece2216",[484,490],[501,495,496],"X Refsource MISC",{"url":503,"sources":504,"tags":505},"https://github.com/Cacti/cacti/commit/a8d59e8fa5f0054aa9c6981b1cbe30ef0e2a0ec9",[484,490],[501,495,496],{"url":507,"sources":508,"tags":509},"https://github.com/Cacti/cacti/commit/b43f13ae7f1e6bfe4e8e56a80a7cd867cf2db52b",[484,490],[501,495,496],{"url":511,"sources":512,"tags":513},"https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2022-46169",[484,490],[514,515],"Government Resource","US Government Resource",[517],{"source":518,"vendor":414,"product":414,"date_added":519,"vulnerability_name":520,"short_description":521,"required_action":522,"due_date":523,"known_ransomware_campaign_use":524,"notes":525,"exploitation_type":9},"cisa","2023-02-16","Cacti Command Injection Vulnerability","Cacti contains a command injection vulnerability that allows an unauthenticated user to execute code.","Apply updates per vendor instructions.","2023-03-09","Unknown","https://github.com/Cacti/cacti/security/advisories/GHSA-6p93-p743-35gf;  https://nvd.nist.gov/vuln/detail/CVE-2022-46169",{"date":527,"score":481,"percentile":528},"2026-06-04",0.99998,[530,533,535,537,539,541,543,545,547,549,551,553,555,558,560,564,566,568,571,573,575,577,579,581,583,585,587,589,591,593,595,597,599,601,603,605,607,609,611,613,615,617,619,621,623,626,628,630,632,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701,703,705,707,709,711,713,715],{"date":531,"score":481,"percentile":532},"2025-11-04",0.99996,{"date":534,"score":481,"percentile":532},"2025-11-05",{"date":536,"score":481,"percentile":532},"2025-11-06",{"date":538,"score":481,"percentile":532},"2025-11-07",{"date":540,"score":481,"percentile":532},"2025-11-08",{"date":542,"score":481,"percentile":532},"2025-11-09",{"date":544,"score":481,"percentile":532},"2025-11-10",{"date":546,"score":481,"percentile":532},"2025-11-11",{"date":548,"score":481,"percentile":532},"2025-11-12",{"date":550,"score":481,"percentile":532},"2025-11-13",{"date":552,"score":481,"percentile":532},"2025-11-14",{"date":554,"score":481,"percentile":532},"2025-11-15",{"date":556,"score":481,"percentile":557},"2025-11-16",0.99997,{"date":559,"score":481,"percentile":557},"2025-11-17",{"date":561,"score":562,"percentile":563},"2025-11-18",0.94355,0.99985,{"date":565,"score":562,"percentile":563},"2025-11-19",{"date":567,"score":562,"percentile":563},"2025-11-20",{"date":569,"score":481,"percentile":570},"2025-11-21",0.99995,{"date":572,"score":481,"percentile":532},"2025-11-22",{"date":574,"score":481,"percentile":532},"2025-11-23",{"date":576,"score":481,"percentile":532},"2025-11-24",{"date":578,"score":481,"percentile":532},"2025-11-25",{"date":580,"score":481,"percentile":532},"2025-11-26",{"date":582,"score":481,"percentile":532},"2025-11-27",{"date":584,"score":481,"percentile":532},"2025-11-28",{"date":586,"score":481,"percentile":532},"2025-11-29",{"date":588,"score":481,"percentile":532},"2025-11-30",{"date":590,"score":481,"percentile":532},"2025-12-01",{"date":592,"score":481,"percentile":532},"2025-12-02",{"date":594,"score":481,"percentile":532},"2025-12-03",{"date":596,"score":481,"percentile":557},"2025-12-04",{"date":598,"score":481,"percentile":532},"2025-12-05",{"date":600,"score":481,"percentile":532},"2025-12-06",{"date":602,"score":481,"percentile":532},"2025-12-07",{"date":604,"score":481,"percentile":532},"2025-12-08",{"date":606,"score":481,"percentile":532},"2025-12-09",{"date":608,"score":481,"percentile":532},"2025-12-10",{"date":610,"score":481,"percentile":532},"2025-12-11",{"date":612,"score":481,"percentile":532},"2025-12-12",{"date":614,"score":481,"percentile":532},"2025-12-13",{"date":616,"score":481,"percentile":532},"2025-12-14",{"date":618,"score":481,"percentile":532},"2025-12-15",{"date":620,"score":481,"percentile":532},"2025-12-16",{"date":622,"score":481,"percentile":557},"2025-12-17",{"date":624,"score":481,"percentile":625},"2025-12-18",0.99994,{"date":627,"score":481,"percentile":570},"2025-12-19",{"date":629,"score":481,"percentile":532},"2025-12-20",{"date":631,"score":481,"percentile":557},"2025-12-21",{"date":633,"score":634,"percentile":532},"2025-12-22",0.94468,{"date":636,"score":634,"percentile":532},"2025-12-23",{"date":638,"score":634,"percentile":532},"2025-12-24",{"date":640,"score":634,"percentile":532},"2025-12-25",{"date":642,"score":634,"percentile":532},"2025-12-26",{"date":644,"score":634,"percentile":532},"2025-12-27",{"date":646,"score":634,"percentile":532},"2025-12-28",{"date":648,"score":634,"percentile":532},"2025-12-29",{"date":650,"score":634,"percentile":532},"2025-12-30",{"date":652,"score":634,"percentile":532},"2025-12-31",{"date":654,"score":634,"percentile":532},"2026-01-01",{"date":656,"score":634,"percentile":532},"2026-01-02",{"date":658,"score":634,"percentile":532},"2026-01-03",{"date":660,"score":634,"percentile":532},"2026-01-04",{"date":662,"score":634,"percentile":532},"2026-01-05",{"date":664,"score":634,"percentile":532},"2026-01-06",{"date":666,"score":634,"percentile":532},"2026-01-07",{"date":668,"score":634,"percentile":532},"2026-01-08",{"date":670,"score":634,"percentile":532},"2026-01-09",{"date":672,"score":634,"percentile":532},"2026-01-10",{"date":674,"score":634,"percentile":532},"2026-01-11",{"date":676,"score":634,"percentile":532},"2026-01-12",{"date":678,"score":634,"percentile":532},"2026-01-13",{"date":680,"score":634,"percentile":532},"2026-01-14",{"date":682,"score":634,"percentile":532},"2026-01-15",{"date":684,"score":634,"percentile":532},"2026-01-16",{"date":686,"score":634,"percentile":532},"2026-01-17",{"date":688,"score":634,"percentile":570},"2026-01-18",{"date":690,"score":634,"percentile":570},"2026-01-19",{"date":692,"score":634,"percentile":532},"2026-01-20",{"date":694,"score":634,"percentile":532},"2026-01-21",{"date":696,"score":634,"percentile":532},"2026-01-22",{"date":698,"score":634,"percentile":532},"2026-01-23",{"date":700,"score":634,"percentile":532},"2026-01-24",{"date":702,"score":634,"percentile":532},"2026-01-25",{"date":704,"score":634,"percentile":532},"2026-01-26",{"date":706,"score":481,"percentile":557},"2026-01-27",{"date":708,"score":481,"percentile":557},"2026-01-28",{"date":710,"score":481,"percentile":557},"2026-01-29",{"date":712,"score":481,"percentile":532},"2026-01-30",{"date":714,"score":481,"percentile":532},"2026-01-31",{"date":716,"score":481,"percentile":532},"2026-02-01",[718,722],{"source":484,"cvss_v2_0":9,"cvss_v3_0":9,"cvss_v3_1":719,"cvss_v4_0":9},{"baseScore":482,"baseSeverity":720,"vectorString":485,"impactScore":482,"exploitabilityScore":721},"CRITICAL",10,{"source":490,"cvss_v2_0":9,"cvss_v3_0":9,"cvss_v3_1":723,"cvss_v4_0":9},{"baseScore":482,"baseSeverity":720,"vectorString":485,"impactScore":482,"exploitabilityScore":721},[725],{"ecosystem":9,"name":414,"vendor":9,"product":414,"cpe_part":9,"purl_type":9,"purl_namespace":9,"purl_name":9,"source":9,"versions":726},[727],{"version":728,"is_range":440,"range_type":729,"version_start":9,"version_start_type":9,"version_end":730,"version_end_type":731,"fixed_in":9},"\u003C 1.2.23","cpe","1.2.23","excluding"]