Audit Linux privileges now to limit compromise, escalation, and system-wide damage. Review Linux Privileges×

Alerts This Week
Warning Icon 1 523
Alerts This Week
Warning Icon 1 523

Stay Ahead With Linux Security News

Filter%20icon Refine news
X Clear Filters
X Clear Filters
View More

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

Should Linux servers automatically install security updates?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/157-should-linux-servers-automatically-install-security-updates?task=poll.vote&format=json
157
radio
0
[{"id":506,"title":"Yes \u2014 critical security patches should install automatically.","votes":0,"type":"x","order":1,"pct":0,"resources":[]},{"id":507,"title":"No \u2014 every update should be tested before deployment.","votes":1,"type":"x","order":2,"pct":50,"resources":[]},{"id":508,"title":"Only critical vulnerabilities should auto-install.","votes":0,"type":"x","order":3,"pct":0,"resources":[]},{"id":509,"title":"I patch when Reddit starts panicking.","votes":1,"type":"x","order":4,"pct":50,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Loading...

Explore Latest Linux Security news

We found 11 articles for you...
78

RIPS Static Analyzer For PHP Web Apps: Security Insights and Tools

RIPS is a tool written in PHP to find vulnerabilities using static source code analysis for PHP web applications. By tokenizing and parsing all source code files RIPS is able to transform PHP source code into a program model and to detect sensitive sinks (potentially vulnerable functions) that can be tainted by user input (influenced by a malicious user) during the program flow. . Besides the structured output of found vulnerabilities RIPS also offers an integrated code audit framework for further manual analysis. The link for this article located at Darknet is no longer available. . Besides the structured output of found vulnerabilities RIPS also offers an integrated code audit fra. written, vulnerabilities, using, static, source, analysis. . LinuxSecurity.com Team

Calendar%202 Oct 21, 2014 User Avatar LinuxSecurity.com Team Vendors/Products
79

Key Strategies to Fortify WordPress Security Against Exploits

In recent months, the web world was hit with a code exploit that affected many users across various web development platforms, from custom systems to Drupal and WordPress.org. This hack exploited a security vulnerability in the popular TimThumb image resizing PHP script, which allowed the hacker full access to any website running the older version of this script.. An exploit of this nature, of course, didn The link for this article located at memeburn is no longer available. . Boost your WordPress security against exploits like TimThumb by regularly updating your core, themes, plugins, and implementing essential measures to protect your site. WordPress Security, Image Resizing Exploits, Website Malware Prevention, PHP Security Practices. . LinuxSecurity.com Team

Calendar%202 Oct 07, 2011 User Avatar LinuxSecurity.com Team Security Projects
78

PHP 5.3.8 Security Advisory: Critical Bug Fixes For SSL And Cryptography

As expected, the PHP developers have issued version 5.3.8 of the PHP scripting language to address a serious bug found in the previous release. PHP 5.3.8 fixes a bug introduced by the 5.3.7 security update that caused the crypt() function to fail if an MD5 salt was given as an argument. The function is used to hash a string, typically a password, but instead of returning the hashed string, the function merely returned the salt itself.. The update also corrects a bug that caused mysqlnd SSL connections to hang. The developers note that the PHP 5.2.x series is no longer supported, adding that all users are strongly encouraged to upgrade to this latest stable release. The link for this article located at H Security is no longer available. . The Python 3.9.7 release fixes a critical security flaw and enhances TLS connection stability, improving overall safety.. PHP Update, Cryptographic Issues, SSL Fixes, Software Patches. . LinuxSecurity.com Team

Calendar%202 Aug 24, 2011 User Avatar LinuxSecurity.com Team Vendors/Products
83

Understanding Security Risks of PHP's Weak Random Number Generators

PHP comes with two random number generators named rand() and mt_rand(). The first is just a wrapper around the libc rand() function and the second one is an implementation of the Mersenne Twister pseudo random number generator. Both of these algorithms are seeded by a single 32 bit dword when they are first used in a process or one of the seeding functions srand() or mt_srand() is called. This is a great article by Stefan Esser on attacking php PRNG. He explains the attack in such a way that it's easy to understand. . The link for this article located at suspekt is no longer available. . Analyzing PHP's inadequate random number generators reveals vulnerabilities and risks of exploitation.. PHP Random Numbers, mt_rand Attack, PRNG Security, PHP Security Risks. . LinuxSecurity.com Team

Calendar%202 Aug 20, 2008 User Avatar LinuxSecurity.com Team Hacks/Cracks
74

Exploring Cryptography Techniques For Securing PHP Applications

In an ideal world, words like cryptography and security wouldn't even exist, but the real world is far from perfect, so software developers have to spend a good deal of time building security into applications. Cryptography is just one piece of the security puzzle, along with SSL/TLS, certificates, digital signatures, and so on. This article explains how to use PHP to implement the most common cryptographic algorithms. In addition to describing PHP's default encryption functions, you'll see how to use a wide variety of cryptographic libraries and packages. Building security into your web applications is an important skill to have. Have you thought about adding cryptography to your php programs? If so this article looks at ways of doing so.. The link for this article located at Devx is no longer available. . Explore strategies for implementing cryptographic techniques in PHP applications to enhance security measures and safeguard confidential information.. PHP Security Practices, Cryptographic Libraries, PHP Encryption Techniques. . Bill Locke

Calendar%202 May 08, 2008 User Avatar Bill Locke Network Security
77

Protecting PHP Applications from Common Coding Mistakes and Risks

PHP has become the most popular application language on the web, but common security mistakes by developers are giving PHP a bad name. Here's how PHP coding errors have become the new low-hanging fruit for attackers, contributing to the phishing problems on the web. PHP became one of my favorite languages because of how quickly one can write a highly functional, standards-based web application with a database back-end. Unfortunately, attackers are taking these applications down even faster than they appear. . I'm sure I'll receive my share of flames under this column - but this is unfortunate, as I would hate to see such a nice language start to languish - however, for many folks there's no easier way to compromise a web server than to find a vulnerable application written in PHP. Let me start by saying that I'm a big fan of PHP and have written a number of web applications with it over the years. It's a great language that is now object-oriented, powerful and easy to learn, has a simple syntax, integrated SQL connectors, and high performance. It's simple to compile, very cross-platform, and has become arguably the dominant language on the web - thousands of commercial and open-source applications are available and in use. The link for this article located at The Register is no longer available. . I'm sure I'll receive my share of flames under this column - but this is unfortunate, as I would hat. become, popular, application, language, common, security, mistakes. . LinuxSecurity.com Team

Calendar%202 Jan 11, 2007 User Avatar LinuxSecurity.com Team Server Security
79

PHP 4.3.7 Security Advisory: Remote Code Execution Risk

The open-source PHP Group has released a fix for a pair of security holes that could be exploited to execute arbitrary code on remote PHP servers. The flaws affect PHP versions 4.3.7 and prior and version 5.0.0RC3 and prior. The final version of PHP 5.0, which was released earlier this week, is not affected. . . .. The open-source PHP Group has released a fix for a pair of security holes that could be exploited to execute arbitrary code on remote PHP servers. The flaws affect PHP versions 4.3.7 and prior and version 5.0.0RC3 and prior. The final version of PHP 5.0, which was released earlier this week, is not affected. Fixes have been included in the updated PHP 4.3.8, and the PHP Group is strongly enco The link for this article located at Internet News is no longer available. . The collaborative community of PHP developers has issued a patch addressing vulnerabilities that might be leveraged to run untrusted code.. PHP Security, Remote Code Execution, Security Flaws. . LinuxSecurity.com Team

Calendar%202 Jul 19, 2004 User Avatar LinuxSecurity.com Team Security Projects
74

PHP 4.2.0 4.2.1 Moderate Denial Of Service Threat 112138

The PHP form-data POST handler is susceptible to a malicious POST request that can trigger an error condition which, depending on your hardware, can crash the machine or provide for remote exploitation. On an Intel x86 machine an attacker has no. . .. The PHP form-data POST handler is susceptible to a malicious POST request that can trigger an error condition which, depending on your hardware, can crash the machine or provide for remote exploitation. On an Intel x86 machine an attacker has no control over memory allocation/recovery and can only cause a denial of service; on a Sparc/Solaris machine an attacker would be able to free chunks of memory and overwrite them arbitrarily to run code. PHP versions 4.2.0 and 4.2.1 are vulnerable. The PHP Group has released both a fixed version and patches, including binaries for Windows, available for download here. If immediate tinkering proves inconvenient, the team recommends a temporary workaround of denying POST requests on any affected servers. The issue was discovered by Stefan Esser of eMatters Security. ® The link for this article located at Security Focus is no longer available. . PHP form handling for POST data can be susceptible to harmful requests, leading to potential system failures and exposure to remote attacks.. PHP Security, Denial of Service, Remote Exploitation, Software Updates. . Anthony Pell

Calendar%202 Jul 23, 2002 User Avatar Anthony Pell Network Security
News Add Esm H340

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

Should Linux servers automatically install security updates?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/157-should-linux-servers-automatically-install-security-updates?task=poll.vote&format=json
157
radio
0
[{"id":506,"title":"Yes \u2014 critical security patches should install automatically.","votes":0,"type":"x","order":1,"pct":0,"resources":[]},{"id":507,"title":"No \u2014 every update should be tested before deployment.","votes":1,"type":"x","order":2,"pct":50,"resources":[]},{"id":508,"title":"Only critical vulnerabilities should auto-install.","votes":0,"type":"x","order":3,"pct":0,"resources":[]},{"id":509,"title":"I patch when Reddit starts panicking.","votes":1,"type":"x","order":4,"pct":50,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200