[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"repo-stars":3,"vuln-CVE-2021-21295":6},{"stargazers_count":4,"fetched_at":5},7,"2026-06-05T08:55:32.481Z",{"id":7,"descriptions":8,"cisa":9,"weaknesses":10,"exploits":27,"aliases":28,"duplicate_of":9,"upstream":31,"downstream":32,"duplicates":63,"related":64,"reserved_at":9,"published_at":77,"modified_at":78,"state":79,"summary":80,"references_raw":89,"kevs":819,"epss":820,"epss_history":823,"metrics":1089,"affected":1104},"CVE-2021-21295","Netty is an open-source, asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. In Netty (io.netty:netty-codec-http2) before version 4.1.60.Final there is a vulnerability that enables request smuggling. If a Content-Length header is present in the original HTTP/2 request, the field is not validated by `Http2MultiplexHandler` as it is propagated up. This is fine as long as the request is not proxied through as HTTP/1.1. If the request comes in as an HTTP/2 stream, gets converted into the HTTP/1.1 domain objects (`HttpRequest`, `HttpContent`, etc.) via `Http2StreamFrameToHttpObjectCodec `and then sent up to the child channel's pipeline and proxied through a remote peer as HTTP/1.1 this may result in request smuggling. In a proxy case, users may assume the content-length is validated somehow, which is not the case. If the request is forwarded to a backend channel that is a HTTP/1.1 connection, the Content-Length now has meaning and needs to be checked. An attacker can smuggle requests inside the body as it gets downgraded from HTTP/2 to HTTP/1.1. For an example attack refer to the linked GitHub Advisory. Users are only affected if all of this is true: `HTTP2MultiplexCodec` or `Http2FrameCodec` is used, `Http2StreamFrameToHttpObjectCodec` is used to convert to HTTP/1.1 objects, and these HTTP/1.1 objects are forwarded to another remote peer. This has been patched in 4.1.60.Final As a workaround, the user can do the validation by themselves by implementing a custom `ChannelInboundHandler` that is put in the `ChannelPipeline` behind `Http2StreamFrameToHttpObjectCodec`.",null,[11],{"_key":12,"id":12,"name":13,"description":14,"type":15,"status":16,"abstraction":17,"likelihood_of_exploit":9,"capec":18},"CWE-444","Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')","The product acts as an intermediary HTTP agent\n         (such as a proxy or firewall) in the data flow between two\n         entities such as a client and server, but it does not\n         interpret malformed HTTP requests or responses in ways that\n         are consistent with how the messages will be processed by\n         those entities that are at the ultimate destination.","weakness","Incomplete","Base",[19,23],{"id":20,"name":21,"techniques":22},"CAPEC-273","HTTP Response Smuggling",[],{"id":24,"name":25,"techniques":26},"CAPEC-33","HTTP Request Smuggling",[],[],[29,30],"GHSA-wm47-8v5p-wjpj","BIT-zookeeper-2021-21295",[],[33,35,37,39,41,43,45,47,49,51,53,55,57,59,61],{"_key":34},"UBUNTU-CVE-2021-21295",{"_key":36},"SUSE-SU-2022:1271-1",{"_key":38},"OPENSUSE-SU-2021:0448-1",{"_key":40},"OPENSUSE-SU-2024:11085-1",{"_key":42},"DSA-4885-1",{"_key":44},"RHSA-2021:1511",{"_key":46},"MGASA-2021-0374",{"_key":48},"DEBIAN-CVE-2021-21295",{"_key":50},"RHSA-2021:2046",{"_key":52},"RHSA-2021:2047",{"_key":54},"RHSA-2021:2048",{"_key":56},"RHSA-2021:3656",{"_key":58},"RHSA-2021:3658",{"_key":60},"RHSA-2022:5498",{"_key":62},"USN-6049-1",[],[65,66,67,68,70,71,73,75],{"_key":36},{"_key":38},{"_key":40},{"_key":69},"CVE-2021-21409",{"_key":46},{"_key":72},"CGA-3Q34-9HPP-P3GF",{"_key":74},"CGA-XH32-H668-455P",{"_key":76},"CGA-HW8X-848C-WV4M","2021-03-09T18:35:19.000Z","2024-08-03T18:09:15.344Z","Modified",{"cisa_kev":81,"cisa_ransomware":81,"cisa_vendor":9,"epss_severity":82,"epss_score":83,"severity":84,"severity_score":85,"severity_version":86,"severity_source":87,"severity_vector":88,"severity_status":79},false,"low",0.00377,"medium",5.9,"v3.1","cve.org","CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",[90,99,105,110,116,120,124,128,132,136,140,144,148,152,156,160,164,168,172,176,180,184,188,192,196,200,204,208,212,216,220,224,228,232,236,240,244,248,252,256,260,264,268,272,276,280,284,288,292,296,301,305,309,313,317,321,325,329,333,337,341,345,349,353,357,361,365,369,373,377,381,385,389,393,397,401,405,409,413,417,421,425,429,433,437,441,445,449,453,457,461,465,470,474,478,482,486,490,494,498,502,506,510,514,518,522,526,530,534,538,542,546,550,554,558,562,566,570,574,578,582,586,590,594,598,602,606,610,614,618,622,626,630,634,638,642,646,650,654,658,662,666,670,674,678,682,686,690,694,698,702,706,710,714,718,722,726,731,735,739,743,747,751,755,759,763,767,771,775,779,783,787,791,795,799,803,807,811,815],{"url":91,"sources":92,"tags":95},"https://github.com/netty/netty/security/advisories/GHSA-wm47-8v5p-wjpj",[87,93,94],"nvd","osv_maven",[96,97,98],"X Refsource CONFIRM","Third Party Advisory","WEB",{"url":100,"sources":101,"tags":102},"https://github.com/Netflix/zuul/pull/980",[87,93,94],[103,104,97,98],"X Refsource MISC","Patch",{"url":106,"sources":107,"tags":108},"https://github.com/netty/netty/commit/89c241e3b1795ff257af4ad6eadc616cb2fb3dc4",[87,93,94],[103,104,109,98],"Vendor Advisory",{"url":111,"sources":112,"tags":113},"https://lists.apache.org/thread.html/r02e467123d45006a1dda20a38349e9c74c3a4b53e2e07be0939ecb3f%40%3Cdev.ranger.apache.org%3E",[87,93],[114,115],"Mailing List","X Refsource MLIST",{"url":117,"sources":118,"tags":119},"https://lists.apache.org/thread.html/r7bb3cdc192e9a6f863d3ea05422f09fa1ae2b88d4663e63696ee7ef5%40%3Cdev.ranger.apache.org%3E",[87,93],[114,115],{"url":121,"sources":122,"tags":123},"https://lists.apache.org/thread.html/rcd163e421273e8dca1c71ea298dce3dd11b41d51c3a812e0394e6a5d%40%3Ccommits.pulsar.apache.org%3E",[87,93],[114,115],{"url":125,"sources":126,"tags":127},"https://lists.apache.org/thread.html/r9924ef9357537722b28d04c98a189750b80694a19754e5057c34ca48%40%3Ccommits.pulsar.apache.org%3E",[87,93],[114,115],{"url":129,"sources":130,"tags":131},"https://lists.apache.org/thread.html/rb51d6202ff1a773f96eaa694b7da4ad3f44922c40b3d4e1a19c2f325%40%3Ccommits.pulsar.apache.org%3E",[87,93],[114,115],{"url":133,"sources":134,"tags":135},"https://lists.apache.org/thread.html/r790c2926efcd062067eb18fde2486527596d7275381cfaff2f7b3890%40%3Cissues.bookkeeper.apache.org%3E",[87,93],[114,115],{"url":137,"sources":138,"tags":139},"https://lists.apache.org/thread.html/r1908a34b9cc7120e5c19968a116ddbcffea5e9deb76c2be4fa461904%40%3Cdev.zookeeper.apache.org%3E",[87,93],[114,115],{"url":141,"sources":142,"tags":143},"https://lists.apache.org/thread.html/rb06c1e766aa45ee422e8261a8249b561784186483e8f742ea627bda4%40%3Cdev.kafka.apache.org%3E",[87,93],[114,115],{"url":145,"sources":146,"tags":147},"https://lists.apache.org/thread.html/r5e66e286afb5506cdfe9bbf68a323e8d09614f6d1ddc806ed0224700%40%3Cjira.kafka.apache.org%3E",[87,93],[114,115],{"url":149,"sources":150,"tags":151},"https://lists.apache.org/thread.html/rb592033a2462548d061a83ac9449c5ff66098751748fcd1e2d008233%40%3Cissues.zookeeper.apache.org%3E",[87,93],[114,115],{"url":153,"sources":154,"tags":155},"https://lists.apache.org/thread.html/r59bac5c09f7a4179b9e2460e8f41c278aaf3b9a21cc23678eb893e41%40%3Cjira.kafka.apache.org%3E",[87,93],[114,115],{"url":157,"sources":158,"tags":159},"https://lists.apache.org/thread.html/rc0087125cb15b4b78e44000f841cd37fefedfda942fd7ddf3ad1b528%40%3Cissues.zookeeper.apache.org%3E",[87,93],[114,115],{"url":161,"sources":162,"tags":163},"https://lists.apache.org/thread.html/r1bca0b81193b74a451fc6d687ab58ef3a1f5ec40f6c61561d8dd9509%40%3Cissues.zookeeper.apache.org%3E",[87,93],[114,115],{"url":165,"sources":166,"tags":167},"https://lists.apache.org/thread.html/r3ff9e735ca33612d900607dc139ebd38a64cadc6bce292e53eb86d7f%40%3Cissues.zookeeper.apache.org%3E",[87,93],[114,115],{"url":169,"sources":170,"tags":171},"https://lists.apache.org/thread.html/r312ce5bd3c6bf08c138349b507b6f1c25fe9cf40b6f2b0014c9d12b1%40%3Cnotifications.zookeeper.apache.org%3E",[87,93],[114,115],{"url":173,"sources":174,"tags":175},"https://lists.apache.org/thread.html/rcfc535afd413d9934d6ee509dce234dac41fa3747a7555befb17447e%40%3Cissues.zookeeper.apache.org%3E",[87,93],[114,115],{"url":177,"sources":178,"tags":179},"https://lists.apache.org/thread.html/r3c293431c781696681abbfe1c573c2d9dcdae6fd3ff330ea22f0433f%40%3Cjira.kafka.apache.org%3E",[87,93],[114,115],{"url":181,"sources":182,"tags":183},"https://lists.apache.org/thread.html/r9051e4f484a970b5566dc1870ecd9c1eb435214e2652cf3ea4d0c0cc%40%3Cjira.kafka.apache.org%3E",[87,93],[114,115],{"url":185,"sources":186,"tags":187},"https://lists.apache.org/thread.html/rbadcbcb50195f00bbd196403865ced521ca70787999583c07be38d0e%40%3Cnotifications.zookeeper.apache.org%3E",[87,93],[114,115],{"url":189,"sources":190,"tags":191},"https://lists.apache.org/thread.html/r67e6a636cbc1958383a1cd72b7fd0cd7493360b1dd0e6c12f5761798%40%3Cnotifications.zookeeper.apache.org%3E",[87,93],[114,115],{"url":193,"sources":194,"tags":195},"https://lists.apache.org/thread.html/r6a29316d758db628a1df49ca219d64caf493999b52cc77847bfba675%40%3Cnotifications.zookeeper.apache.org%3E",[87,93],[114,115],{"url":197,"sources":198,"tags":199},"https://lists.apache.org/thread.html/r5470456cf1409a99893ae9dd57439799f6dc1a60fda90e11570f66fe%40%3Cnotifications.zookeeper.apache.org%3E",[87,93],[114,115],{"url":201,"sources":202,"tags":203},"https://lists.apache.org/thread.html/rbed09768f496244a2e138dbbe6d2847ddf796c9c8ef9e50f2e3e30d9%40%3Cnotifications.zookeeper.apache.org%3E",[87,93],[114,115],{"url":205,"sources":206,"tags":207},"https://lists.apache.org/thread.html/r5232e33a1f3b310a3e083423f736f3925ebdb150844d60ac582809f8%40%3Cnotifications.zookeeper.apache.org%3E",[87,93],[114,115],{"url":209,"sources":210,"tags":211},"https://lists.apache.org/thread.html/r6a122c25e352eb134d01e7f4fc4d345a491c5ee9453fef6fc754d15b%40%3Ccommits.zookeeper.apache.org%3E",[87,93],[114,115],{"url":213,"sources":214,"tags":215},"https://lists.apache.org/thread.html/r22adb45fe902aeafcd0a1c4db13984224a667676c323c66db3af38a1%40%3Ccommits.zookeeper.apache.org%3E",[87,93],[114,115],{"url":217,"sources":218,"tags":219},"https://lists.apache.org/thread.html/r837bbcbf12e335e83ab448b1bd2c1ad7e86efdc14034b23811422e6a%40%3Ccommits.zookeeper.apache.org%3E",[87,93],[114,115],{"url":221,"sources":222,"tags":223},"https://lists.apache.org/thread.html/r70cebada51bc6d49138272437d8a28fe971d0197334ef906b575044c%40%3Ccommits.zookeeper.apache.org%3E",[87,93],[114,115],{"url":225,"sources":226,"tags":227},"https://lists.apache.org/thread.html/re6207ebe2ca4d44f2a6deee695ad6f27fd29d78980f1d46ed1574f91%40%3Cissues.zookeeper.apache.org%3E",[87,93],[114,115],{"url":229,"sources":230,"tags":231},"https://lists.apache.org/thread.html/rdc096e13ac4501ea2e2b03a197682a313b85d3d3ec89d5ae5551b384%40%3Cissues.zookeeper.apache.org%3E",[87,93],[114,115],{"url":233,"sources":234,"tags":235},"https://lists.apache.org/thread.html/r5fc5786cdd640b1b0a3c643237ce0011f0a08a296b11c0e2c669022c%40%3Cdev.kafka.apache.org%3E",[87,93],[114,115],{"url":237,"sources":238,"tags":239},"https://lists.apache.org/thread.html/r96ce18044880c33634c4b3fcecc57b8b90673c9364d63eba00385523%40%3Cjira.kafka.apache.org%3E",[87,93],[114,115],{"url":241,"sources":242,"tags":243},"https://lists.apache.org/thread.html/rc165e36ca7cb5417aec3f21bbc4ec00fb38ecebdd96a82cfab9bd56f%40%3Cjira.kafka.apache.org%3E",[87,93],[114,115],{"url":245,"sources":246,"tags":247},"https://lists.apache.org/thread.html/r2936730ef0a06e724b96539bc7eacfcd3628987c16b1b99c790e7b87%40%3Cissues.zookeeper.apache.org%3E",[87,93],[114,115],{"url":249,"sources":250,"tags":251},"https://lists.apache.org/thread.html/r22b2f34447d71c9a0ad9079b7860323d5584fb9b40eb42668c21eaf1%40%3Cissues.hbase.apache.org%3E",[87,93],[114,115],{"url":253,"sources":254,"tags":255},"https://lists.apache.org/thread.html/rb95d42ce220ed4a4683aa17833b5006d657bc4254bc5cb03cd5e6bfb%40%3Cissues.hbase.apache.org%3E",[87,93],[114,115],{"url":257,"sources":258,"tags":259},"https://lists.apache.org/thread.html/r393a339ab0b63ef9e6502253eeab26e7643b3e69738d5948b2b1d064%40%3Cissues.hbase.apache.org%3E",[87,93],[114,115],{"url":261,"sources":262,"tags":263},"https://lists.apache.org/thread.html/r040a5e4d9cca2f98354b58a70b27099672276f66995c4e2e39545d0b%40%3Cissues.hbase.apache.org%3E",[87,93],[114,115],{"url":265,"sources":266,"tags":267},"https://lists.apache.org/thread.html/r27b7e5a588ec826b15f38c40be500c50073400019ce7b8adfd07fece%40%3Cissues.hbase.apache.org%3E",[87,93],[114,115],{"url":269,"sources":270,"tags":271},"https://lists.apache.org/thread.html/r86cd38a825ab2344f3e6cad570528852f29a4ffdf56ab67d75c36edf%40%3Cissues.hbase.apache.org%3E",[87,93],[114,115],{"url":273,"sources":274,"tags":275},"https://lists.apache.org/thread.html/ra83096bcbfe6e1f4d54449f8a013117a0536404e9d307ab4a0d34f81%40%3Cissues.hbase.apache.org%3E",[87,93],[114,115],{"url":277,"sources":278,"tags":279},"https://lists.apache.org/thread.html/rcf3752209a8b04996373bf57fdc808b3bfaa2be8702698a0323641f8%40%3Ccommits.hbase.apache.org%3E",[87,93],[114,115],{"url":281,"sources":282,"tags":283},"https://lists.apache.org/thread.html/r905b92099998291956eebf4f1c5d95f5a0cbcece2946cc46d32274fd%40%3Cdev.hbase.apache.org%3E",[87,93],[114,115],{"url":285,"sources":286,"tags":287},"https://lists.apache.org/thread.html/r6aee7e3566cb3e51eeed2fd8786704d91f80a7581e00a787ba9f37f6%40%3Cissues.hbase.apache.org%3E",[87,93],[114,115],{"url":289,"sources":290,"tags":291},"https://lists.apache.org/thread.html/r268850f26639ebe249356ed6d8edb54ee8943be6f200f770784fb190%40%3Cissues.hbase.apache.org%3E",[87,93],[114,115],{"url":293,"sources":294,"tags":295},"https://lists.apache.org/thread.html/r15f66ada9a5faf4bac69d9e7c4521cedfefa62df9509881603791969%40%3Cjira.kafka.apache.org%3E",[87,93],[114,115],{"url":297,"sources":298,"tags":299},"https://www.debian.org/security/2021/dsa-4885",[87,93,94],[109,300,97,98],"X Refsource DEBIAN",{"url":302,"sources":303,"tags":304},"https://lists.apache.org/thread.html/r5baac01f9e06c40ff7aab209d5751b3b58802c63734e33324b70a06a%40%3Cissues.flink.apache.org%3E",[87,93],[114,115],{"url":306,"sources":307,"tags":308},"https://lists.apache.org/thread.html/ra64d56a8a331ffd7bdcd24a9aaaeeedeacd5d639f5a683389123f898%40%3Cdev.flink.apache.org%3E",[87,93],[114,115],{"url":310,"sources":311,"tags":312},"https://lists.apache.org/thread.html/rd8f72411fb75b98d366400ae789966373b5c3eb3f511e717caf3e49e%40%3Cissues.flink.apache.org%3E",[87,93],[114,115],{"url":314,"sources":315,"tags":316},"https://lists.apache.org/thread.html/re7c69756a102bebce8b8681882844a53e2f23975a189363e68ad0324%40%3Cissues.flink.apache.org%3E",[87,93],[114,115],{"url":318,"sources":319,"tags":320},"https://lists.apache.org/thread.html/r855b4b6814ac829ce2d48dd9d8138d07f33387e710de798ee92c011e%40%3Cissues.flink.apache.org%3E",[87,93],[114,115],{"url":322,"sources":323,"tags":324},"https://lists.apache.org/thread.html/r0b09f3e31e004fe583f677f7afa46bd30110904576c13c5ac818ac2c%40%3Cissues.flink.apache.org%3E",[87,93],[114,115],{"url":326,"sources":327,"tags":328},"https://lists.apache.org/thread.html/r602e98daacc98934f097f07f2eed6eb07c18bfc1949c8489dc7bfcf5%40%3Cissues.flink.apache.org%3E",[87,93],[114,115],{"url":330,"sources":331,"tags":332},"https://lists.apache.org/thread.html/r3c4596b9b37f5ae91628ccf169d33cd5a0da4b16b6c39d5bad8e03f3%40%3Cdev.jackrabbit.apache.org%3E",[87,93],[114,115],{"url":334,"sources":335,"tags":336},"https://security.netapp.com/advisory/ntap-20210604-0003/",[87,93],[96,97],{"url":338,"sources":339,"tags":340},"https://lists.apache.org/thread.html/rd4a6b7dec38ea6cd28b6f94bd4b312629a52b80be3786d5fb0e474bc%40%3Cissues.kudu.apache.org%3E",[87,93],[114,115],{"url":342,"sources":343,"tags":344},"https://lists.apache.org/thread.html/rca0978b634a0c3ebee4126ec29c7f570b165fae3f8f3658754c1cbd3%40%3Cissues.kudu.apache.org%3E",[87,93],[114,115],{"url":346,"sources":347,"tags":348},"https://lists.apache.org/thread.html/rf934292a4a1c189827f625d567838d2c1001e4739b158638d844105b%40%3Cissues.kudu.apache.org%3E",[87,93],[114,115],{"url":350,"sources":351,"tags":352},"https://lists.apache.org/thread.html/ra655e5cec74d1ddf62adacb71d398abd96f3ea2c588f6bbf048348eb%40%3Cissues.kudu.apache.org%3E",[87,93],[114,115],{"url":354,"sources":355,"tags":356},"https://lists.apache.org/thread.html/r4ea2f1a9d79d4fc1896e085f31fb60a21b1770d0a26a5250f849372d%40%3Cissues.kudu.apache.org%3E",[87,93],[114,115],{"url":358,"sources":359,"tags":360},"https://lists.apache.org/thread.html/rfff6ff8ffb31e8a32619c79774def44b6ffbb037c128c5ad3eab7171%40%3Cissues.zookeeper.apache.org%3E",[87,93],[114,115],{"url":362,"sources":363,"tags":364},"https://lists.apache.org/thread.html/r32b0b640ad2be3b858f0af51c68a7d5c5a66a462c8bbb93699825cd3%40%3Cissues.zookeeper.apache.org%3E",[87,93],[114,115],{"url":366,"sources":367,"tags":368},"https://lists.apache.org/thread.html/rf36f1114e84a3379b20587063686148e2d5a39abc0b8a66ff2a9087a%40%3Cissues.zookeeper.apache.org%3E",[87,93],[114,115],{"url":370,"sources":371,"tags":372},"https://lists.apache.org/thread.html/rddbb4f8d5db23265bb63d14ef4b3723b438abc1589f877db11d35450%40%3Cissues.zookeeper.apache.org%3E",[87,93],[114,115],{"url":374,"sources":375,"tags":376},"https://lists.apache.org/thread.html/r33eb06b05afbc7df28d31055cae0cb3fd36cab808c884bf6d680bea5%40%3Cdev.zookeeper.apache.org%3E",[87,93],[114,115],{"url":378,"sources":379,"tags":380},"https://lists.apache.org/thread.html/r67c4f90658fde875521c949448c54c98517beecdc7f618f902c620ec%40%3Cissues.zookeeper.apache.org%3E",[87,93],[114,115],{"url":382,"sources":383,"tags":384},"https://lists.apache.org/thread.html/r584cf871f188c406d8bd447ff4e2fd9817fca862436c064d0951a071%40%3Ccommits.pulsar.apache.org%3E",[87,93],[114,115],{"url":386,"sources":387,"tags":388},"https://www.oracle.com/security-alerts/cpuapr2022.html",[87,93,94],[103,104,97,98],{"url":390,"sources":391,"tags":392},"https://lists.apache.org/thread.html/rb523bb6c60196c5f58514b86a8585c2069a4852039b45de3818b29d2%40%3Ccommits.servicecomb.apache.org%3E",[87,93],[103],{"url":394,"sources":395,"tags":396},"https://lists.apache.org/thread.html/r57245853c7245baab09eae08728c52b58fd77666538092389cc3e882%40%3Ccommits.servicecomb.apache.org%3E",[87,93],[103],{"url":398,"sources":399,"tags":400},"https://lists.apache.org/thread.html/r490ca5611c150d193b320a2608209180713b7c68e501b67b0cffb925%40%3Ccommits.servicecomb.apache.org%3E",[87,93],[103],{"url":402,"sources":403,"tags":404},"https://lists.apache.org/thread.html/r6d32fc3cd547f7c9a288a57c7f525f5d00a00d5d163613e0d10a23ef%40%3Ccommits.servicecomb.apache.org%3E",[87,93],[103],{"url":406,"sources":407,"tags":408},"https://lists.apache.org/thread.html/rdb4db3f5a9c478ca52a7b164680b88877a5a9c174e7047676c006b2c%40%3Ccommits.servicecomb.apache.org%3E",[87,93],[103],{"url":410,"sources":411,"tags":412},"https://lists.apache.org/thread.html/r8db1d7b3b9acc9e8d2776395e280eb9615dd7790e1da8c57039963de%40%3Cnotifications.zookeeper.apache.org%3E",[87,93],[103],{"url":414,"sources":415,"tags":416},"https://lists.apache.org/thread.html/r2e93ce23e04c3f0a61e987d1111d0695cb668ac4ec4edbf237bd3e80%40%3Ccommits.servicecomb.apache.org%3E",[87,93],[103],{"url":418,"sources":419,"tags":420},"https://lists.apache.org/thread.html/rc73b8dd01b1be276d06bdf07883ecd93fe1a01f139a99ef30ba4308c%40%3Ccommits.servicecomb.apache.org%3E",[87,93],[103],{"url":422,"sources":423,"tags":424},"https://lists.apache.org/thread.html/rd25c88aad0e76240dd09f0eb34bdab924933946429e068a167adcb73%40%3Ccommits.servicecomb.apache.org%3E",[87,93],[103],{"url":426,"sources":427,"tags":428},"https://lists.apache.org/thread.html/rcfc154eb2de23d2dc08a56100341161e1a40a8ea86c693735437e8f2%40%3Ccommits.servicecomb.apache.org%3E",[87,93],[103],{"url":430,"sources":431,"tags":432},"https://lists.apache.org/thread.html/ra96c74c37ed7252f78392e1ad16442bd16ae72a4d6c8db50dd55c88b%40%3Ccommits.servicecomb.apache.org%3E",[87,93],[103],{"url":434,"sources":435,"tags":436},"https://lists.apache.org/thread.html/r04a3e0d9f53421fb946c60cc54762b7151dc692eb4e39970a7579052%40%3Ccommits.servicecomb.apache.org%3E",[87,93],[103],{"url":438,"sources":439,"tags":440},"https://lists.apache.org/thread.html/racc191a1f70a4f13155e8002c61bddef2870b26441971c697436ad5d%40%3Ccommits.servicecomb.apache.org%3E",[87,93],[103],{"url":442,"sources":443,"tags":444},"https://lists.apache.org/thread.html/rf87b870a22aa5c77c27900967b518a71a7d954c2952860fce3794b60%40%3Ccommits.servicecomb.apache.org%3E",[87,93],[103],{"url":446,"sources":447,"tags":448},"https://lists.apache.org/thread.html/r16c4b55ac82be72f28adad4f8061477e5f978199d5725691dcc82c24%40%3Ccommits.servicecomb.apache.org%3E",[87,93],[103],{"url":450,"sources":451,"tags":452},"https://lists.apache.org/thread.html/rae198f44c3f7ac5264045e6ba976be1703cff38dcf1609916e50210d%40%3Ccommits.servicecomb.apache.org%3E",[87,93],[103],{"url":454,"sources":455,"tags":456},"https://lists.apache.org/thread.html/re4f70b62843e92163fab03b65e2aa8078693293a0c36f1cc260079ed%40%3Ccommits.servicecomb.apache.org%3E",[87,93],[103],{"url":458,"sources":459,"tags":460},"https://lists.apache.org/thread.html/reafc834062486adfc7be5bb8f7b7793be0d33f483678a094c3f9d468%40%3Ccommits.servicecomb.apache.org%3E",[87,93],[103],{"url":462,"sources":463,"tags":464},"https://lists.apache.org/thread.html/r8bcaf7821247b1836b10f6a1a3a3212b06272fd4cde4a859de1b78cf%40%3Ccommits.servicecomb.apache.org%3E",[87,93],[103],{"url":466,"sources":467,"tags":468},"https://nvd.nist.gov/vuln/detail/CVE-2021-21295",[94],[469],"Advisory",{"url":471,"sources":472,"tags":473},"https://lists.apache.org/thread.html/rc73b8dd01b1be276d06bdf07883ecd93fe1a01f139a99ef30ba4308c@%3Ccommits.servicecomb.apache.org%3E",[94],[98],{"url":475,"sources":476,"tags":477},"https://lists.apache.org/thread.html/rc165e36ca7cb5417aec3f21bbc4ec00fb38ecebdd96a82cfab9bd56f@%3Cjira.kafka.apache.org%3E",[94],[98],{"url":479,"sources":480,"tags":481},"https://lists.apache.org/thread.html/rc0087125cb15b4b78e44000f841cd37fefedfda942fd7ddf3ad1b528@%3Cissues.zookeeper.apache.org%3E",[94],[98],{"url":483,"sources":484,"tags":485},"https://lists.apache.org/thread.html/rbed09768f496244a2e138dbbe6d2847ddf796c9c8ef9e50f2e3e30d9@%3Cnotifications.zookeeper.apache.org%3E",[94],[98],{"url":487,"sources":488,"tags":489},"https://lists.apache.org/thread.html/rbadcbcb50195f00bbd196403865ced521ca70787999583c07be38d0e@%3Cnotifications.zookeeper.apache.org%3E",[94],[98],{"url":491,"sources":492,"tags":493},"https://lists.apache.org/thread.html/rb95d42ce220ed4a4683aa17833b5006d657bc4254bc5cb03cd5e6bfb@%3Cissues.hbase.apache.org%3E",[94],[98],{"url":495,"sources":496,"tags":497},"https://lists.apache.org/thread.html/rb592033a2462548d061a83ac9449c5ff66098751748fcd1e2d008233@%3Cissues.zookeeper.apache.org%3E",[94],[98],{"url":499,"sources":500,"tags":501},"https://lists.apache.org/thread.html/rb523bb6c60196c5f58514b86a8585c2069a4852039b45de3818b29d2@%3Ccommits.servicecomb.apache.org%3E",[94],[98],{"url":503,"sources":504,"tags":505},"https://lists.apache.org/thread.html/rb51d6202ff1a773f96eaa694b7da4ad3f44922c40b3d4e1a19c2f325@%3Ccommits.pulsar.apache.org%3E",[94],[98],{"url":507,"sources":508,"tags":509},"https://lists.apache.org/thread.html/rb06c1e766aa45ee422e8261a8249b561784186483e8f742ea627bda4@%3Cdev.kafka.apache.org%3E",[94],[98],{"url":511,"sources":512,"tags":513},"https://lists.apache.org/thread.html/rae198f44c3f7ac5264045e6ba976be1703cff38dcf1609916e50210d@%3Ccommits.servicecomb.apache.org%3E",[94],[98],{"url":515,"sources":516,"tags":517},"https://lists.apache.org/thread.html/racc191a1f70a4f13155e8002c61bddef2870b26441971c697436ad5d@%3Ccommits.servicecomb.apache.org%3E",[94],[98],{"url":519,"sources":520,"tags":521},"https://lists.apache.org/thread.html/ra96c74c37ed7252f78392e1ad16442bd16ae72a4d6c8db50dd55c88b@%3Ccommits.servicecomb.apache.org%3E",[94],[98],{"url":523,"sources":524,"tags":525},"https://lists.apache.org/thread.html/ra83096bcbfe6e1f4d54449f8a013117a0536404e9d307ab4a0d34f81@%3Cissues.hbase.apache.org%3E",[94],[98],{"url":527,"sources":528,"tags":529},"https://lists.apache.org/thread.html/ra655e5cec74d1ddf62adacb71d398abd96f3ea2c588f6bbf048348eb@%3Cissues.kudu.apache.org%3E",[94],[98],{"url":531,"sources":532,"tags":533},"https://lists.apache.org/thread.html/ra64d56a8a331ffd7bdcd24a9aaaeeedeacd5d639f5a683389123f898@%3Cdev.flink.apache.org%3E",[94],[98],{"url":535,"sources":536,"tags":537},"https://lists.apache.org/thread.html/r9924ef9357537722b28d04c98a189750b80694a19754e5057c34ca48@%3Ccommits.pulsar.apache.org%3E",[94],[98],{"url":539,"sources":540,"tags":541},"https://lists.apache.org/thread.html/r96ce18044880c33634c4b3fcecc57b8b90673c9364d63eba00385523@%3Cjira.kafka.apache.org%3E",[94],[98],{"url":543,"sources":544,"tags":545},"https://lists.apache.org/thread.html/r905b92099998291956eebf4f1c5d95f5a0cbcece2946cc46d32274fd@%3Cdev.hbase.apache.org%3E",[94],[98],{"url":547,"sources":548,"tags":549},"https://lists.apache.org/thread.html/r9051e4f484a970b5566dc1870ecd9c1eb435214e2652cf3ea4d0c0cc@%3Cjira.kafka.apache.org%3E",[94],[98],{"url":551,"sources":552,"tags":553},"https://lists.apache.org/thread.html/r8db1d7b3b9acc9e8d2776395e280eb9615dd7790e1da8c57039963de@%3Cnotifications.zookeeper.apache.org%3E",[94],[98],{"url":555,"sources":556,"tags":557},"https://lists.apache.org/thread.html/r8bcaf7821247b1836b10f6a1a3a3212b06272fd4cde4a859de1b78cf@%3Ccommits.servicecomb.apache.org%3E",[94],[98],{"url":559,"sources":560,"tags":561},"https://security.netapp.com/advisory/ntap-20210604-0003",[94],[98],{"url":563,"sources":564,"tags":565},"https://lists.apache.org/thread.html/rfff6ff8ffb31e8a32619c79774def44b6ffbb037c128c5ad3eab7171@%3Cissues.zookeeper.apache.org%3E",[94],[98],{"url":567,"sources":568,"tags":569},"https://lists.apache.org/thread.html/rf934292a4a1c189827f625d567838d2c1001e4739b158638d844105b@%3Cissues.kudu.apache.org%3E",[94],[98],{"url":571,"sources":572,"tags":573},"https://lists.apache.org/thread.html/rf87b870a22aa5c77c27900967b518a71a7d954c2952860fce3794b60@%3Ccommits.servicecomb.apache.org%3E",[94],[98],{"url":575,"sources":576,"tags":577},"https://lists.apache.org/thread.html/rf36f1114e84a3379b20587063686148e2d5a39abc0b8a66ff2a9087a@%3Cissues.zookeeper.apache.org%3E",[94],[98],{"url":579,"sources":580,"tags":581},"https://lists.apache.org/thread.html/reafc834062486adfc7be5bb8f7b7793be0d33f483678a094c3f9d468@%3Ccommits.servicecomb.apache.org%3E",[94],[98],{"url":583,"sources":584,"tags":585},"https://lists.apache.org/thread.html/re7c69756a102bebce8b8681882844a53e2f23975a189363e68ad0324@%3Cissues.flink.apache.org%3E",[94],[98],{"url":587,"sources":588,"tags":589},"https://lists.apache.org/thread.html/re6207ebe2ca4d44f2a6deee695ad6f27fd29d78980f1d46ed1574f91@%3Cissues.zookeeper.apache.org%3E",[94],[98],{"url":591,"sources":592,"tags":593},"https://lists.apache.org/thread.html/re4f70b62843e92163fab03b65e2aa8078693293a0c36f1cc260079ed@%3Ccommits.servicecomb.apache.org%3E",[94],[98],{"url":595,"sources":596,"tags":597},"https://lists.apache.org/thread.html/rddbb4f8d5db23265bb63d14ef4b3723b438abc1589f877db11d35450@%3Cissues.zookeeper.apache.org%3E",[94],[98],{"url":599,"sources":600,"tags":601},"https://lists.apache.org/thread.html/rdc096e13ac4501ea2e2b03a197682a313b85d3d3ec89d5ae5551b384@%3Cissues.zookeeper.apache.org%3E",[94],[98],{"url":603,"sources":604,"tags":605},"https://lists.apache.org/thread.html/rdb4db3f5a9c478ca52a7b164680b88877a5a9c174e7047676c006b2c@%3Ccommits.servicecomb.apache.org%3E",[94],[98],{"url":607,"sources":608,"tags":609},"https://lists.apache.org/thread.html/rd8f72411fb75b98d366400ae789966373b5c3eb3f511e717caf3e49e@%3Cissues.flink.apache.org%3E",[94],[98],{"url":611,"sources":612,"tags":613},"https://lists.apache.org/thread.html/rd4a6b7dec38ea6cd28b6f94bd4b312629a52b80be3786d5fb0e474bc@%3Cissues.kudu.apache.org%3E",[94],[98],{"url":615,"sources":616,"tags":617},"https://lists.apache.org/thread.html/rd25c88aad0e76240dd09f0eb34bdab924933946429e068a167adcb73@%3Ccommits.servicecomb.apache.org%3E",[94],[98],{"url":619,"sources":620,"tags":621},"https://lists.apache.org/thread.html/rcfc535afd413d9934d6ee509dce234dac41fa3747a7555befb17447e@%3Cissues.zookeeper.apache.org%3E",[94],[98],{"url":623,"sources":624,"tags":625},"https://lists.apache.org/thread.html/rcfc154eb2de23d2dc08a56100341161e1a40a8ea86c693735437e8f2@%3Ccommits.servicecomb.apache.org%3E",[94],[98],{"url":627,"sources":628,"tags":629},"https://lists.apache.org/thread.html/rcf3752209a8b04996373bf57fdc808b3bfaa2be8702698a0323641f8@%3Ccommits.hbase.apache.org%3E",[94],[98],{"url":631,"sources":632,"tags":633},"https://lists.apache.org/thread.html/rcd163e421273e8dca1c71ea298dce3dd11b41d51c3a812e0394e6a5d@%3Ccommits.pulsar.apache.org%3E",[94],[98],{"url":635,"sources":636,"tags":637},"https://lists.apache.org/thread.html/rca0978b634a0c3ebee4126ec29c7f570b165fae3f8f3658754c1cbd3@%3Cissues.kudu.apache.org%3E",[94],[98],{"url":639,"sources":640,"tags":641},"https://lists.apache.org/thread.html/r86cd38a825ab2344f3e6cad570528852f29a4ffdf56ab67d75c36edf@%3Cissues.hbase.apache.org%3E",[94],[98],{"url":643,"sources":644,"tags":645},"https://lists.apache.org/thread.html/r3ff9e735ca33612d900607dc139ebd38a64cadc6bce292e53eb86d7f@%3Cissues.zookeeper.apache.org%3E",[94],[98],{"url":647,"sources":648,"tags":649},"https://lists.apache.org/thread.html/r3c4596b9b37f5ae91628ccf169d33cd5a0da4b16b6c39d5bad8e03f3@%3Cdev.jackrabbit.apache.org%3E",[94],[98],{"url":651,"sources":652,"tags":653},"https://lists.apache.org/thread.html/r3c293431c781696681abbfe1c573c2d9dcdae6fd3ff330ea22f0433f@%3Cjira.kafka.apache.org%3E",[94],[98],{"url":655,"sources":656,"tags":657},"https://lists.apache.org/thread.html/r393a339ab0b63ef9e6502253eeab26e7643b3e69738d5948b2b1d064@%3Cissues.hbase.apache.org%3E",[94],[98],{"url":659,"sources":660,"tags":661},"https://lists.apache.org/thread.html/r33eb06b05afbc7df28d31055cae0cb3fd36cab808c884bf6d680bea5@%3Cdev.zookeeper.apache.org%3E",[94],[98],{"url":663,"sources":664,"tags":665},"https://lists.apache.org/thread.html/r32b0b640ad2be3b858f0af51c68a7d5c5a66a462c8bbb93699825cd3@%3Cissues.zookeeper.apache.org%3E",[94],[98],{"url":667,"sources":668,"tags":669},"https://lists.apache.org/thread.html/r312ce5bd3c6bf08c138349b507b6f1c25fe9cf40b6f2b0014c9d12b1@%3Cnotifications.zookeeper.apache.org%3E",[94],[98],{"url":671,"sources":672,"tags":673},"https://lists.apache.org/thread.html/r2e93ce23e04c3f0a61e987d1111d0695cb668ac4ec4edbf237bd3e80@%3Ccommits.servicecomb.apache.org%3E",[94],[98],{"url":675,"sources":676,"tags":677},"https://lists.apache.org/thread.html/r2936730ef0a06e724b96539bc7eacfcd3628987c16b1b99c790e7b87@%3Cissues.zookeeper.apache.org%3E",[94],[98],{"url":679,"sources":680,"tags":681},"https://lists.apache.org/thread.html/r27b7e5a588ec826b15f38c40be500c50073400019ce7b8adfd07fece@%3Cissues.hbase.apache.org%3E",[94],[98],{"url":683,"sources":684,"tags":685},"https://lists.apache.org/thread.html/r268850f26639ebe249356ed6d8edb54ee8943be6f200f770784fb190@%3Cissues.hbase.apache.org%3E",[94],[98],{"url":687,"sources":688,"tags":689},"https://lists.apache.org/thread.html/r22b2f34447d71c9a0ad9079b7860323d5584fb9b40eb42668c21eaf1@%3Cissues.hbase.apache.org%3E",[94],[98],{"url":691,"sources":692,"tags":693},"https://lists.apache.org/thread.html/r22adb45fe902aeafcd0a1c4db13984224a667676c323c66db3af38a1@%3Ccommits.zookeeper.apache.org%3E",[94],[98],{"url":695,"sources":696,"tags":697},"https://lists.apache.org/thread.html/r1bca0b81193b74a451fc6d687ab58ef3a1f5ec40f6c61561d8dd9509@%3Cissues.zookeeper.apache.org%3E",[94],[98],{"url":699,"sources":700,"tags":701},"https://lists.apache.org/thread.html/r1908a34b9cc7120e5c19968a116ddbcffea5e9deb76c2be4fa461904@%3Cdev.zookeeper.apache.org%3E",[94],[98],{"url":703,"sources":704,"tags":705},"https://lists.apache.org/thread.html/r16c4b55ac82be72f28adad4f8061477e5f978199d5725691dcc82c24@%3Ccommits.servicecomb.apache.org%3E",[94],[98],{"url":707,"sources":708,"tags":709},"https://lists.apache.org/thread.html/r15f66ada9a5faf4bac69d9e7c4521cedfefa62df9509881603791969@%3Cjira.kafka.apache.org%3E",[94],[98],{"url":711,"sources":712,"tags":713},"https://lists.apache.org/thread.html/r0b09f3e31e004fe583f677f7afa46bd30110904576c13c5ac818ac2c@%3Cissues.flink.apache.org%3E",[94],[98],{"url":715,"sources":716,"tags":717},"https://lists.apache.org/thread.html/r04a3e0d9f53421fb946c60cc54762b7151dc692eb4e39970a7579052@%3Ccommits.servicecomb.apache.org%3E",[94],[98],{"url":719,"sources":720,"tags":721},"https://lists.apache.org/thread.html/r040a5e4d9cca2f98354b58a70b27099672276f66995c4e2e39545d0b@%3Cissues.hbase.apache.org%3E",[94],[98],{"url":723,"sources":724,"tags":725},"https://lists.apache.org/thread.html/r02e467123d45006a1dda20a38349e9c74c3a4b53e2e07be0939ecb3f@%3Cdev.ranger.apache.org%3E",[94],[98],{"url":727,"sources":728,"tags":729},"https://github.com/netty/netty",[94],[730],"PACKAGE",{"url":732,"sources":733,"tags":734},"https://lists.apache.org/thread.html/r855b4b6814ac829ce2d48dd9d8138d07f33387e710de798ee92c011e@%3Cissues.flink.apache.org%3E",[94],[98],{"url":736,"sources":737,"tags":738},"https://lists.apache.org/thread.html/r837bbcbf12e335e83ab448b1bd2c1ad7e86efdc14034b23811422e6a@%3Ccommits.zookeeper.apache.org%3E",[94],[98],{"url":740,"sources":741,"tags":742},"https://lists.apache.org/thread.html/r7bb3cdc192e9a6f863d3ea05422f09fa1ae2b88d4663e63696ee7ef5@%3Cdev.ranger.apache.org%3E",[94],[98],{"url":744,"sources":745,"tags":746},"https://lists.apache.org/thread.html/r790c2926efcd062067eb18fde2486527596d7275381cfaff2f7b3890@%3Cissues.bookkeeper.apache.org%3E",[94],[98],{"url":748,"sources":749,"tags":750},"https://lists.apache.org/thread.html/r70cebada51bc6d49138272437d8a28fe971d0197334ef906b575044c@%3Ccommits.zookeeper.apache.org%3E",[94],[98],{"url":752,"sources":753,"tags":754},"https://lists.apache.org/thread.html/r6d32fc3cd547f7c9a288a57c7f525f5d00a00d5d163613e0d10a23ef@%3Ccommits.servicecomb.apache.org%3E",[94],[98],{"url":756,"sources":757,"tags":758},"https://lists.apache.org/thread.html/r6aee7e3566cb3e51eeed2fd8786704d91f80a7581e00a787ba9f37f6@%3Cissues.hbase.apache.org%3E",[94],[98],{"url":760,"sources":761,"tags":762},"https://lists.apache.org/thread.html/r6a29316d758db628a1df49ca219d64caf493999b52cc77847bfba675@%3Cnotifications.zookeeper.apache.org%3E",[94],[98],{"url":764,"sources":765,"tags":766},"https://lists.apache.org/thread.html/r6a122c25e352eb134d01e7f4fc4d345a491c5ee9453fef6fc754d15b@%3Ccommits.zookeeper.apache.org%3E",[94],[98],{"url":768,"sources":769,"tags":770},"https://lists.apache.org/thread.html/r67e6a636cbc1958383a1cd72b7fd0cd7493360b1dd0e6c12f5761798@%3Cnotifications.zookeeper.apache.org%3E",[94],[98],{"url":772,"sources":773,"tags":774},"https://lists.apache.org/thread.html/r67c4f90658fde875521c949448c54c98517beecdc7f618f902c620ec@%3Cissues.zookeeper.apache.org%3E",[94],[98],{"url":776,"sources":777,"tags":778},"https://lists.apache.org/thread.html/r602e98daacc98934f097f07f2eed6eb07c18bfc1949c8489dc7bfcf5@%3Cissues.flink.apache.org%3E",[94],[98],{"url":780,"sources":781,"tags":782},"https://lists.apache.org/thread.html/r5fc5786cdd640b1b0a3c643237ce0011f0a08a296b11c0e2c669022c@%3Cdev.kafka.apache.org%3E",[94],[98],{"url":784,"sources":785,"tags":786},"https://lists.apache.org/thread.html/r5e66e286afb5506cdfe9bbf68a323e8d09614f6d1ddc806ed0224700@%3Cjira.kafka.apache.org%3E",[94],[98],{"url":788,"sources":789,"tags":790},"https://lists.apache.org/thread.html/r5baac01f9e06c40ff7aab209d5751b3b58802c63734e33324b70a06a@%3Cissues.flink.apache.org%3E",[94],[98],{"url":792,"sources":793,"tags":794},"https://lists.apache.org/thread.html/r59bac5c09f7a4179b9e2460e8f41c278aaf3b9a21cc23678eb893e41@%3Cjira.kafka.apache.org%3E",[94],[98],{"url":796,"sources":797,"tags":798},"https://lists.apache.org/thread.html/r584cf871f188c406d8bd447ff4e2fd9817fca862436c064d0951a071@%3Ccommits.pulsar.apache.org%3E",[94],[98],{"url":800,"sources":801,"tags":802},"https://lists.apache.org/thread.html/r57245853c7245baab09eae08728c52b58fd77666538092389cc3e882@%3Ccommits.servicecomb.apache.org%3E",[94],[98],{"url":804,"sources":805,"tags":806},"https://lists.apache.org/thread.html/r5470456cf1409a99893ae9dd57439799f6dc1a60fda90e11570f66fe@%3Cnotifications.zookeeper.apache.org%3E",[94],[98],{"url":808,"sources":809,"tags":810},"https://lists.apache.org/thread.html/r5232e33a1f3b310a3e083423f736f3925ebdb150844d60ac582809f8@%3Cnotifications.zookeeper.apache.org%3E",[94],[98],{"url":812,"sources":813,"tags":814},"https://lists.apache.org/thread.html/r4ea2f1a9d79d4fc1896e085f31fb60a21b1770d0a26a5250f849372d@%3Cissues.kudu.apache.org%3E",[94],[98],{"url":816,"sources":817,"tags":818},"https://lists.apache.org/thread.html/r490ca5611c150d193b320a2608209180713b7c68e501b67b0cffb925@%3Ccommits.servicecomb.apache.org%3E",[94],[98],[],{"date":821,"score":83,"percentile":822},"2026-06-04",0.59587,[824,828,831,834,837,840,844,847,850,853,856,859,862,865,868,872,875,878,881,884,887,889,892,895,897,901,904,907,910,912,915,918,921,924,927,929,932,935,938,941,944,946,949,952,955,958,961,964,967,970,973,976,979,982,985,988,991,994,997,1000,1003,1006,1009,1012,1014,1017,1020,1023,1026,1029,1032,1035,1038,1041,1045,1048,1051,1054,1056,1059,1062,1065,1068,1071,1074,1076,1079,1081,1083,1086],{"date":825,"score":826,"percentile":827},"2025-11-04",0.00972,0.7589,{"date":829,"score":826,"percentile":830},"2025-11-05",0.75886,{"date":832,"score":826,"percentile":833},"2025-11-06",0.75884,{"date":835,"score":826,"percentile":836},"2025-11-07",0.759,{"date":838,"score":826,"percentile":839},"2025-11-08",0.75903,{"date":841,"score":842,"percentile":843},"2025-11-09",0.00961,0.75734,{"date":845,"score":842,"percentile":846},"2025-11-10",0.75723,{"date":848,"score":842,"percentile":849},"2025-11-11",0.75725,{"date":851,"score":842,"percentile":852},"2025-11-12",0.75746,{"date":854,"score":842,"percentile":855},"2025-11-13",0.75753,{"date":857,"score":842,"percentile":858},"2025-11-14",0.75759,{"date":860,"score":842,"percentile":861},"2025-11-15",0.75757,{"date":863,"score":842,"percentile":864},"2025-11-16",0.75758,{"date":866,"score":842,"percentile":867},"2025-11-17",0.7575,{"date":869,"score":870,"percentile":871},"2025-11-18",0.27817,0.96166,{"date":873,"score":870,"percentile":874},"2025-11-19",0.96167,{"date":876,"score":870,"percentile":877},"2025-11-20",0.96168,{"date":879,"score":842,"percentile":880},"2025-11-21",0.75781,{"date":882,"score":842,"percentile":883},"2025-11-22",0.75782,{"date":885,"score":842,"percentile":886},"2025-11-23",0.75766,{"date":888,"score":842,"percentile":886},"2025-11-24",{"date":890,"score":842,"percentile":891},"2025-11-25",0.75772,{"date":893,"score":842,"percentile":894},"2025-11-26",0.75778,{"date":896,"score":842,"percentile":880},"2025-11-27",{"date":898,"score":899,"percentile":900},"2025-11-28",0.0036,0.57449,{"date":902,"score":899,"percentile":903},"2025-11-29",0.57434,{"date":905,"score":899,"percentile":906},"2025-11-30",0.57429,{"date":908,"score":842,"percentile":909},"2025-12-01",0.75897,{"date":911,"score":842,"percentile":839},"2025-12-02",{"date":913,"score":842,"percentile":914},"2025-12-03",0.75892,{"date":916,"score":899,"percentile":917},"2025-12-04",0.57427,{"date":919,"score":899,"percentile":920},"2025-12-05",0.57441,{"date":922,"score":899,"percentile":923},"2025-12-06",0.5744,{"date":925,"score":899,"percentile":926},"2025-12-07",0.57437,{"date":928,"score":899,"percentile":926},"2025-12-08",{"date":930,"score":899,"percentile":931},"2025-12-09",0.57463,{"date":933,"score":899,"percentile":934},"2025-12-10",0.57517,{"date":936,"score":899,"percentile":937},"2025-12-11",0.57543,{"date":939,"score":899,"percentile":940},"2025-12-12",0.57566,{"date":942,"score":899,"percentile":943},"2025-12-13",0.57564,{"date":945,"score":899,"percentile":940},"2025-12-14",{"date":947,"score":899,"percentile":948},"2025-12-15",0.57549,{"date":950,"score":899,"percentile":951},"2025-12-16",0.57563,{"date":953,"score":899,"percentile":954},"2025-12-17",0.57574,{"date":956,"score":899,"percentile":957},"2025-12-18",0.57609,{"date":959,"score":899,"percentile":960},"2025-12-19",0.57617,{"date":962,"score":899,"percentile":963},"2025-12-20",0.57616,{"date":965,"score":899,"percentile":966},"2025-12-21",0.57594,{"date":968,"score":899,"percentile":969},"2025-12-22",0.57578,{"date":971,"score":899,"percentile":972},"2025-12-23",0.57587,{"date":974,"score":899,"percentile":975},"2025-12-24",0.57599,{"date":977,"score":899,"percentile":978},"2025-12-25",0.57644,{"date":980,"score":899,"percentile":981},"2025-12-26",0.5764,{"date":983,"score":899,"percentile":984},"2025-12-27",0.57693,{"date":986,"score":899,"percentile":987},"2025-12-28",0.57613,{"date":989,"score":899,"percentile":990},"2025-12-29",0.57604,{"date":992,"score":899,"percentile":993},"2025-12-30",0.57605,{"date":995,"score":899,"percentile":996},"2025-12-31",0.57638,{"date":998,"score":842,"percentile":999},"2026-01-01",0.7608,{"date":1001,"score":842,"percentile":1002},"2026-01-02",0.76084,{"date":1004,"score":842,"percentile":1005},"2026-01-03",0.76083,{"date":1007,"score":899,"percentile":1008},"2026-01-04",0.57614,{"date":1010,"score":899,"percentile":1011},"2026-01-05",0.57603,{"date":1013,"score":899,"percentile":1008},"2026-01-06",{"date":1015,"score":899,"percentile":1016},"2026-01-07",0.57642,{"date":1018,"score":899,"percentile":1019},"2026-01-08",0.57663,{"date":1021,"score":899,"percentile":1022},"2026-01-09",0.57667,{"date":1024,"score":899,"percentile":1025},"2026-01-10",0.57666,{"date":1027,"score":899,"percentile":1028},"2026-01-11",0.57649,{"date":1030,"score":899,"percentile":1031},"2026-01-12",0.57612,{"date":1033,"score":899,"percentile":1034},"2026-01-13",0.57591,{"date":1036,"score":899,"percentile":1037},"2026-01-14",0.57635,{"date":1039,"score":899,"percentile":1040},"2026-01-15",0.57637,{"date":1042,"score":1043,"percentile":1044},"2026-01-16",0.00582,0.6835,{"date":1046,"score":899,"percentile":1047},"2026-01-17",0.57651,{"date":1049,"score":899,"percentile":1050},"2026-01-18",0.57643,{"date":1052,"score":899,"percentile":1053},"2026-01-19",0.5763,{"date":1055,"score":899,"percentile":1037},"2026-01-20",{"date":1057,"score":899,"percentile":1058},"2026-01-21",0.57641,{"date":1060,"score":899,"percentile":1061},"2026-01-22",0.57639,{"date":1063,"score":899,"percentile":1064},"2026-01-23",0.57676,{"date":1066,"score":899,"percentile":1067},"2026-01-24",0.57683,{"date":1069,"score":899,"percentile":1070},"2026-01-25",0.57645,{"date":1072,"score":899,"percentile":1073},"2026-01-26",0.57631,{"date":1075,"score":899,"percentile":1050},"2026-01-27",{"date":1077,"score":899,"percentile":1078},"2026-01-28",0.5765,{"date":1080,"score":899,"percentile":1047},"2026-01-29",{"date":1082,"score":899,"percentile":1078},"2026-01-30",{"date":1084,"score":899,"percentile":1085},"2026-01-31",0.57652,{"date":1087,"score":842,"percentile":1088},"2026-02-01",0.76154,[1090,1095,1102],{"source":87,"cvss_v2_0":9,"cvss_v3_0":9,"cvss_v3_1":1091,"cvss_v4_0":9},{"baseScore":85,"baseSeverity":1092,"vectorString":88,"impactScore":1093,"exploitabilityScore":1094},"MEDIUM",6,5.6,{"source":93,"cvss_v2_0":1096,"cvss_v3_0":9,"cvss_v3_1":1101,"cvss_v4_0":9},{"baseScore":1097,"baseSeverity":9,"vectorString":1098,"impactScore":1099,"exploitabilityScore":1100},2.6,"AV:N/AC:H/Au:N/C:N/I:P/A:N",2.9,4.9,{"baseScore":85,"baseSeverity":1092,"vectorString":88,"impactScore":1093,"exploitabilityScore":1094},{"source":94,"cvss_v2_0":9,"cvss_v3_0":9,"cvss_v3_1":1103,"cvss_v4_0":9},{"baseScore":85,"baseSeverity":9,"vectorString":88,"impactScore":1093,"exploitabilityScore":1094},[1105,1116,1121,1129,1139,1148,1153,1160,1165,1169,1174,1181],{"ecosystem":9,"name":1106,"vendor":1107,"product":1106,"cpe_part":1108,"purl_type":9,"purl_namespace":9,"purl_name":9,"source":9,"versions":1109},"kudu","apache","a",[1110],{"version":1111,"is_range":1112,"range_type":1113,"version_start":9,"version_start_type":9,"version_end":1114,"version_end_type":1115,"fixed_in":9},"lt1.16.0",true,"cpe","1.16.0","excluding",{"ecosystem":9,"name":1117,"vendor":1107,"product":1117,"cpe_part":1108,"purl_type":9,"purl_namespace":9,"purl_name":9,"source":9,"versions":1118},"zookeeper",[1119],{"version":1120,"is_range":81,"range_type":1113,"version_start":9,"version_start_type":9,"version_end":9,"version_end_type":9,"fixed_in":9},"3.5.9",{"ecosystem":9,"name":1122,"vendor":1123,"product":1124,"cpe_part":1125,"purl_type":9,"purl_namespace":9,"purl_name":9,"source":9,"versions":1126},"debian linux","debian","debian_linux","o",[1127],{"version":1128,"is_range":81,"range_type":1113,"version_start":9,"version_start_type":9,"version_end":9,"version_end_type":9,"fixed_in":9},"10.0",{"ecosystem":1130,"name":1131,"vendor":1132,"product":1133,"cpe_part":9,"purl_type":1134,"purl_namespace":1132,"purl_name":1133,"source":9,"versions":1135},"Maven","io.netty:netty","io.netty","netty","maven",[1136],{"version":1137,"is_range":1112,"range_type":1138,"version_start":9,"version_start_type":9,"version_end":9,"version_end_type":9,"fixed_in":9},"all","ecosystem",{"ecosystem":1130,"name":1140,"vendor":1132,"product":1141,"cpe_part":9,"purl_type":1134,"purl_namespace":1132,"purl_name":1141,"source":9,"versions":1142},"io.netty:netty-codec-http2","netty-codec-http2",[1143],{"version":1144,"is_range":1112,"range_type":1138,"version_start":1145,"version_start_type":1146,"version_end":1147,"version_end_type":1115,"fixed_in":9},"gte4_0_0_lt4_1_60_Final","4.0.0","including","4.1.60.Final",{"ecosystem":1130,"name":1149,"vendor":1150,"product":1133,"cpe_part":9,"purl_type":1134,"purl_namespace":1150,"purl_name":1133,"source":9,"versions":1151},"org.jboss.netty:netty","org.jboss.netty",[1152],{"version":1137,"is_range":1112,"range_type":1138,"version_start":9,"version_start_type":9,"version_end":9,"version_end_type":9,"fixed_in":9},{"ecosystem":9,"name":1154,"vendor":1155,"product":1156,"cpe_part":1108,"purl_type":9,"purl_namespace":9,"purl_name":9,"source":9,"versions":1157},"oncommand api services","netapp","oncommand_api_services",[1158],{"version":1159,"is_range":81,"range_type":1113,"version_start":9,"version_start_type":9,"version_end":9,"version_end_type":9,"fixed_in":9},"na",{"ecosystem":9,"name":1161,"vendor":1155,"product":1162,"cpe_part":1108,"purl_type":9,"purl_namespace":9,"purl_name":9,"source":9,"versions":1163},"oncommand workflow automation","oncommand_workflow_automation",[1164],{"version":1159,"is_range":81,"range_type":1113,"version_start":9,"version_start_type":9,"version_end":9,"version_end_type":9,"fixed_in":9},{"ecosystem":9,"name":1140,"vendor":1133,"product":1140,"cpe_part":1108,"purl_type":9,"purl_namespace":9,"purl_name":9,"source":9,"versions":1166},[1167],{"version":1168,"is_range":1112,"range_type":87,"version_start":9,"version_start_type":9,"version_end":1147,"version_end_type":1115,"fixed_in":9},"\u003C 4.1.60.Final",{"ecosystem":9,"name":1133,"vendor":1133,"product":1133,"cpe_part":1108,"purl_type":9,"purl_namespace":9,"purl_name":9,"source":9,"versions":1170},[1171],{"version":1172,"is_range":1112,"range_type":1113,"version_start":9,"version_start_type":9,"version_end":1173,"version_end_type":1115,"fixed_in":9},"lt4.1.60","4.1.60",{"ecosystem":9,"name":1175,"vendor":1176,"product":1177,"cpe_part":1108,"purl_type":9,"purl_namespace":9,"purl_name":9,"source":9,"versions":1178},"communications cloud native core policy","oracle","communications_cloud_native_core_policy",[1179],{"version":1180,"is_range":81,"range_type":1113,"version_start":9,"version_start_type":9,"version_end":9,"version_end_type":9,"fixed_in":9},"1.14.0",{"ecosystem":9,"name":1182,"vendor":1182,"product":1182,"cpe_part":1108,"purl_type":9,"purl_namespace":9,"purl_name":9,"source":9,"versions":1183},"quarkus",[1184],{"version":1185,"is_range":1112,"range_type":1113,"version_start":9,"version_start_type":9,"version_end":1186,"version_end_type":1146,"fixed_in":9},"lte1.13.7","1.13.7"]