Alerts This Week
Warning Icon 1 637
Alerts This Week
Warning Icon 1 637

Stay Secure with the Latest Linux Advisories

Filter Icon Refine advisories
X Clear Filters
X Clear Filters
View More

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

What got you started with Linux?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":545,"type":"x","order":1,"pct":78.42,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.32,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.89,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.37,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Loading...

Explore Latest Linux Security advisories

We found -3 articles for you...
89

Fedora 28 Update: FEDORA-2018-7da5983771 Moderate: Php-Zendframework

## 2.10.3 - 2018-08-01 ### Added - Nothing. ### Changed - This release modifies how `Zend\Feed\Pubsubhubbub\AbstractCallback::_detectCallbackUrl()` marshals the request URI. In prior releases, we would attempt to inspect the `X-Rewrite-Url` and `X-Original-Url` headers, using their values, if present. These headers are issued by the ISAPI_Rewrite module for IIS (developed by. --------------------------------------------------------------------------------Fedora Update Notification FEDORA-2018-7da5983771 2018-08-14 21:06:35.949692 --------------------------------------------------------------------------------Name : php-zendframework-zend-feed Product : Fedora 28 Version : 2.10.3 Release : 1.fc28 URL : https://zendframework.github.io/zend-feed/ Summary : Zend Framework Feed component Description : Zend\Feed provides functionality for consuming RSS and Atom feeds. It provides a natural syntax for accessing elements of feeds, feed attributes, and entry attributes. Zend\Feed also has extensive support for modifying feed and entry structure with the same natural syntax, and turning the result back into XML. Documentation: https://zendframework.github.io/zend-feed/ --------------------------------------------------------------------------------Update Information: ## 2.10.3 - 2018-08-01 ### Added - Nothing. ### Changed - This release modifies how `Zend\Feed\Pubsubhubbub\AbstractCallback::_detectCallbackUrl()` marshals the request URI. In prior releases, we would attempt to inspect the `X-Rewrite-Url` and `X-Original-Url` headers, using their values, if present. These headers are issued by the ISAPI_Rewrite module for IIS (developed by HeliconTech). However, we have no way of guaranteeing that the module is what issued the headers, making it an unreliable source for discovering the URI. As such, we have removed this feature in this release. The method is not called internally. If you are calling the method from your own extension and need supportfor ISAPI_Rewrite, you will need to override the method as follows: ``` protected function _detectCallbackUrl() { $callbackUrl = null; if (isset($_SERVER['HTTP_X_REWRITE_URL'])) { $callbackUrl $_SERVER['HTTP_X_REWRITE_URL']; } if (isset($_SERVER['HTTP_X_ORIGINAL_URL'])) { $callbackUrl $_SERVER['HTTP_X_ORIGINAL_URL']; } return $callbackUrl ?: parent::__detectCallbackUrl(); } ``` If you use an approach such as the above, make sure you also instruct your web server to strip any incoming headers of the same name so that you can guarantee they are issued by the ISAPI_Rewrite module. ### Deprecated - Nothing. ### Removed - Nothing. ### Fixed - Nothing. --------------------------------------------------------------------------------ChangeLog: * Thu Aug 2 2018 Shawn Iwinski - 2.10.3-1 - Update to 2.10.3 (ZF2018-01) * Fri Jul 13 2018 Fedora Release Engineering - 2.10.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Remi Collet - 2.10.2-2 - update to 2.10.2 * Tue Jun 5 2018 Remi Collet - 2.10.1-2 - update to 2.10.1 * Fri May 25 2018 Remi Collet - 2.10.0-2 - update to 2.10.0 * Tue May 15 2018 Remi Collet - 2.9.1-2 - update to 2.9.1 - use range dependencies on F27+ --------------------------------------------------------------------------------This update can be installed with the "dnf" update program. Use su -c 'dnf upgrade --advisory FEDORA-2018-7da5983771' at the command line. For more information, refer to the dnf documentation available at https://dnf.readthedocs.io/en/latest/command_ref.html All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/security/ -------------------------------------------------------------------------------- _______________________________________________ package-announce mailing list -- This email address is being protected from spambots. You need JavaScript enabled to view it. Tounsubscribe send an email to This email address is being protected from spambots. You need JavaScript enabled to view it. Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/This email address is being protected from spambots. You need JavaScript enabled to view it./message/2NCZA2VIIOLKYV6U435ZLY435UQNYXU3/ . The recent php-zendframework update in Fedora enhances request URI processing, improving robustness and fixing URI handling issues while introducing stricter validations for security.. php zend framework update, security patch, fedora security advisory. . Severity: Important. LinuxSecurity.com Team

