留言板

Security Issue : Liferay Name and Version in Response Header

thumbnail
Manish Kumar Jaiswal,修改在13 年前。

Security Issue : Liferay Name and Version in Response Header

Regular Member 帖子: 153 加入日期: 08-11-25 最近的帖子
Liferay Leaks out the in its Resonse headers its Name and Version . How Can I restrict it , What Exact modification will make it hide (I hope something into Tomcat ...mine is Liferay 6.0.5 + tomcat-6.0.26)...?
thumbnail
Shagul Khajamohideen,修改在13 年前。

RE: Security Issue : Liferay Name and Version in Response Header

Liferay Master 帖子: 758 加入日期: 07-9-27 最近的帖子
Manish Kumar Jaiswal:
Liferay Leaks out the in its Resonse headers its Name and Version . How Can I restrict it , What Exact modification will make it hide (I hope something into Tomcat ...mine is Liferay 6.0.5 + tomcat-6.0.26)...?



I think the response headers are intentional and not a mistake. I do not see any configurations to change the behavior.

If there is no configurable way to do that, I see two options
1) Customize/extend the code behind that to no set those response headers
2) Use some kind of modify header options in apache or any web server (based on what they support) to remove those headers.

http://httpd.apache.org/docs/2.0/mod/mod_headers.html
thumbnail
David H Nebinger,修改在13 年前。

RE: Security Issue : Liferay Name and Version in Response Header

Liferay Legend 帖子: 14914 加入日期: 06-9-2 最近的帖子
Sure they're intentional (as they are purposely returning it), but I can't see what value it would have.

It is strange that www.liferay.com returns the header:

Liferay-Portal:Liferay Portal Enterprise Edition 5.2 EE SP6 (Augustine / Build 5210 / February 14, 2011)


With 6.0 out for awhile now, you'd think they would push their own folks to use the latest release.

It begs the question, what is so wrong with 6.0 that you need to stay on 5.2? If you're staying on 5.2, then perhaps we should too...
thumbnail
David H Nebinger,修改在13 年前。

RE: Security Issue : Liferay Name and Version in Response Header

Liferay Legend 帖子: 14914 加入日期: 06-9-2 最近的帖子
I've just submitted a patch in LPS-2748 for the 6.0.6 CE edition that adds a new boolean property, response.header.liferay.version, defaults to true but controls the addition of the header. This would allow for it to overridden in portal-ext.properties to disable the header addition.

I think it cannot be done as an extension plugin since it is a change to the portal's MainServlet class (and other key classes) and would probably need to be applied directly to the 6.0.6 code base and built manually...

Boy, I sure miss the extension environment (where such a change would have been a breeze to incorporate).
thumbnail
Manish Kumar Jaiswal,修改在13 年前。

RE: Security Issue : Liferay Name and Version in Response Header

Regular Member 帖子: 153 加入日期: 08-11-25 最近的帖子
Nice David !!!!!!!!!!!!
Amit Kumar Gupta,修改在11 年前。

RE: Security Issue : Liferay Name and Version in Response Header

New Member 帖子: 24 加入日期: 10-11-25 最近的帖子
Manish Kumar Jaiswal:
Nice David !!!!!!!!!!!!



Dear .Manish Kumar Jaiswal

How are you?

We have also hide the liferay verion from our portal.
How can we achieve?

i have set response.header.liferay.version=false in portal-ext.properties but it is not working....


its urgent.....
mail me solution
thumbnail
jelmer kuperus,修改在11 年前。

RE: Security Issue : Liferay Name and Version in Response Header

Liferay Legend 帖子: 1191 加入日期: 10-3-10 最近的帖子
The property that was added is not response.header.liferay.version but this one :

#
# Set the level of verbosity to use for the Liferay-Portal field in the HTTP
# header response. Valid values are "full", which gives all of the version
# information (e.g. Liferay Portal Community Edition 6.1.0 CE etc.) or
# "partial", which gives only the name portion (e.g. Liferay Portal
# Community Edition).
#
http.header.version.verbosity=full


What does not seem to be documented is that you can change this setting for the community edition to

http.header.version.verbosity=Liferay Portal Community Edition


or for the enterprise edition to (probably)

http.header.version.verbosity=Liferay Portal Enterprise Edition


To get rid of the header completely
Amit Kumar Gupta,修改在11 年前。

RE: Security Issue : Liferay Name and Version in Response Header

New Member 帖子: 24 加入日期: 10-11-25 最近的帖子
I have tried below
http.header.version.verbosity=Liferay Portal Community Edition
and
http.header.version.verbosity=partial
one by one in protal-ext.properies file and restart my tomcat server but servre is show full liferay version.

Plz help me
thumbnail
jelmer kuperus,修改在11 年前。

RE: Security Issue : Liferay Name and Version in Response Header

Liferay Legend 帖子: 1191 加入日期: 10-3-10 最近的帖子
what version of liferay are you using ?
Amit Kumar Gupta,修改在11 年前。

RE: Security Issue : Liferay Name and Version in Response Header

New Member 帖子: 24 加入日期: 10-11-25 最近的帖子
Liferay CE 6.0.6
thumbnail
jelmer kuperus,修改在11 年前。

RE: Security Issue : Liferay Name and Version in Response Header

Liferay Legend 帖子: 1191 加入日期: 10-3-10 最近的帖子
That property is only supported on

liferay ce >= 6.1.0
liferay ee >= 6.0.12

You could (if you are not already doing this) run apache httpd in front of Liferay (using mod_proxy or mod_jk)
You can then use mod_rewrite to remove this header eg :

RequestHeader unset Liferay-Portal
Amit Kumar Gupta,修改在11 年前。

RE: Security Issue : Liferay Name and Version in Response Header

New Member 帖子: 24 加入日期: 10-11-25 最近的帖子
Thanks for Reply

Can you please suggest me the exact Apache configuration of mod_rewrite?

In fact we are using Apache as front server (and liferay CE 6.0.6 behind it).
thumbnail
jelmer kuperus,修改在11 年前。

RE: Security Issue : Liferay Name and Version in Response Header

Liferay Legend 帖子: 1191 加入日期: 10-3-10 最近的帖子
sure, would you like me to hold your hand while you type it in too?
thumbnail
Hitoshi Ozawa,修改在11 年前。

RE: Security Issue : Liferay Name and Version in Response Header

Liferay Legend 帖子: 7942 加入日期: 10-3-24 最近的帖子
one by one in protal-ext.properies file and restart my tomcat server but servre is show full liferay version.


This won't help you solve your problem on hand but the file name should be "portal-ext.properties".


BTW, I'm willing to help. Where can I send you my bills?
satyam kaushik,修改在10 年前。

RE: Security Issue : Liferay Name and Version in Response Header

New Member 帖子: 4 加入日期: 13-6-1 最近的帖子
Is it possible to display blank or remove the Liferay-Portal header in the request header.I already use partial and it works fine.But I don't want to display server information at all in the request header.

My another doubt is when I tried to call setHeader(" Liferay-Portal"," ") on the reference of HttpServletResponse but it didn't work.Why?