Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-26 22:02:44 UTC Now

2013-02-02 08:50:50 UTC pkgsrc-2012Q4 commitmail json YAML

Pullup ticket #4053 - requested by taca
net/samba35: security update

Revisions pulled up:
- net/samba35/Makefile                                          1.26
- net/samba35/distinfo                                          1.15

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Wed Jan 30 11:41:44 UTC 2013

  Modified Files:
  pkgsrc/net/samba35: Makefile distinfo

  Log Message:
  Update samba35 to 3.5.21.

                      ==============================
                      Release Notes for Samba 3.5.21
  January 30, 2013
                      ==============================

  This is a security release in order to address
  CVE-2013-0213 (Clickjacking issue in SWAT) and
  CVE-2013-0214 (Potential XSRF in SWAT).

  o  CVE-2013-0213:
      All current released versions of Samba are vulnerable to clickjacking in the
      Samba Web Administration Tool (SWAT). When the SWAT pages are integrated into
      a malicious web page via a frame or iframe and then overlaid by other content,
      an attacker could trick an administrator to potentially change Samba settings.

      In order to be vulnerable, SWAT must have been installed and enabled
      either as a standalone server launched from inetd or xinetd, or as a
      CGI plugin to Apache. If SWAT has not been installed or enabled (which
      is the default install state for Samba) this advisory can be ignored.

  o  CVE-2013-0214:
      All current released versions of Samba are vulnerable to a cross-site
      request forgery in the Samba Web Administration Tool (SWAT). By guessing a
      user's password and then tricking a user who is authenticated with SWAT into
      clicking a manipulated URL on a different web page, it is possible to manipulate
      SWAT.

      In order to be vulnerable, the attacker needs to know the victim's password.
      Additionally SWAT must have been installed and enabled either as a standalone
      server launched from inetd or xinetd, or as a CGI plugin to Apache. If SWAT has
      not been installed or enabled (which is the default install state for Samba)
      this advisory can be ignored.

  Changes since 3.5.20:
  ---------------------

  o  Kai Blin <kai@samba.org>
      * BUG 9576: CVE-2013-0213: Fix clickjacking issue in SWAT.
      * BUG 9577: CVE-2013-0214: Fix potential XSRF in SWAT.

(tron)