Vulnerabilites related to swiftmailer - swiftmailer
Vulnerability from fkie_nvd
Published
2016-12-30 19:59
Modified
2024-11-21 02:43
Severity ?
Summary
The mail transport (aka Swift_Transport_MailTransport) in Swift Mailer before 5.4.5 might allow remote attackers to pass extra parameters to the mail command and consequently execute arbitrary code via a \" (backslash double quote) in a crafted e-mail address in the (1) From, (2) ReturnPath, or (3) Sender header.
References
cve@mitre.orghttp://packetstormsecurity.com/files/140290/SwiftMailer-Remote-Code-Execution.htmlExploit, Third Party Advisory
cve@mitre.orghttp://seclists.org/fulldisclosure/2016/Dec/86Exploit, Mailing List
cve@mitre.orghttp://www.debian.org/security/2017/dsa-3769
cve@mitre.orghttp://www.securityfocus.com/bid/95140Third Party Advisory, VDB Entry
cve@mitre.orghttps://github.com/swiftmailer/swiftmailer/blob/5.x/CHANGESPatch, Vendor Advisory
cve@mitre.orghttps://legalhackers.com/advisories/SwiftMailer-Exploit-Remote-Code-Exec-CVE-2016-10074-Vuln.htmlExploit, Technical Description, Third Party Advisory
cve@mitre.orghttps://www.exploit-db.com/exploits/40972/Exploit, Third Party Advisory
cve@mitre.orghttps://www.exploit-db.com/exploits/40986/
cve@mitre.orghttps://www.exploit-db.com/exploits/42221/
af854a3a-2127-422b-91ae-364da2661108http://packetstormsecurity.com/files/140290/SwiftMailer-Remote-Code-Execution.htmlExploit, Third Party Advisory
af854a3a-2127-422b-91ae-364da2661108http://seclists.org/fulldisclosure/2016/Dec/86Exploit, Mailing List
af854a3a-2127-422b-91ae-364da2661108http://www.debian.org/security/2017/dsa-3769
af854a3a-2127-422b-91ae-364da2661108http://www.securityfocus.com/bid/95140Third Party Advisory, VDB Entry
af854a3a-2127-422b-91ae-364da2661108https://github.com/swiftmailer/swiftmailer/blob/5.x/CHANGESPatch, Vendor Advisory
af854a3a-2127-422b-91ae-364da2661108https://legalhackers.com/advisories/SwiftMailer-Exploit-Remote-Code-Exec-CVE-2016-10074-Vuln.htmlExploit, Technical Description, Third Party Advisory
af854a3a-2127-422b-91ae-364da2661108https://www.exploit-db.com/exploits/40972/Exploit, Third Party Advisory
af854a3a-2127-422b-91ae-364da2661108https://www.exploit-db.com/exploits/40986/
af854a3a-2127-422b-91ae-364da2661108https://www.exploit-db.com/exploits/42221/
Impacted products
Vendor Product Version
swiftmailer swiftmailer *



