ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] [Secunia Security Advisories] [SA43230] Django Multiple Vulnerabilities
@ 2011-02-11  7:05 Vladimir V. Kamarzin
  2011-02-11  7:17 ` REAL
  0 siblings, 1 reply; 4+ messages in thread
From: Vladimir V. Kamarzin @ 2011-02-11  7:05 UTC (permalink / raw)
  To: ALT Linux Team general development

Есть желающие обновить django?

-------------------- Start of forwarded message --------------------
http://secunia.com/advisories/43230/


DESCRIPTION:
Some vulnerabilities have been reported in Django, which can be
exploited by malicious people to bypass certain security restrictions
and conduct script insertion and cross-site request forgery attacks.

1) The cross-site request forgery protection does not properly verify
requests with certain "X-Requested-With" headers, which can be
exploited to conduct cross-site request forgery attacks by using
certain browser plugins and HTTP redirects to send cross-domain HTTP
requests with spoofed headers.

2) Input passed via the filename of uploaded files is not properly
sanitised within the file field before being used. This can be
exploited to insert HTML and script code, which will executed in a
user's browser session in context of an affected site if malicious
data is viewed.

Successful exploitation requires that a file-storage backend that
does not properly sanitise the file name is used (no default
file-storage backends are affected).

3) The file-based session storage system does not properly sanitise
the key submitted in the session cookie, which can be exploited to
conduct directory traversal attacks.

Note: This only affects deployments on systems using path separators
other than specified in Python's "os.path.sep" (e.g. Windows
systems).

SOLUTION:
Update to version 1.1.4 or 1.2.5 or apply patches.

PROVIDED AND/OR DISCOVERED BY:
The vendor credits:
1) Michael Koziarski
2) e.generalov
3) Paul McMillan

ORIGINAL ADVISORY:
http://www.djangoproject.com/weblog/2011/feb/08/security/

OTHER REFERENCES:
Further details available in Customer Area:
http://secunia.com/products/corporate/EVM/

DEEP LINKS:
Further details available in Customer Area:
http://secunia.com/products/corporate/EVM/

EXTENDED DESCRIPTION:
Further details available in Customer Area:
http://secunia.com/products/corporate/EVM/

EXTENDED SOLUTION:
Further details available in Customer Area:
http://secunia.com/products/corporate/EVM/

EXPLOIT:
Further details available in Customer Area:
http://secunia.com/products/corporate/EVM/

----------------------------------------------------------------------

About:
This Advisory was delivered by Secunia as a free service to help
private users keeping their systems up to date against the latest
vulnerabilities.

Subscribe:
http://secunia.com/advisories/secunia_security_advisories/

Definitions: (Criticality, Where etc.)
http://secunia.com/advisories/about_secunia_advisories/


Please Note:
Secunia recommends that you verify all advisories you receive by
clicking the link.
Secunia NEVER sends attached files with advisories.
Secunia does not advise people to install third party patches, only
use those supplied by the vendor.

----------------------------------------------------------------------

Unsubscribe: Secunia Security Advisories
http://secunia.com/sec_adv_unsubscribe/?email=vvk%40vvk.pp.ru

----------------------------------------------------------------------


-------------------- End of forwarded message --------------------

-- 
vvk



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [devel] [Secunia Security Advisories] [SA43230] Django Multiple Vulnerabilities
  2011-02-11  7:05 [devel] [Secunia Security Advisories] [SA43230] Django Multiple Vulnerabilities Vladimir V. Kamarzin
@ 2011-02-11  7:17 ` REAL
  2011-02-12 12:50   ` Michael Shigorin
  0 siblings, 1 reply; 4+ messages in thread
From: REAL @ 2011-02-11  7:17 UTC (permalink / raw)
  To: ALT Linux Team development discussions

11.02.2011 13:05, Vladimir V. Kamarzin пишет:
> Есть желающие обновить django?

Я бы взялся, но пока python не пересобран с debuginfo, я с тем, что от 
него зависит, связываться не буду. Пока ситуация следующая (при 
пробной пересборке питона):

debuginfo.req: WARNING: /usr/lib64/libgdbm_compat.so.3 is not yet 
debuginfo-enabled
debuginfo.req: WARNING: /usr/lib64/libgdbm.so.3 is not yet 
debuginfo-enabled
[...]
debuginfo.req: WARNING: /usr/lib64/libsqlite3.so.0 is not yet 
debuginfo-enabled
[...]
debuginfo.req: WARNING: /usr/lib64/libtcl8.5.so is not yet 
debuginfo-enabled
debuginfo.req: WARNING: /usr/lib64/libtk8.5.so is not yet 
debuginfo-enabled


-- 

REAL aka Евгений Ростовцев, программист ЦНИТ КемГУ


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [devel] [Secunia Security Advisories] [SA43230] Django Multiple Vulnerabilities
  2011-02-11  7:17 ` REAL
