Search
1000 results for “ktzone”
-
#SpenSenfMastodon Tag 4: Nicht erst seit #log4j oder #heartbleed wissen wir, dass manche wichtige #OpenSource Software unbekannt ist. Zwar sind #Jamaica und #JVerein kein zentraler Bestandteil der digitalen Infrastruktur, sehr wohl aber ein lebenswichtiges Tool für die #Finanzbuchhaltung vieler Vereine, so auch für unseren Trägerverein @computerwerk. Damit wir weiter als #Verein unsere Arbeit machen können: spendet heute an https://doku.jverein.de/allgemeine-funktionen/spende statt #Senfcall!
-
#barmherzigwie die Öffentlichkeitsarbeit der @EKMnews . Für die Karwoche und Ostern stellt sie rechtefrei einen Hörweg bereit, damit die heute ihn auf CD brennen und weitergeben. Gerade an Menschen, die kein Internet haben.
https://www.ekmd.de/aktuell/projekte-und-aktionen/ein-hoer-weg/karwoche-ostern-ein-hoer-weg.html
-
CW: New multi-implementation DNSSEC validation DoS vulnerabilities - CVE-2023-50387 ("KeyTrap"), CVE-2023-50868 (NSEC3 vuln)
(living doc, updated regularly - if you prefer a low-edit post to boost, use https://infosec.exchange/@tychotithonus/111926621712441626)
Looks like DNS-OARC coordinated fixes in advance, but no centralized analysis at first other than the announcement from the team who discovered KeyTrap:
Press release: https://www.athene-center.de/en/news/press/key-trap
Technical paper (released 2/15): https://www.athene-center.de/fileadmin/content/PDF/Technical_Report_KeyTrap.pdf
DNS-OARC dns-ops announcement: https://lists.dns-oarc.net/pipermail/dns-operations/2024-February/022436.html
RIPE blog post by one of the authors: https://labs.ripe.net/author/haya-shulman/keytrap-algorithmic-complexity-attacks-exploit-fundamental-design-flaw-in-dnssec/
Apparently builds on this 2019 vulnerability (h/t letoams @defcon.social):
https://
essay.utwente.nl/78777/
Details may be still partially embargoed until patching ramps up.
Analysis:
DoS of all major DNSSEC-validating DNS resolvers (servers, but also maybe local resolvers like systemd's?) at the implementation level. Exploitation described as 'trivial'. Both are CVSS 7.5. DNS is a rich ransom target - but some resolver setups don't even validate DNSSEC.
"In 2012 the vulnerability made its way into the implementation requirements for DNSSEC validation, standards RFC 6781 and RFC 6840" (per ATHENE)
Per the Unbound writeup, both vulns require query to a malicious zone (which is probably not hard to trigger, for any DNSSEC-enabled client or server).
Resolution: patch (recommended); disable DNSSEC validation (discouraged, but can buy you time / mitigate active DoS)
Fixes mitigate the exhaustion by putting caps on validation activities. These caps appear to have been missing from most implementations.
Details:
Two DNSSEC DoS CVEs:
CVE-2023-50387 ("KeyTrap"): "DNSSEC verification complexity can be exploited to exhaust CPU resources and stall DNS resolvers" (CVSS 7.5)
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
https://seclists.org/oss-sec/2024/q1/125(KeyTrap was discovered by ATHENE - their press release here has very important detail:
https://www.athene-center.de/en/news/press/key-trap)CVE-2023-50868: "NSEC3 closest encloser proof can exhaust CPU" (CVSS 7.5)
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:HMITRE links (now populated):
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-50387
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-50868Vulmon queries:
https://vulmon.com/searchpage?q=CVE-2023-50387
https://vulmon.com/searchpage?q=CVE-2023-50868VulDB:
https://vuldb.com/?id.253829Resolver status:
BIND (patched - vuln since 2000?):
https://fosstodon.org/@iscdotorg/111924416653890048
https://kb.isc.org/docs/cve-2023-50387
https://kb.isc.org/docs/cve-2023-50868
https://seclists.org/oss-sec/2024/q1/125
https://www.isc.org/blogs/2024-bind-security-release/
(note: posts say "Versions prior to 9.11.37 were not assessed." but also have a range of affected versions starting at 9.0.0 - typo?)BIND tools:
dig: no validation
kdig: no validation
delv: affected, patcheddnsmasq (patched - 2.90 has fix):
https://thekelleys.org.uk/dnsmasq/CHANGELOG
https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2024q1/017430.htmlKnot (patched in 5.7.1):
https://www.knot-resolver.cz/2024-02-13-knot-resolver-5.7.1.html
(kzonecheck also affected, patched?)ldns-verify-zone:
affected per ATHENE paperOPNsense (patched):
https://forum.opnsense.org/index.php?topic=38939.msg190655#pfSense:
(Bundled Unbound: plan appears to be to make a separate package available for manual update?; BIND: optional package)
https://forum.netgate.com/topic/186145/unbound-cve-2023-50387-and-cve-2023-50868/1
https://redmine.pfsense.org/issues/15256Pi-Hole (uses dnsmasq - patch available)
https://www.patreon.com/posts/dnssec-fix-98498055
https://pi-hole.net/blog/2024/02/13/fixing-two-new-dnssec-vulnerabilities/PowerDNS (patched - all versions affected):
https://blog.powerdns.com/2024/02/13/powerdns-recursor-4-8-6-4-9-3-5-0-2-released
https://github.com/PowerDNS/pdns/pull/13781
https://github.com/PowerDNS/pdns/pull/13784
https://seclists.org/oss-sec/2024/q1/130Stubby:
[?]
https://github.com/getdnsapi/stubbysystemd.resolved:
[?]Ubiquiti
[?]Unbound (patched - vuln since Aug 2007):
https://nlnetlabs.nl/news/2024/Feb/13/unbound-1.19.1-released/
https://nlnetlabs.nl/downloads/unbound/CVE-2023-50387_CVE-2023-50868.txt
https://seclists.org/oss-sec/2024/q1/126Library status:*
dnspython (GitHub patched):
affected per ATHENE paper
https://github.com/rthalley/dnspython/commit/a1a998938b7370dae41784f8bc0a841dc2addba9getdns (used by stubby - no patched release?):
affected per ATHENE paper
https://getdnsapi.net/releases/ldns (not yet patched?):
affected per ATHENE paper
https://github.com/NLnetLabs/ldnslibunbound (used by Unbound):
affected per ATHENE paper
no recent patches?
https://github.com/NLnetLabs/unbound/tree/master/libunboundCloud status:
Akamai:
https://www.akamai.com/blog/security/dns-exploit-keytrap-posed-major-internet-threatCloudflare:
https://blog.cloudflare.com/remediating-new-dnssec-resource-exhaustion-vulnerabilitiesGoogle DNS:
(stated as patched in Register and SecurityWeek articles)
[?]NextDNS (patched per forum reply):
https://help.nextdns.io/t/h7yxwc5/does-dnssec-security-hole-keytrap-cve-2023-50387-affect-nextdnsOS status:
Debian:
BIND:
https://lists.debian.org/debian-security-announce/2024/msg00028.html
pdns-recursor:
https://lists.debian.org/debian-security-announce/2024/msg00033.html
Unbound:
https://lists.debian.org/debian-security-announce/2024/msg00027.htmlFedora:
https://bodhi.fedoraproject.org/updates/FEDORA-2024-e24211eff0FreeBSD:
https://cgit.freebsd.org/ports/commit/?id=58e048cad653819eebf91af5840e4b00f155bb1bGentoo:
https://bugs.gentoo.org/show_bug.cgi?id=CVE-2023-50387Mageia:
https://bugs.mageia.org/show_bug.cgi?id=32846OpenBSD (unwind):
Red Hat:
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2023-50387
https://access.redhat.com/security/cve/CVE-2023-50387
https://access.redhat.com/security/cve/CVE-2023-50868SUSE:
https://www.suse.com/security/cve/CVE-2023-50387.html
https://bugzilla.suse.com/show_bug.cgi?id=1219823Ubuntu:
https://ubuntu.com/security/CVE-2023-50387
https://ubuntu.com/security/CVE-2023-50868
https://ubuntu.com/security/notices/USN-6633-1Windows (Server, DNS Role):
https://msrc.microsoft.com/update-guide/vulnerability/CVE-2023-50387Package status:
BIND:
https://repology.org/project/bind/versionsdnsmasq:
https://repology.org/project/dnsmasq/versionsUnbound:
https://repology.org/project/unbound/versionsGitHub:
https://github.com/advisories/GHSA-8459-gg55-8qjjGo (Knot module?)
https://github.com/golang/vulndb/issues/2552Non-coverage: (no mentions known yet)
AWS :
[?]Azure (Microsoft Server DNS?):
[?]Cisco Umbrella:
https://umbrella.cisco.com/blog [?]CoreDNS:
https://coredns.io/blog/ [?]Infoblox:
https://blogs.infoblox.com/ [?]Quad9 DNS:
https://www.quad9.net/news/blog/ [?]News/Press/Forums
https://pducklin.com/2024/02/18/the-scary-dns-keytrap-bug-explained-in-plain-words/
https://www.theregister.com/2024/02/13/dnssec_vulnerability_internet/
https://www.securityweek.com/keytrap-dns-attack-could-disable-large-parts-of-internet-researchers/
https://news.ycombinator.com/item?id=39372384
https://www.darkreading.com/cloud-security/keytrap-dns-bug-threatens-widespread-internet-outages
Detection/Validation:
Check to see if a server is doing DNSSEC validation (if not an open recursive resolver, you may need to query a zone the server is authoritative for):
# zone signed, server DNSSEC-enabled:
$ delv example.net @8.8.8.8
; fully validated
example.net. 4437 IN A 93.184.216.34
example.net. 4437 IN RRSIG A 13 2 86400 20240225232039 20240204162038 18113 example.net. 94G2PRXins1G9ntfklvCq2mvcgqjB0z9FqQXp77lD/wXR4J3D67ceih1 yNgsYYqlIAOoWKXUekux6Zq9aIwszQ==
# zone unsigned, server DNSSEC-enabled:
$ delv google.com @8.8.8.8
; unsigned answer
google.com. 100 IN A 142.250.69.206Tenable:
https://www.tenable.com/plugins/pipeline/issues/165587Snyk:
https://security.snyk.io/vuln/SNYK-UNMANAGED-BIND-6245755Exploits:
(multiple sources describe as "trivial")
https://github.com/knqyf263/CVE-2023-50387 (not tested)
#keytrap #nsec3 #CVE202350387 #CVE202350868 #CVE_2023_50387 #CVE_2023_50868
#dns #dnssec -
Favorite Books I Read in 2022:
I've been keeping a record of the books I read (on the back of bookmarks) and giving each of them a score as to how I felt/thought about each book upon completing it. Interestingly, at least to me, as I look back over the year, my top favorite now, is not the book I gave the highest score to at the time.
This past year I read 41 different books. (One of them twice.) Not that these works were necessarily written or published in 2022, but that is just the year I read them. (And the book I am currently reading, I am only about a quarter of they though, so doubt I will finish that this year.)
So here I present a totally subjective list of my favorite books I have read this past year (not necessarily in any order).
1. "Gangsters of Capitalism - Smedley Butler, The Marines, And The Making And Breaking Of America's Empire" by Jonathan M. Katz (2021)
@katzonearth2. "Not 'A Nation Of Immigrants' - Settler Colonialism, White Supremacy, And A History Of Erasure And Exclusion" by Roxanne Dunbar-Ortiz (2021)
3. "The Women's House of Detention - A Queer History of a Forgotten Prison" by Hugh Ryan (2022) @HughRyan
4.) "Border and Rule - Global Migration, Capitalism, and the Rise of Racist Nationalism"
by Harsha Walia (2021) (Oh, FYI this is the book I read twice.)5) "Begin The World Over" by Kung Li Sun (2022 by AK Press)
and base on how I feel today, what I would say is my favorite of the year is:
6) "Everything For Everyone - An Oral History of the New York Commune 2052-2072" by M.E. O'Brien and Eman Abdelhadi (2022 by Common Notions)
-------
Two strong shoot outs also go to:
"OHIO - On The Validity of Bob's Lanes" by Sean Swain (2022 by Little Black Cart/ LBC Books)and
"Opposing Torture" by Sean Swain (2022 by Ardent Press)
"
https://seanswain.noblogs.org#Books #BooksOnMastodon #2022
-
#ITByte: A #Token is a collection of characters that has semantic meaning for a model. Tokenization is the process of converting the words in your prompt into tokens.
https://knowledgezone.co.in/posts/Tokens-in-Large-Language-Models-6a02b0aabd026a11a1df83df
-
#PhotoOfTheDay: A Dance of Galaxies
These two galaxies are named NGC 4490 and NGC 4485, and they’re located about 24 million light-years away in the constellation Canes Venatici (The Hunting Dogs).
They are the closest known interacting dwarf-dwarf galaxy system where astronomers have observed the interactions between them, as well as been able to resolve the stars within.
-
A #Wormhole is a hypothetical topological feature of spacetime that acts as a shortcut or "bridge" connecting two distant points in the universe.
Theoretically allowed by Einstein's theory of general relativity, navigating one would require exotic matter with negative energy density to keep the throat from instantly collapsing.
https://knowledgezone.co.in/posts/What-is-a-Wormhole-5a7552094cbd6108840b6a04
-
#OnThisDay Alan Turing submitted "On Computable Numbers" for publication (1936) in which he set out the theoretical basis for modern computers.
The Mars #Odyssey found signs water on planet #Mars (2002).
Today is World #HungerDay.
-
#QuizOfTheDay:"An Essay on Universal History, the Manners, and Spirit of Nations" is a famous work by a famous French writer, historian, and philosopher.
Who was this writer?
A. Rene Descartes
B. Voltaire
C. Montesquieu
D. Albert Camushttps://knowledgezone.co.in/resources/quiz?qId=619a3a8debfc0216f1ffe855
-
#QuizOfTheDay:"An Essay on Universal History, the Manners, and Spirit of Nations" is a famous work by a famous French writer, historian, and philosopher.
Who was this writer?
A. Rene Descartes
B. Voltaire
C. Montesquieu
D. Albert Camushttps://knowledgezone.co.in/resources/quiz?qId=619a3a8debfc0216f1ffe855
-
#QuizOfTheDay:"An Essay on Universal History, the Manners, and Spirit of Nations" is a famous work by a famous French writer, historian, and philosopher.
Who was this writer?
A. Rene Descartes
B. Voltaire
C. Montesquieu
D. Albert Camushttps://knowledgezone.co.in/resources/quiz?qId=619a3a8debfc0216f1ffe855
-
#QuizOfTheDay:"An Essay on Universal History, the Manners, and Spirit of Nations" is a famous work by a famous French writer, historian, and philosopher.
Who was this writer?
A. Rene Descartes
B. Voltaire
C. Montesquieu
D. Albert Camushttps://knowledgezone.co.in/resources/quiz?qId=619a3a8debfc0216f1ffe855
-
#QuizOfTheDay:"An Essay on Universal History, the Manners, and Spirit of Nations" is a famous work by a famous French writer, historian, and philosopher.
Who was this writer?
A. Rene Descartes
B. Voltaire
C. Montesquieu
D. Albert Camushttps://knowledgezone.co.in/resources/quiz?qId=619a3a8debfc0216f1ffe855
-
#Memories are stored across the #Brain through synaptic plasticity, a process where neural connections are physically strengthened or reshaped when neurons repeatedly fire together.
This initial pattern of network activity is coordinated by the hippocampus before undergoing structural consolidation, eventually embedding the memory permanently into the cerebral cortex.
https://knowledgezone.co.in/posts/How-does-the-Brain-Store-Memory-678603b1a7e475eb5e304048
-
#Memories are stored across the #Brain through synaptic plasticity, a process where neural connections are physically strengthened or reshaped when neurons repeatedly fire together.
This initial pattern of network activity is coordinated by the hippocampus before undergoing structural consolidation, eventually embedding the memory permanently into the cerebral cortex.
https://knowledgezone.co.in/posts/How-does-the-Brain-Store-Memory-678603b1a7e475eb5e304048
-
#Memories are stored across the #Brain through synaptic plasticity, a process where neural connections are physically strengthened or reshaped when neurons repeatedly fire together.
This initial pattern of network activity is coordinated by the hippocampus before undergoing structural consolidation, eventually embedding the memory permanently into the cerebral cortex.
https://knowledgezone.co.in/posts/How-does-the-Brain-Store-Memory-678603b1a7e475eb5e304048
-
#Memories are stored across the #Brain through synaptic plasticity, a process where neural connections are physically strengthened or reshaped when neurons repeatedly fire together.
This initial pattern of network activity is coordinated by the hippocampus before undergoing structural consolidation, eventually embedding the memory permanently into the cerebral cortex.
https://knowledgezone.co.in/posts/How-does-the-Brain-Store-Memory-678603b1a7e475eb5e304048
-
#Memories are stored across the #Brain through synaptic plasticity, a process where neural connections are physically strengthened or reshaped when neurons repeatedly fire together.
This initial pattern of network activity is coordinated by the hippocampus before undergoing structural consolidation, eventually embedding the memory permanently into the cerebral cortex.
https://knowledgezone.co.in/posts/How-does-the-Brain-Store-Memory-678603b1a7e475eb5e304048
-
This is what we’ll see when #Betelgeuse goes #Supernova : Medium
#GenZ Is #Pioneering a New Understanding of #Truth : WIRED
The #Brain Processes #Language Even Under #Anesthesia, a New #Study Finds : Time
Latest #KnowledgeLinks
-
This is what we’ll see when #Betelgeuse goes #Supernova : Medium
#GenZ Is #Pioneering a New Understanding of #Truth : WIRED
The #Brain Processes #Language Even Under #Anesthesia, a New #Study Finds : Time
Latest #KnowledgeLinks
-
This is what we’ll see when #Betelgeuse goes #Supernova : Medium
#GenZ Is #Pioneering a New Understanding of #Truth : WIRED
The #Brain Processes #Language Even Under #Anesthesia, a New #Study Finds : Time
Latest #KnowledgeLinks
-
This is what we’ll see when #Betelgeuse goes #Supernova : Medium
#GenZ Is #Pioneering a New Understanding of #Truth : WIRED
The #Brain Processes #Language Even Under #Anesthesia, a New #Study Finds : Time
Latest #KnowledgeLinks
-
This is what we’ll see when #Betelgeuse goes #Supernova : Medium
#GenZ Is #Pioneering a New Understanding of #Truth : WIRED
The #Brain Processes #Language Even Under #Anesthesia, a New #Study Finds : Time
Latest #KnowledgeLinks
-
#QuizOfTheDay: #Electric #Vehicles use rechargeable batteries to power the electric motors.
What is the most widely used #Battery type for electric vehicles?
A. Nickel-Metal Hydride
B. Lead-Acid
C. Lithium-ion
D. Sodium nickel chloridehttps://knowledgezone.co.in/resources/quiz?qId=62a2f7a132decef7388a6a85
-
#QuizOfTheDay: #Electric #Vehicles use rechargeable batteries to power the electric motors.
What is the most widely used #Battery type for electric vehicles?
A. Nickel-Metal Hydride
B. Lead-Acid
C. Lithium-ion
D. Sodium nickel chloridehttps://knowledgezone.co.in/resources/quiz?qId=62a2f7a132decef7388a6a85
-
#QuizOfTheDay: #Electric #Vehicles use rechargeable batteries to power the electric motors.
What is the most widely used #Battery type for electric vehicles?
A. Nickel-Metal Hydride
B. Lead-Acid
C. Lithium-ion
D. Sodium nickel chloridehttps://knowledgezone.co.in/resources/quiz?qId=62a2f7a132decef7388a6a85
-
#QuizOfTheDay: #Electric #Vehicles use rechargeable batteries to power the electric motors.
What is the most widely used #Battery type for electric vehicles?
A. Nickel-Metal Hydride
B. Lead-Acid
C. Lithium-ion
D. Sodium nickel chloridehttps://knowledgezone.co.in/resources/quiz?qId=62a2f7a132decef7388a6a85
-
#QuizOfTheDay: #Electric #Vehicles use rechargeable batteries to power the electric motors.
What is the most widely used #Battery type for electric vehicles?
A. Nickel-Metal Hydride
B. Lead-Acid
C. Lithium-ion
D. Sodium nickel chloridehttps://knowledgezone.co.in/resources/quiz?qId=62a2f7a132decef7388a6a85
-
What Does ‘#Elegance’ Mean in #Math? : Medium
#Scientists Create ‘#Living #Plastic’ That Can Self-Destruct On Command : Misc
Are #Humanoid #Robots all #Hype? : Misc
Latest #KnowledgeLinks