Alerts This Week
Warning Icon 1 697
Alerts This Week
Warning Icon 1 697

Stay Ahead With Linux Security News

Filter Icon 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

What got you started with Linux?

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/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":547,"type":"x","order":1,"pct":78.48,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.3,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.88,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.34,"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 2 articles for you...
77

Cross Site Scripting Attack: Exploiting Session IDs And Cookies

Cross site scripting (XSS) errors are generally considered nothing more than a nuisance . As if fate wanted to make it challenging, the maximum size of the HTML input field for the email address was 25 characters, and it only accepted POST data, which is somewhat limiting. As a result, I had to "outsource" my cross-site scripting attack to a third server. The end result was that I had to make a user click on a link that first took the victim to my server. From there, the code on my server directed the victim to the web application with a POST value that included the XSS code, which was then fed into the login script. Finally, the above JavaScript was output into the login page. Once the JavaScript executed, the cookie data was passed back to the third party server, which captured that cookie value, stored it, and redirected the victim back to the real server where they would again be presented with the real and unaltered login page. Since all this happened in a matter of a second, only an educated and knowledgeable user would notice anything out of the ordinary. The link for this article located at Inform IT is no longer available. . As if fate wanted to make it challenging, the maximum size of the HTML input field for the email add. cross, scripting, (xss), errors, generally, considered, nothing, nuisance. . LinuxSecurity.com Team

Calendar 2 Aug 16, 2006 User Avatar LinuxSecurity.com Team Server Security
77

Exploring PAM Modules For Enhanced Authentication Security

PAM stands for Pluggable Authentication Modules and is a system for providing application independence for authentication. A PAM-enabled application calls a stack of PAM modules to run authentication, open and close sessions, and check account validity.. . .. PAM stands for Pluggable Authentication Modules and is a system for providing application independence for authentication. A PAM-enabled application calls a stack of PAM modules to run authentication, open and close sessions, and check account validity. This is part three of a three-part series on writing PAM modules. Part one discussed the background information needed to write modules. Part two covered supporting code, including the conversation structure. PAM modules are grouped into four module types, though there are six critical functions. Applications call each of the functions as they need them, but system administrators can only choose functions by their module type. . Delve into the world of PAM frameworks, uncover deployment strategies, and elevate application authentication autonomy with our comprehensive manual.. PAM Modules, Pluggable Authentication, Application Security, System Admin, Module Development. . LinuxSecurity.com Team

Calendar 2 Jun 03, 2002 User Avatar LinuxSecurity.com Team Server Security
77

Implement User Authentication Using PHP And Apache for Secure Access

There are a number of reasons why you might want to add user authentication to your Web site. You might want to restrict access to certain pages only to a specific group of privileged users. You might want to customize the content on your site as per user preferences.. . .. There are a number of reasons why you might want to add user authentication to your Web site. You might want to restrict access to certain pages only to a specific group of privileged users. You might want to customize the content on your site as per user preferences. Or you might just want to track user movement between the pages of your site. Regardless of why you want to add it, you should know how to go about doing it reliably and efficiently. That's where this article comes in. Over the next few pages, I'll be showing you how to authenticate users, maintain session information and handle login/logout operations, using both built-in Apache authentication and custom PHP code. So keep reading. The link for this article located at DevShed is no longer available. . Developing web applications requires robust authentication for user data safety. This guide assists you in implementing secure user authentication with PHP and Apache. User Authentication, PHP Integration, Apache Security. . LinuxSecurity.com Team

Calendar 2 Mar 20, 2002 User Avatar LinuxSecurity.com Team Server Security
74

Understanding Risks of Brute Forcing Session IDs in Web Applications

Almost all of today's "stateful" web-based applications use session IDs to associate a group of online actions with a specific user. This has security implications because many state mechanisms that use session IDs also serve as authentication and authorization mechanisms -- . . . . Almost all of today's "stateful" web-based applications use session IDs to associate a group of online actions with a specific user. This has security implications because many state mechanisms that use session IDs also serve as authentication and authorization mechanisms -- purposes for which they were not well designed. In this paper, iDEFENSE Labs focused on the ease with which many of today's common web applications can be brute-forced, allowing an attacker to steal a legitimate user's credentials without ever having to guess their password. . Explore the vulnerabilities of session tokens in online platforms that can be targeted via brute force methods, jeopardizing user authentication.. Session ID Attacks, Brute Force Methods, Authentication Flaws, User Credential Theft. . Anthony Pell

Calendar 2 Nov 13, 2001 User Avatar Anthony Pell Network Security
78

Securing Web Pages with User Authentication and MySQL Integration

phpSecurePages is a PHP module to secures pages with a login name and password. It can handle multiple user groups (each with their own viewing rights), store data in a MySQL database or a configuration file, and be used to identify . . . . phpSecurePages is a PHP module to secures pages with a login name and password. It can handle multiple user groups (each with their own viewing rights), store data in a MySQL database or a configuration file, and be used to identify your Web site viewers. It also has multiple language support and session support for both PHP3 and PHP4. The link for this article located at net-security.org is no longer available. . SecureWebPages is a PHP extension crafted for safeguarding internet pages through login verification and account administration.. phpSecurePages, User Authentication, Web Security, MySQL Integration, Session Management. . LinuxSecurity.com Team

Calendar 2 Sep 24, 2000 User Avatar LinuxSecurity.com Team Vendors/Products
77

User and Session Management Strategies in E-Commerce Development

This is the second article in a three-part series dealing with using PHP 4 and MySQL to make a comprehensive e-commerce storefront solution. This article covers session management within the store, user privileges, and a few security concerns. . . .. This is the second article in a three-part series dealing with using PHP 4 and MySQL to make a comprehensive e-commerce storefront solution. This article covers session management within the store, user privileges, and a few security concerns. The link for this article located at DevShed is no longer available. . Explore our in-depth guide on user roles and session management in PHP and MySQL for e-commerce, ensuring robust security and seamless user experiences. User Management, E-Commerce, Session Control, PHP, MySQL. . LinuxSecurity.com Team

Calendar 2 May 19, 2000 User Avatar LinuxSecurity.com Team Server Security
67

Building An Ecommerce Shopping Cart: Session Management Insights

This edition of "Couch Sessions" talks about building an online shopping cart. "Need to build an online shopping cart in a hurry? This article takes a look at session management, an important component of transaction-based Web sites, and explains the . . .. This edition of "Couch Sessions" talks about building an online shopping cart. "Need to build an online shopping cart in a hurry? This article takes a look at session management, an important component of transaction-based Web sites, and explains the fundamentals of adding session support to your site. Includes programming examples in PHP4 and PHP3 with PHPLib." The link for this article located at Submitted by Randy Cosby is no longer available. . This edition of 'Couch Sessions' talks about building an online shopping cart. 'Need to build an onl. edition, 'couch, sessions', talks, about, building, online, shopping, 'need, build. . LinuxSecurity.com Team

Calendar 2 May 03, 2000 User Avatar LinuxSecurity.com Team Cryptography
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

What got you started with Linux?

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/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":547,"type":"x","order":1,"pct":78.48,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.3,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.88,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.34,"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
Your message here