Calendar 2 Aug 14, 2018 Important Fedora
91

Gentoo: GLSA-201804-10 Normal: Zend Framework Remote Command Execution

Multiple vulnerabilities have been found in Zend Framework, the worst of which could allow attackers to remotely execute arbitrary commands.. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Gentoo Linux Security Advisory GLSA 201804-10 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - https://security.gentoo.org/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Severity: Normal Title: Zend Framework: Multiple vulnerabilities Date: April 09, 2018 Bugs: #604182 ID: 201804-10 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Synopsis ======= Multiple vulnerabilities have been found in Zend Framework, the worst of which could allow attackers to remotely execute arbitrary commands. Background ========= Zend Framework is a high quality and open source framework for developing Web Applications. Affected packages ================ ------------------------------------------------------------------- Package / Vulnerable / Unaffected ------------------------------------------------------------------- 1 dev-php/ZendFramework = Description ========== Multiple vulnerabilities have been discovered in Zend Framework that have remain unaddressed. Please review the referenced CVE identifiersfor details. Impact ===== Remote attackers could execute arbitrary commands or conduct SQL injection attacks. Workaround ========= There is no known workaround at this time. Resolution ========= Gentoo has discontinued support for Zend Framework and recommends that users unmerge the package: # emerge --unmerge "dev-php/ZendFramework" References ========= [ 1 ] CVE-2016-10034 https://nvd.nist.gov/vuln/detail/CVE-2016-10034 [ 2 ] CVE-2016-4861 https://nvd.nist.gov/vuln/detail/CVE-2016-4861 [ 3 ] CVE-2016-6233 https://nvd.nist.gov/vuln/detail/CVE-2016-6233 Availability =========== This GLSA and any updates to it are available for viewing at the Gentoo Security Website: https://security.gentoo.org/glsa/201804-10 Concerns? ======== Security is a primary focus of Gentoo Linux and ensuring the confidentiality and security of our users' machines is of utmost importance to us. Any security concerns should be addressed to This email address is being protected from spambots. You need JavaScript enabled to view it. or alternatively, you may file a bug at https://bugs.gentoo.org. License ====== Copyright 2018 Gentoo Foundation, Inc; referenced text belongs to its owner(s). The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. https://creativecommons.org/licenses/by-sa/2.5/ . Several security flaws have been identified in the Zend Framework, potentially leading to unauthorized command execution and SQL injection exploits.. Gentoo Security Advisory,Zend Framework Bugs,Remote Command Execution. . LinuxSecurity.com Team

Calendar 2 Apr 09, 2018 Gentoo
89

Fedora 24: Security Update for php-zendframework-zend-mail to Prevent RCE