{
   configurations: [
      {
         nodes: [
            {
               cpeMatch: [
                  {
                     criteria: "cpe:2.3:a:swiftmailer:swiftmailer:*:*:*:*:*:*:*:*",
                     matchCriteriaId: "692C0AD4-1CA2-4F2B-A9F7-5719C1E56DB3",
                     versionEndIncluding: "5.4.4",
                     vulnerable: true,
                  },
               ],
               negate: false,
               operator: "OR",
            },
         ],
      },
   ],
   cveTags: [],
   descriptions: [
      {
         lang: "en",
         value: "The mail transport (aka Swift_Transport_MailTransport) in Swift Mailer before 5.4.5 might allow remote attackers to pass extra parameters to the mail command and consequently execute arbitrary code via a \\\" (backslash double quote) in a crafted e-mail address in the (1) From, (2) ReturnPath, or (3) Sender header.",
      },
      {
         lang: "es",
         value: "El transporte de correo (también conocido como Swift_Transport_MailTransport) en Swift Mailer en versiones anteriores a la 5.4.5 podría permitir a atacantes remotos pasar parámetros adicionales al comando de correo y consecuentemente ejecutar código arbitrario a través de \\\" en una dirección de e-mail manipulada en las cabeceras 1) From, (2) ReturnPath, o (3) Sender header.",
      },
   ],
   id: "CVE-2016-10074",
   lastModified: "2024-11-21T02:43:15.080",
   metrics: {
      cvssMetricV2: [
         {
            acInsufInfo: false,
            baseSeverity: "HIGH",
            cvssData: {
               accessComplexity: "LOW",
               accessVector: "NETWORK",
               authentication: "NONE",
               availabilityImpact: "PARTIAL",
               baseScore: 7.5,
               confidentialityImpact: "PARTIAL",
               integrityImpact: "PARTIAL",
               vectorString: "AV:N/AC:L/Au:N/C:P/I:P/A:P",
               version: "2.0",
            },
            exploitabilityScore: 10,
            impactScore: 6.4,
            obtainAllPrivilege: false,
            obtainOtherPrivilege: false,
            obtainUserPrivilege: false,
            source: "nvd@nist.gov",
            type: "Primary",
            userInteractionRequired: false,
         },
      ],
      cvssMetricV30: [
         {
            cvssData: {
               attackComplexity: "LOW",
               attackVector: "NETWORK",
               availabilityImpact: "HIGH",
               baseScore: 9.8,
               baseSeverity: "CRITICAL",
               confidentialityImpact: "HIGH",
               integrityImpact: "HIGH",
               privilegesRequired: "NONE",
               scope: "UNCHANGED",
               userInteraction: "NONE",
               vectorString: "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
               version: "3.0",
            },
            exploitabilityScore: 3.9,
            impactScore: 5.9,
            source: "nvd@nist.gov",
            type: "Primary",
         },
      ],
   },
   published: "2016-12-30T19:59:00.310",
   references: [
      {
         source: "cve@mitre.org",
         tags: [
            "Exploit",
            "Third Party Advisory",
         ],
         url: "http://packetstormsecurity.com/files/140290/SwiftMailer-Remote-Code-Execution.html",
      },
      {
         source: "cve@mitre.org",
         tags: [
            "Exploit",
            "Mailing List",
         ],
         url: "http://seclists.org/fulldisclosure/2016/Dec/86",
      },
      {
         source: "cve@mitre.org",
         url: "http://www.debian.org/security/2017/dsa-3769",
      },
      {
         source: "cve@mitre.org",
         tags: [
            "Third Party Advisory",
            "VDB Entry",
         ],
         url: "http://www.securityfocus.com/bid/95140",
      },
      {
         source: "cve@mitre.org",
         tags: [
            "Patch",
            "Vendor Advisory",
         ],
         url: "https://github.com/swiftmailer/swiftmailer/blob/5.x/CHANGES",
      },
      {
         source: "cve@mitre.org",
         tags: [
            "Exploit",
            "Technical Description",
            "Third Party Advisory",
         ],
         url: "https://legalhackers.com/advisories/SwiftMailer-Exploit-Remote-Code-Exec-CVE-2016-10074-Vuln.html",
      },
      {
         source: "cve@mitre.org",
         tags: [
            "Exploit",
            "Third Party Advisory",
         ],
         url: "https://www.exploit-db.com/exploits/40972/",
      },
      {
         source: "cve@mitre.org",
         url: "https://www.exploit-db.com/exploits/40986/",
      },
      {
         source: "cve@mitre.org",
         url: "https://www.exploit-db.com/exploits/42221/",
      },
      {
         source: "af854a3a-2127-422b-91ae-364da2661108",
         tags: [
            "Exploit",
            "Third Party Advisory",
         ],
         url: "http://packetstormsecurity.com/files/140290/SwiftMailer-Remote-Code-Execution.html",
      },
      {
         source: "af854a3a-2127-422b-91ae-364da2661108",
         tags: [
            "Exploit",
            "Mailing List",
         ],
         url: "http://seclists.org/fulldisclosure/2016/Dec/86",
      },
      {
         source: "af854a3a-2127-422b-91ae-364da2661108",
         url: "http://www.debian.org/security/2017/dsa-3769",
      },
      {
         source: "af854a3a-2127-422b-91ae-364da2661108",
         tags: [
            "Third Party Advisory",
            "VDB Entry",
         ],
         url: "http://www.securityfocus.com/bid/95140",
      },
      {
         source: "af854a3a-2127-422b-91ae-364da2661108",
         tags: [
            "Patch",
            "Vendor Advisory",
         ],
         url: "https://github.com/swiftmailer/swiftmailer/blob/5.x/CHANGES",
      },
      {
         source: "af854a3a-2127-422b-91ae-364da2661108",
         tags: [
            "Exploit",
            "Technical Description",
            "Third Party Advisory",
         ],
         url: "https://legalhackers.com/advisories/SwiftMailer-Exploit-Remote-Code-Exec-CVE-2016-10074-Vuln.html",
      },
      {
         source: "af854a3a-2127-422b-91ae-364da2661108",
         tags: [
            "Exploit",
            "Third Party Advisory",
         ],
         url: "https://www.exploit-db.com/exploits/40972/",
      },
      {
         source: "af854a3a-2127-422b-91ae-364da2661108",
         url: "https://www.exploit-db.com/exploits/40986/",
      },
      {
         source: "af854a3a-2127-422b-91ae-364da2661108",
         url: "https://www.exploit-db.com/exploits/42221/",
      },
   ],
   sourceIdentifier: "cve@mitre.org",
   vulnStatus: "Modified",
   weaknesses: [
      {
         description: [
            {
               lang: "en",
               value: "CWE-77",
            },
         ],
         source: "nvd@nist.gov",
         type: "Primary",
      },
   ],
}

