Overly broad permissions can turn one compromised account into a much larger security problem. Learn how to reduce unnecessary access, review privileges, and apply least privilege across modern Linux systems. Review Linux Privileges×
Last week, we wrote about a bunch of memory management bugs that were fixed in the latest security update of the popular OpenSSL encryption library. Along with those memory bugs, we also reported on a bug dubbed CVE-2022-4304: Timing Oracle in RSA Decryption . . In this bug, firing the same encrypted message over and over again at a server, but modifying the padding at the end of the data to make the data invalid, and thus provoking some sort of unpredictable behaviour… …wouldn’t take a consistent amount of time, assuming you were close to the target on the network that you could reliably guess how long the data transfer part of the process would take. . GnuTLS has released a patch addressing timing attack vulnerabilities, enhancing memory management and ensuring cryptographic processes run in constant time.. GnuTLS Timing Attack, OpenSSL Security Update, Memory Handling. . LinuxSecurity.com Team
Secure Sockets Layer/Transport Layer Security is the foundational technology that secures Web transactions and communications, but it is not infallible. . New research dubbed Lucky13 reveals that SSL/TLS is at risk from a theoretical timing attack that could expose encrypted data. TLS headers include 13 bytes of data used for the secure handshake protocol, said researchers from Royal Holloway at the University of London, and they can be exploited in the Lucky13 attack. The link for this article located at eSecurityPlanet is no longer available. . New research dubbed Lucky13 reveals that SSL/TLS is at risk from a theoretical timing attack that co. secure, sockets, layer/transport, layer, security, foundational, technology, secures, transa. . Dave Wreski
Security researchers have discovered a "timing attack" that creates a possible mechanism for a hacker to extract the secret key of a TLS/SSL server that uses elliptic curve cryptography (ECC).. Elliptic curve cryptography is a type of public-key algorithm that uses the maths of elliptic curves rather than integer factorisation, which is used by RSA as a one-way function. By using ECC it is possible to provide equivalent levels of difficulty for a brute-force attack as can be provided by the more familiar integer-factorisation approaches, but using smaller key lengths. The approach has benefits for mobile and low-power systems. The link for this article located at The Register UK is no longer available. . New vulnerabilities in ECC raise concerns about SSL security; highlights the need for robust cryptographic measures.. Timing Attack, SSL Security, ECC Cryptography, Key Exposure. . LinuxSecurity.com Team
A well-known cryptographic attack could be used by hackers to log into Web applications used by millions of users, according to two security experts who plan to discuss the issue at an upcoming security conference.. Researchers Nate Lawson and Taylor Nelson say they've discovered a basic security flaw that affects dozens of open-source software libraries -- including those used by software that implements the OAuth and OpenID standards -- that are used to check passwords and user names when people log into websites. OAuth and OpenID authentication are accepted by popular Web sites such as Twitter and Digg. They found that some versions of these login systems are vulnerable to what's known as a timing attack. Cryptographers have known about timing attacks for 25 years, but they are generally thought to be very hard to pull off over a network. The researchers aim to show that's not the case. The link for this article located at IT World is no longer available. . Researchers Nate Lawson and Taylor Nelson say they've discovered a basic security flaw that affects . well-known, cryptographic, attack, hackers, applications. . LinuxSecurity.com Team
"Branch Prediction Analysis is a recent attack vector against RSA public-key cryptography on personal computers that relies on timing measurements to get information on the bits in the private key. However, the method is not very practical because it requires many attempts to obtain meaningful information, and the current OpenSSL implementation now includes protections against those attacks. However, German cryptographer Jean-Pierre Seifert has announced a new method called Simple Branch Prediction Analysis that is at the same time much more efficient that the previous ones, only needs a single attempt, successfully bypasses the OpenSSL protections, and should prove harder to avoid without a very large execution penalty." . The link for this article located at Slashdot.org is no longer available. . The link for this article located at Slashdot.org is no longer available.. 'branch, prediction, analysis, recent, attack, vector, against, public-key, cryptography, persona. . LinuxSecurity.com Team
Intel's hyperthreading technology could allow a hacker to steal security keys from a compromised server using a sophisticated timing attack, a researcher has warned. Hyperthreading allows software to take advantage of unused execution units in a processor. It essentially allows two separate processes, or software threads, to execute on a single processor at the same time, improving performance. . However, by taking advantage of the fact that the processes share access to a chip's cache memory, a malicious user can determine the security keys to a particular computer by monitoring the cache for those keys, said Colin Percival, an independent researcher, in a paper posted to his website and presented at the BSDCan 2005 conference. The link for this article located at TechWorld is no longer available. . Explore the ways in which Intel's hyperthreading technology could inadvertently reveal sensitive security keys through a sophisticated attack strategy.. Intel Hyperthreading, Timing Attack, Performance Risks, Security Keys. . LinuxSecurity.com Team
OpenSSH 3.6 has just been released. It will be available from the mirrors listed at OpenSSH shortly. OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0 implementation and includes sftp client and server support. . .. OpenSSH 3.6 has just been released. It will be available from the mirrors listed at OpenSSH shortly. OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0 implementation and includes sftp client and server support . We would like to thank the OpenSSH community for their continued support to the project, especially those who contributed source and bought T-shirts or posters. We have a new design of T-shirt available, more info on OpenBSD: T-shirts For international orders use and for European orders, use .eu Changes since OpenSSH 3.5: ============================ RSA blinding is now used by ssh(1), sshd(8) and ssh-agent(1). in order to avoid potential timing attacks against the RSA keys. Older versions of OpenSSH have been using RSA blinding in ssh-keysign(1) only. Please note that there is no evidence that the SSH protocol is vulnerable to the OpenSSL/TLS timing attack described in stanford ssh-agent(1) optionally requires user confirmation if a key gets used, see '-c' in ssh-add(1). sshd(8) now handles PermitRootLogin correctly when UsePrivilegeSeparation is enabled. sshd(8) now removes X11 cookies when a session gets closed. ssh-keysign(8) is disabled by default and only enabled if the new EnableSSHKeysign option is set in the global ssh_config(5) file. ssh(1) and sshd(8) now handle 'kex guesses' correctly (key exchange guesses). ssh(1) no longer overwrites SIG_IGN. This matches behaviour from rsh(1) and is used by backup tools. setting ProxyCommand to 'none' disables the proxy feature, see ssh_config(5). scp(1) supports add -1 and -2. scp(1) supports bandwidth limiting. sftp(1) displays a progressmeter. sftp(1) has improved error handling for scripting. Checksums: ========== MD5 (openssh-3.6p1.tar.gz) = 72ef1134d521cb6926c99256dad17fe0 MD5 (openssh-3.6.tgz) = 758822b888c5c3f83a98045aef904254 Reporting Bugs: =============== please read OpenSSH: Problem Reports and Bugzilla Main Page OpenSSH is brought to you by Markus Friedl, Niels Provos, Theo de Raadt, Kevin Steves, Damien Miller and Ben Lindstrom. . OpenSSH 3.6 has just been released. It will be available from the mirrors listed at OpenSSH shortly.. openssh, released, mirrors, listed, shortly. . LinuxSecurity.com Team
The last several weeks, as always, have brought a constant flow of security advisories. Perhaps not a torrent, but certainly more than a mere trickle. Most notable among these is the Linux kernel ptrace vulnerability, which allows local users to acquire root privileges.. . .. The last several weeks, as always, have brought a constant flow of security advisories. Perhaps not a torrent, but certainly more than a mere trickle. Most notable among these is the Linux kernel ptrace vulnerability, which allows local users to acquire root privileges. Next, there is a clever timing attack against OpenSSL that can reveal a site's private key and thus compromise all of its traffic. There is also the mysql configuration file vulnerability, whereby a malicious user can write out a file that will allow him to acquire full privileges; a buffer overflow and local root exploit in the venerable lpr print daemon; a buffer overflow and potential root exploit in the Mutt mail reader's IMAP code; and a glibc integer overflow that allows remote code execution via RPC. . Current security bulletins underscore urgent vulnerabilities within the Linux kernel, OpenSSL, and MySQL, necessitating prompt action.. Linux Kernel Security, OpenSSL Timing Attack, Mysql Threat, Buffer Overflow Exploits. . LinuxSecurity.com Team
Get the latest Linux and open source security news straight to your inbox.