**Version 2.7.2** - 2016-12-19 - Fixes [ZF2016-04](https://framework.zend.com/security/advisory/ZF2016-04). Potential remote code execution in zend-mail via Sendmail adapter. -------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2016-1185de6aa6 2016-12-31 18:54:49.148584 -------------------------------------------------------------------------------- Name : php-zendframework-zend-mail Product : Fedora 24 Version : 2.7.2 Release : 1.fc24 URL : https://zendframework.github.io/zend-mail/ Summary : Zend Framework Mail component Description : Zend\Mail provides generalized functionality to compose and send both text and MIME-compliant multipart email messages. Mail can be sent with Zend\Mail via the Mail\Transport\Sendmail, Mail\Transport\Smtp or the Mail\Transport\File transport. Of course, you can also implement your own transport by implementing the Mail\Transport\TransportInterface. Documentation: https://zendframework.github.io/zend-mail/ -------------------------------------------------------------------------------- Update Information: **Version 2.7.2** - 2016-12-19 - Fixes [ZF2016-04](https://framework.zend.com/security/advisory/ZF2016-04). Potential remote code execution in zend-mail via Sendmail adapter -------------------------------------------------------------------------------- This update can be installed with the "dnf" update program. Use su -c 'dnf upgrade php-zendframework-zend-mail' at the command line. For more information, refer to the dnf documentation available at https://dnf.readthedocs.io/en/latest/command_ref.html All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/security/ -------------------------------------------------------------------------------- _______________________________________________ package-announce mailing list -- This email address is being protected from spambots. You need JavaScript enabled to view it. To unsubscribesend an email to This email address is being protected from spambots. You need JavaScript enabled to view it. . Update Available for php-zendframework-zend-mail addressing critical vulnerability in Sendmail adapter. Upgrade to version 2.7.2 promptly.. Fedora Update, Zend Framework, Remote Execution Fix, PHP Zend Framework, Security Patch. . Severity: Critical. LinuxSecurity.com Team

Calendar 2 Dec 31, 2016 Critical Fedora
87

Debian DSA-3340-1: Critical XML External Entity Attack in Zend Framework

Dawid Golunski discovered that when running under PHP-FPM in a threaded environment, Zend Framework, a PHP framework, did not properly handle XML data in multibyte encoding. This could be used by remote attackers to perform an XML External Entity attack via crafted XML data. . - ------------------------------------------------------------------------- Debian Security Advisory DSA-3340-1 This email address is being protected from spambots. You need JavaScript enabled to view it. https://www.debian.org/security/ Alessandro Ghedini August 19, 2015 https://www.debian.org/security/faq - ------------------------------------------------------------------------- Package : zendframework CVE ID : CVE-2015-5161 Dawid Golunski discovered that when running under PHP-FPM in a threaded environment, Zend Framework, a PHP framework, did not properly handle XML data in multibyte encoding. This could be used by remote attackersto perform an XML External Entity attack via crafted XML data. For the oldstable distribution (wheezy), this problem has been fixed in version 1.11.13-1.1+deb7u3. For the stable distribution (jessie), this problem has been fixed in version 1.12.9+dfsg-2+deb8u3. For the testing distribution (stretch), this problem has been fixed in version 1.12.14+dfsg-1. For the unstable distribution (sid), this problem has been fixed in version 1.12.14+dfsg-1. We recommend that you upgrade your zendframework packages. Further information about Debian Security Advisories, how to apply these updates to your system and frequently asked questions can be found at: https://www.debian.org/security/ Mailing list: This email address is being protected from spambots. You need JavaScript enabled to view it. . - ------------------------------------------------------------------------- Debian Security Advisory. dawid, golunski, running, under, php-fpm, threaded, environment, framework. . Severity: Critical. LinuxSecurity.com Team

Calendar 2 Aug 19, 2015 Critical Debian
87

Debian: DSA-3265-1 Critical: Zend Framework Multiple Security Issues

Multiple vulnerabilities were discovered in Zend Framework, a PHP framework. Except for CVE-2015-3154, all these issues were already fixed in the version initially shipped with Jessie. . - ------------------------------------------------------------------------- Debian Security Advisory DSA-3265-1 This email address is being protected from spambots. You need JavaScript enabled to view it. http://www.debian.org/security/ David Prévot May 20, 2015 http://www.debian.org/security/faq - ------------------------------------------------------------------------- Package : zendframework CVE ID : CVE-2014-2681 CVE-2014-2682 CVE-2014-2683 CVE-2014-2684 CVE-2014-2685 CVE-2014-4914 CVE-2014-8088 CVE-2014-8089 CVE-2015-3154 Debian Bug : 743175 754201 Multiple vulnerabilities were discovered in Zend Framework, a PHP framework. Except for CVE-2015-3154, all these issues were already fixed in the version initially shipped with Jessie. CVE-2014-2681 Lukas Reschke reported a lack of protection against XML External Entity injection attacks in some functions. This fix extends the incomplete one from CVE-2012-5657. CVE-2014-2682 Lukas Reschke reported a failure to consider that the libxml_disable_entity_loader setting is shared among threads in the PHP-FPM case. This fix extends the incomplete one from CVE-2012-5657. CVE-2014-2683 Lukas Reschke reported a lack of protection against XML Entity Expansion attacks in some functions. This fix extends the incomplete one from CVE-2012-6532. CVE-2014-2684 Christian Mainka and Vladislav Mladenov from the Ruhr-University Bochum reported an error in the consumer's verify method that lead to acceptance of wrongly sourced tokens. CVE-2014-2685 Christian Mainka and Vladislav Mladenov from the Ruhr-University Bochum reported a specification violation in which signing of a single parameter is incorrectly considered sufficient. CVE-2014-4914 Cassiano Dal Pizzoldiscovered that the implementation of the ORDER BY SQL statement in Zend_Db_Select contains a potential SQL injection when the query string passed contains parentheses. CVE-2014-8088 Yury Dyachenko at Positive Research Center identified potential XML eXternal Entity injection vectors due to insecure usage of PHP's DOM extension. CVE-2014-8089 Jonas Sandström discovered an SQL injection vector when manually quoting value for sqlsrv extension, using null byte. CVE-2015-3154 Filippo Tessarotto and Maks3w reported potential CRLF injection attacks in mail and HTTP headers. For the oldstable distribution (wheezy), these problems have been fixed in version 1.11.13-1.1+deb7u1. For the stable distribution (jessie), these problems have been fixed in version 1.12.9+dfsg-2+deb8u1. For the testing distribution (stretch), these problems will be fixed in version 1.12.12+dfsg-1. For the unstable distribution (sid), these problems have been fixed in version 1.12.12+dfsg-1. We recommend that you upgrade your zendframework packages. Further information about Debian Security Advisories, how to apply these updates to your system and frequently asked questions can be found at: https://www.debian.org/security/ Mailing list: This email address is being protected from spambots. You need JavaScript enabled to view it. . Debian Security Advisory DSA-3266-1 highlights several security flaws in the flask framework, urging users to apply the necessary patches.. Debian Security Advisory,Zend Framework Update,Security Risks,PHP Framework Issues. . Severity: Critical. LinuxSecurity.com Team

Calendar 2 May 20, 2015 Critical Debian
87

Debian DSA-2602-1 Critical: Zend Framework XML Inclusion Risk

Yury Dyachenko discovered that Zend Framework uses the PHP XML parser in an insecure way, allowing attackers to open files and trigger HTTP requests, potentially accessing restricted information. . -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 - ------------------------------------------------------------------------- Debian Security Advisory DSA-2602-1 This email address is being protected from spambots. You need JavaScript enabled to view it. http://www.debian.org/security/ Florian Weimer January 08, 2013 http://www.debian.org/security/faq - ------------------------------------------------------------------------- Package : zendframework Vulnerability : XML external entity inclusion Problem type : remote Debian-specific: no CVE ID : CVE-2012-5657 Debian Bug : 696483 Yury Dyachenko discovered that Zend Framework uses the PHP XML parser in an insecure way, allowing attackers to open files and trigger HTTP requests, potentially accessing restricted information. For the stable distribution (squeeze), this problem has been fixed in version 1.10.6-1squeeze2. For the testing distribution (wheezy), this problem has been fixed in version 1.11.13-1.1. For the unstable distribution (sid), this problem has been fixed in version 1.11.13-1.1. We recommend that you upgrade your zendframework packages. Further information about Debian Security Advisories, how to apply these updates to your system and frequently asked questions can be found at: http://www.debian.org/security/ Mailing list: This email address is being protected from spambots. You need JavaScript enabled to view it. . Enhance your Symfony components to address security vulnerabilities highlighted in Debian DSA-2603-2 alert. Take action promptly!. Debian Security, Zend Framework, Remote Access Fix, XML Parser Issue, Security Update. . Severity: Critical. LinuxSecurity.com Team

Calendar 2 Jan 08, 2013 Critical Debian
News Add Esm H240

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

What got you started with Linux?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":545,"type":"x","order":1,"pct":78.42,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.32,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.89,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.37,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Your message here