cve-2016-10074
Vulnerability from cvelistv5
Published
2016-12-30 19:00
Modified
2024-08-06 03:07
Severity ?
Summary
The mail transport (aka Swift_Transport_MailTransport) in Swift Mailer before 5.4.5 might allow remote attackers to pass extra parameters to the mail command and consequently execute arbitrary code via a \" (backslash double quote) in a crafted e-mail address in the (1) From, (2) ReturnPath, or (3) Sender header.
Impacted products
Vendor Product Version
n/a n/a Version: n/a
Show details on NVD website


{
   containers: {
      adp: [
         {
            providerMetadata: {
               dateUpdated: "2024-08-06T03:07:32.142Z",
               orgId: "af854a3a-2127-422b-91ae-364da2661108",
               shortName: "CVE",
            },
            references: [
               {
                  name: "42221",
                  tags: [
                     "exploit",
                     "x_refsource_EXPLOIT-DB",
                     "x_transferred",
                  ],
                  url: "https://www.exploit-db.com/exploits/42221/",
               },
               {
                  tags: [
                     "x_refsource_MISC",
                     "x_transferred",
                  ],
                  url: "https://legalhackers.com/advisories/SwiftMailer-Exploit-Remote-Code-Exec-CVE-2016-10074-Vuln.html",
               },
               {
                  name: "95140",
                  tags: [
                     "vdb-entry",
                     "x_refsource_BID",
                     "x_transferred",
                  ],
                  url: "http://www.securityfocus.com/bid/95140",
               },
               {
                  tags: [
                     "x_refsource_MISC",
                     "x_transferred",
                  ],
                  url: "http://packetstormsecurity.com/files/140290/SwiftMailer-Remote-Code-Execution.html",
               },
               {
                  name: "20161229 SwiftMailer <= 5.4.5-DEV Remote Code Execution (CVE-2016-10074)",
                  tags: [
                     "mailing-list",
                     "x_refsource_FULLDISC",
                     "x_transferred",
                  ],
                  url: "http://seclists.org/fulldisclosure/2016/Dec/86",
               },
               {
                  name: "40972",
                  tags: [
                     "exploit",
                     "x_refsource_EXPLOIT-DB",
                     "x_transferred",
                  ],
                  url: "https://www.exploit-db.com/exploits/40972/",
               },
               {
                  name: "40986",
                  tags: [
                     "exploit",
                     "x_refsource_EXPLOIT-DB",
                     "x_transferred",
                  ],
                  url: "https://www.exploit-db.com/exploits/40986/",
               },
               {
                  name: "DSA-3769",
                  tags: [
                     "vendor-advisory",
                     "x_refsource_DEBIAN",
                     "x_transferred",
                  ],
                  url: "http://www.debian.org/security/2017/dsa-3769",
               },
               {
                  tags: [
                     "x_refsource_CONFIRM",
                     "x_transferred",
                  ],
                  url: "https://github.com/swiftmailer/swiftmailer/blob/5.x/CHANGES",
               },
            ],
            title: "CVE Program Container",
         },
      ],
      cna: {
         affected: [
            {
               product: "n/a",
               vendor: "n/a",
               versions: [
                  {
                     status: "affected",
                     version: "n/a",
                  },
               ],
            },
         ],
         datePublic: "2016-12-28T00:00:00",
         descriptions: [
            {
               lang: "en",
               value: "The mail transport (aka Swift_Transport_MailTransport) in Swift Mailer before 5.4.5 might allow remote attackers to pass extra parameters to the mail command and consequently execute arbitrary code via a \\\" (backslash double quote) in a crafted e-mail address in the (1) From, (2) ReturnPath, or (3) Sender header.",
            },
         ],
         problemTypes: [
            {
               descriptions: [
                  {
                     description: "n/a",
                     lang: "en",
                     type: "text",
                  },
               ],
            },
         ],
         providerMetadata: {
            dateUpdated: "2017-11-03T18:57:01",
            orgId: "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            shortName: "mitre",
         },
         references: [
            {
               name: "42221",
               tags: [
                  "exploit",
                  "x_refsource_EXPLOIT-DB",
               ],
               url: "https://www.exploit-db.com/exploits/42221/",
            },
            {
               tags: [
                  "x_refsource_MISC",
               ],
               url: "https://legalhackers.com/advisories/SwiftMailer-Exploit-Remote-Code-Exec-CVE-2016-10074-Vuln.html",
            },
            {
               name: "95140",
               tags: [
                  "vdb-entry",
                  "x_refsource_BID",
               ],
               url: "http://www.securityfocus.com/bid/95140",
            },
            {
               tags: [
                  "x_refsource_MISC",
               ],
               url: "http://packetstormsecurity.com/files/140290/SwiftMailer-Remote-Code-Execution.html",
            },
            {
               name: "20161229 SwiftMailer <= 5.4.5-DEV Remote Code Execution (CVE-2016-10074)",
               tags: [
                  "mailing-list",
                  "x_refsource_FULLDISC",
               ],
               url: "http://seclists.org/fulldisclosure/2016/Dec/86",
            },
            {
               name: "40972",
               tags: [
                  "exploit",
                  "x_refsource_EXPLOIT-DB",
               ],
               url: "https://www.exploit-db.com/exploits/40972/",
            },
            {
               name: "40986",
               tags: [
                  "exploit",
                  "x_refsource_EXPLOIT-DB",
               ],
               url: "https://www.exploit-db.com/exploits/40986/",
            },
            {
               name: "DSA-3769",
               tags: [
                  "vendor-advisory",
                  "x_refsource_DEBIAN",
               ],
               url: "http://www.debian.org/security/2017/dsa-3769",
            },
            {
               tags: [
                  "x_refsource_CONFIRM",
               ],
               url: "https://github.com/swiftmailer/swiftmailer/blob/5.x/CHANGES",
            },
         ],
         x_legacyV4Record: {
            CVE_data_meta: {
               ASSIGNER: "cve@mitre.org",
               ID: "CVE-2016-10074",
               STATE: "PUBLIC",
            },
            affects: {
               vendor: {
                  vendor_data: [
                     {
                        product: {
                           product_data: [
                              {
                                 product_name: "n/a",
                                 version: {
                                    version_data: [
                                       {
                                          version_value: "n/a",
                                       },
                                    ],
                                 },
                              },
                           ],
                        },
                        vendor_name: "n/a",
                     },
                  ],
               },
            },
            data_format: "MITRE",
            data_type: "CVE",
            data_version: "4.0",
            description: {
               description_data: [
                  {
                     lang: "eng",
                     value: "The mail transport (aka Swift_Transport_MailTransport) in Swift Mailer before 5.4.5 might allow remote attackers to pass extra parameters to the mail command and consequently execute arbitrary code via a \\\" (backslash double quote) in a crafted e-mail address in the (1) From, (2) ReturnPath, or (3) Sender header.",
                  },
               ],
            },
            problemtype: {
               problemtype_data: [
                  {
                     description: [
                        {
                           lang: "eng",
                           value: "n/a",
                        },
                     ],
                  },
               ],
            },
            references: {
               reference_data: [
                  {
                     name: "42221",
                     refsource: "EXPLOIT-DB",
                     url: "https://www.exploit-db.com/exploits/42221/",
                  },
                  {
                     name: "https://legalhackers.com/advisories/SwiftMailer-Exploit-Remote-Code-Exec-CVE-2016-10074-Vuln.html",
                     refsource: "MISC",
                     url: "https://legalhackers.com/advisories/SwiftMailer-Exploit-Remote-Code-Exec-CVE-2016-10074-Vuln.html",
                  },
                  {
                     name: "95140",
                     refsource: "BID",
                     url: "http://www.securityfocus.com/bid/95140",
                  },
                  {
                     name: "http://packetstormsecurity.com/files/140290/SwiftMailer-Remote-Code-Execution.html",
                     refsource: "MISC",
                     url: "http://packetstormsecurity.com/files/140290/SwiftMailer-Remote-Code-Execution.html",
                  },
                  {
                     name: "20161229 SwiftMailer <= 5.4.5-DEV Remote Code Execution (CVE-2016-10074)",
                     refsource: "FULLDISC",
                     url: "http://seclists.org/fulldisclosure/2016/Dec/86",
                  },
                  {
                     name: "40972",
                     refsource: "EXPLOIT-DB",
                     url: "https://www.exploit-db.com/exploits/40972/",
                  },
                  {
                     name: "40986",
                     refsource: "EXPLOIT-DB",
                     url: "https://www.exploit-db.com/exploits/40986/",
                  },
                  {
                     name: "DSA-3769",
                     refsource: "DEBIAN",
                     url: "http://www.debian.org/security/2017/dsa-3769",
                  },
                  {
                     name: "https://github.com/swiftmailer/swiftmailer/blob/5.x/CHANGES",
                     refsource: "CONFIRM",
                     url: "https://github.com/swiftmailer/swiftmailer/blob/5.x/CHANGES",
                  },
               ],
            },
         },
      },
   },
   cveMetadata: {
      assignerOrgId: "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
      assignerShortName: "mitre",
      cveId: "CVE-2016-10074",
      datePublished: "2016-12-30T19:00:00",
      dateReserved: "2016-12-27T00:00:00",
      dateUpdated: "2024-08-06T03:07:32.142Z",
      state: "PUBLISHED",
   },
   dataType: "CVE_RECORD",
   dataVersion: "5.1",
}