The world of Internet acquired name. The Internet World - New Portal / Forum / Blog with news, athletically, music, hardware, software, internet, games and relaxed talk. | Ο κόσμος του Internet απέκτησε όνομα. Το The Internet World - Νέο Portal / Forum / Blog με ειδήσεις, αθλητικά, μουσική, hardware, λογισμικό, διαδίκτυο, παιχνίδια και χαλαρή κουβεντούλα

Facebook Page Facebook Group Twitter Linkedin Youtube MySpace RSS Feed The Internet World (Blog) By Wordpress Blog Powered By Blogspot Blog Powered By Wordpress


Results 1 to 1 of 1

Thread: Νέο σοβαρό κενό ασφαλείας εντοπίστηκε στο OpenSSL

  1. #1
    Ομάδα Διαχείρισης
    Points: 104,721, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Overall activity: 0%
    Achievements:
    Created Blog entryVeteranOverdriveYour first Group50000 Experience Points
    admin's Avatar
    Join Date
    Sep 2006
    Location
    Athens , Greece
    Posts
    1,868
    Country: Greece
    Points
    104,721
    Level
    100
    Blog Entries
    1
    Downloads
    5
    Uploads
    19

    Νέο σοβαρό κενό ασφαλείας εντοπίστηκε στο OpenSSL

    Μπορεί η αποκάλυψη του Heartbleed κενού ασφαλείας στο OpenSSL να τάραξε τα νερά στον παγκόσμιο ιστό, τα προβλήματα του ευρέως χρησιμοποιούμενου πρωτοκόλλου ασφαλείας όμως δεν σταματάνε εδώ.

    Το OpenSSL Foundation εξέδωσε επείγουσα ενημέρωση στους χρήστες του προτρέποντας τους να ενημερώσουν για άλλη μια φορά την έκδοση του OpenSSL που χρησιμοποιούν μετά τον εντοπισμό ενός υπερδεκαετούς bug, που δίνει την δυνατότητα σε υποκλοπείς να αφαιρέσουν την κρυπτογράφηση του σε οποιοδήποτε δίκτυο, κυκλοφορώντας patch για την αντιμετώπιση του.
    OpenSSL Security Advisory [05 Jun 2014]
    ========================================

    SSL/TLS MITM vulnerability (CVE-2014-0224)
    ===========================================

    An attacker using a carefully crafted handshake can force the use of weak
    keying material in OpenSSL SSL/TLS clients and servers. This can be exploited
    by a Man-in-the-middle (MITM) attack where the attacker can decrypt and
    modify traffic from the attacked client and server.

    The attack can only be performed between a vulnerable client *and*
    server. OpenSSL clients are vulnerable in all versions of OpenSSL. Servers
    are only known to be vulnerable in OpenSSL 1.0.1 and 1.0.2-beta1. Users
    of OpenSSL servers earlier than 1.0.1 are advised to upgrade as a precaution.

    OpenSSL 0.9.8 SSL/TLS users (client and/or server) should upgrade to 0.9.8za.
    OpenSSL 1.0.0 SSL/TLS users (client and/or server) should upgrade to 1.0.0m.
    OpenSSL 1.0.1 SSL/TLS users (client and/or server) should upgrade to 1.0.1h.

    Thanks to KIKUCHI Masashi (Lepidum Co. Ltd.) for discovering and
    researching this issue. This issue was reported to OpenSSL on 1st May
    2014 via JPCERT/CC.

    The fix was developed by Stephen Henson of the OpenSSL core team partly based
    on an original patch from KIKUCHI Masashi.

    DTLS recursion flaw (CVE-2014-0221)
    ====================================

    By sending an invalid DTLS handshake to an OpenSSL DTLS client the code
    can be made to recurse eventually crashing in a DoS attack.

    Only applications using OpenSSL as a DTLS client are affected.

    OpenSSL 0.9.8 DTLS users should upgrade to 0.9.8za
    OpenSSL 1.0.0 DTLS users should upgrade to 1.0.0m.
    OpenSSL 1.0.1 DTLS users should upgrade to 1.0.1h.

    Thanks to Imre Rad (Search-Lab Ltd.) for discovering this issue. This
    issue was reported to OpenSSL on 9th May 2014.

    The fix was developed by Stephen Henson of the OpenSSL core team.

    DTLS invalid fragment vulnerability (CVE-2014-0195)
    ================================================== ==

    A buffer overrun attack can be triggered by sending invalid DTLS fragments
    to an OpenSSL DTLS client or server. This is potentially exploitable to
    run arbitrary code on a vulnerable client or server.

    Only applications using OpenSSL as a DTLS client or server affected.

    OpenSSL 0.9.8 DTLS users should upgrade to 0.9.8za
    OpenSSL 1.0.0 DTLS users should upgrade to 1.0.0m.
    OpenSSL 1.0.1 DTLS users should upgrade to 1.0.1h.

    Thanks to Jüri Aedla for reporting this issue. This issue was
    reported to OpenSSL on 23rd April 2014 via HP ZDI.

    The fix was developed by Stephen Henson of the OpenSSL core team.

    SSL_MODE_RELEASE_BUFFERS NULL pointer dereference (CVE-2014-0198)
    ================================================== ===============

    A flaw in the do_ssl3_write function can allow remote attackers to
    cause a denial of service via a NULL pointer dereference. This flaw
    only affects OpenSSL 1.0.0 and 1.0.1 where SSL_MODE_RELEASE_BUFFERS is
    enabled, which is not the default and not common.

    OpenSSL 1.0.0 users should upgrade to 1.0.0m.
    OpenSSL 1.0.1 users should upgrade to 1.0.1h.

    This issue was reported in public. The fix was developed by
    Matt Caswell of the OpenSSL development team.

    SSL_MODE_RELEASE_BUFFERS session injection or denial of service (CVE-2010-5298)
    ================================================== =============================

    A race condition in the ssl3_read_bytes function can allow remote
    attackers to inject data across sessions or cause a denial of service.
    This flaw only affects multithreaded applications using OpenSSL 1.0.0
    and 1.0.1, where SSL_MODE_RELEASE_BUFFERS is enabled, which is not the
    default and not common.

    OpenSSL 1.0.0 users should upgrade to 1.0.0m.
    OpenSSL 1.0.1 users should upgrade to 1.0.1h.

    This issue was reported in public.

    Anonymous ECDH denial of service (CVE-2014-3470)
    ================================================

    OpenSSL TLS clients enabling anonymous ECDH ciphersuites are subject to a
    denial of service attack.

    OpenSSL 0.9.8 users should upgrade to 0.9.8za
    OpenSSL 1.0.0 users should upgrade to 1.0.0m.
    OpenSSL 1.0.1 users should upgrade to 1.0.1h.

    Thanks to Felix Gröbert and Ivan Fratrić at Google for discovering this
    issue. This issue was reported to OpenSSL on 28th May 2014.

    The fix was developed by Stephen Henson of the OpenSSL core team.

    Other issues
    ============

    OpenSSL 1.0.0m and OpenSSL 0.9.8za also contain a fix for
    CVE-2014-0076: Fix for the attack described in the paper "Recovering
    OpenSSL ECDSA Nonces Using the FLUSH+RELOAD Cache Side-channel Attack"
    Reported by Yuval Yarom and Naomi Benger. This issue was previously
    fixed in OpenSSL 1.0.1g.


    References
    ==========

    URL for this Security Advisory:
    http://www.openssl.org/news/secadv_20140605.txt

    Note: the online version of the advisory may be updated with additional
    details over time.


    Το νέο σοβαρό κενό ασφαλείας εντοπίστηκε από τον Ιάπωνα ερευνητή Masashi Kikuchi, και εκμεταλεύεται ένα τμήμα της διαδικασίας "handshake" του OpenSSL για την δημιουργία κρυπτογραφημένων συνδέσεων το ChangeCipherSpec, δίνοντας την δυνατότητα στον επιτιθέμενο να αναγκάσει τον υπολογιστή και τον server να χρησιμοποιήσουν αδύναμα κλειδιά ώστε με χρήση "man in the middle" τρόπου να αποκρυπτογραφήσει και να αποκτήσει πρόσβαση στα δεδομένα.

    Αυτή η "τρύπα" στο OpenSSL φαίνεται πως υπάρχει από την πρώτη κυκλοφορία του το 1998, αλλά δεν είχε εντοπιστεί ως τώρα παρά την ευρεία χρήση του από μεγάλα sites και υπηρεσίες και το μόνο "εμπόδιο" στην χρήση του είναι πως ο επιτιθέμενος πρέπει να είναι ανάμεσα στους δύο υπολογιστές που επικοινωνούν, ενώ λειτουργεί μόνο αν και τα δύο μέρη χρησιμοποιούν OpenSSL encryption, πολλοί browsers χρησιμοποιούν άλλες λύσεις.

    Πηγή : Wired

    ADSLgr.com
    The Internet World - Hidden Content
    Ομάδα Διαχείρισης και Συντονισμού

    Hidden Content

    Αν έχετε κινητό τηλέφωνο Apple IPhone η κάποια συσκευή Android ή κάποιο Τablet (Android/IPad). Δοκιμάστε το Hidden Content (Hidden Content or Hidden Content ) ή το Hidden Content (Hidden Content or Hidden Content or Hidden Content or Hidden Content ) ώστε να αποκτήσετε πρόσβαση στην ιστοσελίδα μας

    Hidden Content στο The Internet World σημαίνει ότι μεγαλώνετε την online παρέα μας.


  2. # ADS
    Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many


     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Use OpenDNS