- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Securing HP SWS Apache to DoD DISA STIG
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2011 04:37 PM
02-10-2011 04:37 PM
Securing HP SWS Apache to DoD DISA STIG
I would like to not have to reinvent the wheel if someone else has done this.
Thanks,
Cass
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2011 03:06 PM
02-11-2011 03:06 PM
Re: Securing HP SWS Apache to DoD DISA STIG
Rick Retterer here. Can you drop me an email on this please?
We received an inquiry from the Engineering Management staff on this yesterday...
Cheers,
Rick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2011 05:36 PM
02-11-2011 05:36 PM
Re: Securing HP SWS Apache to DoD DISA STIG
To save you the digging...
CSWS/SWS/Apache is built from 2.0.52
Apache 2.2.17 and 2.0.64 are current
csws_php is built from 5.2.13
php 5.3.5 and 5.2.17 are current
(support for php prior to 5.3 has ended)
csws_perl is built from 5.8-6
perl is at 5.12.13
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2011 10:59 AM
02-14-2011 10:59 AM
Re: Securing HP SWS Apache to DoD DISA STIG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2011 12:43 PM
02-14-2011 12:43 PM
Re: Securing HP SWS Apache to DoD DISA STIG
Have a look at http://labs.hoffmanlabs.com/node/43 for some links and pointers, including to NIST's SP800-44v2, to the VMS SRR, and AS-816.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2011 01:26 PM
02-14-2011 01:26 PM
Re: Securing HP SWS Apache to DoD DISA STIG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2011 06:18 AM
02-17-2011 06:18 AM
Re: Securing HP SWS Apache to DoD DISA STIG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2011 09:11 AM
02-17-2011 09:11 AM
Re: Securing HP SWS Apache to DoD DISA STIG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2011 09:20 AM
02-17-2011 09:20 AM
Re: Securing HP SWS Apache to DoD DISA STIG
For example the current setup for Apache on OpenVMS is to have the APACHE$WWW user be the owner of the processes that run the web services executables and the APACHE$WWW user also owns the HTTPD.CONF and other configuration files.
The fear is if someone can cause the webservice process to change the HTTPD.CONF file then they would control your web server.
Is this a valid concern?
If not please explain why.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2011 09:24 AM
02-17-2011 09:24 AM
Re: Securing HP SWS Apache to DoD DISA STIG
So for example, the http.conf file will have an identifier that allows APACHE to READ it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2011 09:30 AM
02-17-2011 09:30 AM
Re: Securing HP SWS Apache to DoD DISA STIG
If the webservice has the privilege to modify system files then yes it is a concern.
So the answer is not to grant that kind of privilege to a webservice, and indeed why would one?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2011 10:03 AM
02-17-2011 10:03 AM
Re: Securing HP SWS Apache to DoD DISA STIG
The web server should not own and should have extremely limited write access to any device and directory and file resources. The default should be no write access, and no control access, and often a top-level ACL on everything else blocking access. Some web-facing systems do require writeable directories (for client file uploads, usually), and those can be, well, hazardous.
It can be easier to deploy a locked down web server (often in a DMZ) than to try to lock down an existing and active server, too.
Web server attacks now tend to target the injection of php code or of SQL, depending on what services are active and what the site is serving up. Proper file protections are a reasonable backstop for some of that, but are far from a panacea. Other attacks can include gifar uploads (into directories that are writeable) and the recent spate of "fun" that has been Firesheep.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2011 10:18 AM
02-17-2011 10:18 AM
Re: Securing HP SWS Apache to DoD DISA STIG
HTTPD.CONF;15
[AP_HTTPD,APACHE$WWW] (RWED,RWED,,) (IDENTIFIER=APACHE$READ,ACCESS=READ)
So APACHE$WWW owns the file. It has owner access of RWED and the APACHE$READ identifer.
So it looks like the Webservice process that runs as the APACHE$WWW user has write access to the HTTPD.CONF file, unless I'm missing something.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2011 02:00 AM
02-18-2011 02:00 AM
Re: Securing HP SWS Apache to DoD DISA STIG
I think that the owner should have no access by protection setting.
Interested to know the HP response.