@ 2011-02-12 12:50   ` Michael Shigorin
  2011-02-12 14:08     ` REAL
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Shigorin @ 2011-02-12 12:50 UTC (permalink / raw)
  To: ALT Linux Team development discussions

On Fri, Feb 11, 2011 at 01:17:30PM +0600, REAL wrote:
> >Есть желающие обновить django?
> Я бы взялся, но пока python не пересобран с debuginfo, я с тем,
> что от него зависит, связываться не буду.

Я как-то в 2003 не опубликовал срочно обновление mod_ssl,
потому что при проверке всё время оказывалось, что httpd
остановлен.  Обновление исправляло remote root, но тогда
решил, что такое коллегам подсунуть не могу.

Позже удалось найти ошибку в условии из триггера, но доверие
многих людей уже сильно пошатнулось.

А ведь если подумать, то лучше оказаться без httpd,
чем с httpd+ssl+дырой -- по крайней мере service httpd start
оказалось бы достаточно для исправления перед дальнейшими
выяснениями.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [devel] [Secunia Security Advisories] [SA43230] Django Multiple Vulnerabilities
  2011-02-12 12:50   ` Michael Shigorin
@ 2011-02-12 14:08     ` REAL
  0 siblings, 0 replies; 4+ messages in thread
From: REAL @ 2011-02-12 14:08 UTC (permalink / raw)
  To: ALT Linux Team development discussions

12.02.2011 18:50, Michael Shigorin пишет:
>>> Есть желающие обновить django?
>> Я бы взялся, но пока python не пересобран с debuginfo, я с тем,
>> что от него зависит, связываться не буду.
>
> Я как-то в 2003 не опубликовал срочно обновление mod_ssl,
> потому что при проверке всё время оказывалось, что httpd
> остановлен.  Обновление исправляло remote root, но тогда
> решил, что такое коллегам подсунуть не могу.
>
> Позже удалось найти ошибку в условии из триггера, но доверие
> многих людей уже сильно пошатнулось.
>
> А ведь если подумать, то лучше оказаться без httpd,
> чем с httpd+ssl+дырой -- по крайней мере service httpd start
> оказалось бы достаточно для исправления перед дальнейшими
> выяснениями.

я не понял, к чему это, но, подозреваю, что тот человек, который 
собирал django, из команды ушёл. поэтому если он (django) кому-то 
нужен, тот может его обновить прям щас ;)

можно попросить у ns@ или ldv@ ACL на него, кстати, или вообще 
попросить добавить туда @everybody.

-- 

REAL aka Евгений Ростовцев, программист ЦНИТ КемГУ


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-02-12 14:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-11  7:05 [devel] [Secunia Security Advisories] [SA43230] Django Multiple Vulnerabilities Vladimir V. Kamarzin
2011-02-11  7:17 ` REAL
2011-02-12 12:50   ` Michael Shigorin
2011-02-12 14:08     ` REAL

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git