Samsung ufficializza le novità dell'aggiornamento SMR di novembre
9 Novembre 2016 | Max Capitosti
SAMSUNG ANDROID CERCA Come ogni mese, Samsung ha reso note le novità e le migliorie implementate nell'aggiornamento Security Maintenance Release (SMR) di novembre, già in distribuzione sui più recenti smartphone di fascia alta del marchio.
Questo mese le vulnerabilità risolte sono 14, la casa coreana non entra come di consueto nel dettaglio per non dar modo agli hacker di utilizzare a proprio vantaggio i bug sugli smartphone non ancora aggiornati.
FACEBOOKSEGUICI SU
TELEGRAMNOTIZIE CORRELATE
Questo mese le vulnerabilità risolte sono 14, la casa coreana non entra come di consueto nel dettaglio per non dar modo agli hacker di utilizzare a proprio vantaggio i bug sugli smartphone non ancora aggiornati.
SMR-NOV-2016SEGUICI SU
Samsung Mobile is releasing a maintenance release for major flagship models as part of monthly Security Maintenance Release (SMR) process.
This SMR package includes patches from Google and Samsung.
Google patches include patches up to Android Security Bulletin - November 2016 package.
The Bulletin (November 2016) contains the following CVE items:
CVE-2014-9802(H), CVE-2014-9895(H), CVE-2016-3859(H), CVE-2016-5340(C), CVE-2016-7117(C), CVE-2016-2059(H), CVE-2016-3931(H), CVE-2016-3903(H), CVE-2016-3934(H), CVE-2015-8951(H), CVE-2016-3938(H), CVE-2016-3939(H), CVE-2016-3905(H), CVE-2016-6676(H), CVE-2016-5342(H), CVE-2016-3809(H), CVE-2015-0572(M), CVE-2016-3860(M), CVE-2016-6679(M), CVE-2016-3902(M), CVE-2016-6681(M), CVE-2016-6682(M), CVE-2016-6691(H), CVE-2016-6693(H), CVE-2016-6694(H), CVE-2016-6695(H), CVE-2016-6696(H), CVE-2016-6699(C), CVE-2016-3862(C), CVE-2016-6700(C), CVE-2016-6701(H), CVE-2016-6702(H), CVE-2016-6703(H), CVE-2016-6704(H), CVE-2016-6705(H), CVE-2016-6706(H), CVE-2016-6707(H), CVE-2016-6708(H), CVE-2016-3912(H), CVE-2016-6709(H), CVE-2016-6710(H), CVE-2014-9908(H), CVE-2015-0410(H), CVE-2016-6711(H), CVE-2016-6712(H), CVE-2016-6713(H), CVE-2016-6714(H), CVE-2016-3754(H), CVE-2016-6715(M), CVE-2016-6717(M), CVE-2016-6718(M), CVE-2016-6719(M), CVE-2016-3889(M), CVE-2016-6720(M), CVE-2016-6721(M), CVE-2016-6722(M), CVE-2016-6723(M), CVE-2016-6724(M), CVE-2016-2184(C), and CVE-2014-9874(H).
* Severity : (C)-Critical, (H)-High, (M)-Moderate, (L)-Low
※ Please see Android Security Bulletin for detailed information on Google patches.
Along with Google patches, Samsung Mobile provides 14 Samsung Vulnerabilities and Exposures (SVE) items described below, in order to improve our customer's confidence on security of Samsung Mobile devices¹.
Some of the SVE items may not be included in this package, in case these items were already included in a previous maintenance release.
SVE-2016-6343: Unauthorized API access via system service call
Severity: Medium
Affected versions: M(6.0)
Reported on: May 26, 2016
Disclosure status: Privately disclosed.
The vulnerability allowing unauthorized access to system APIs from system service with improper access control enables attackers to control the device screen.
The patch includes checks for access control.
SVE-2016-6736: Kernel Crash on /dev/fimg2d ioctl command
Severity: Medium
Affected versions: All devices with Exynos 5433/54xx/7420 chipsets
Reported on: June 11, 2016
Disclosure status: Privately disclosed.
The fimg2d which is one of the graphic devices for Exynos chipsets doesn't have exception control routines to handle unexpected commands and it can lead to kernel panic.
The patch prevents kernel panic by ignoring inappropriate commands at the state.
SVE-2016-6853: Use After Free in /dev/fimg2d
Severity: Medium
Affected versions: All devices with Exynos 5433/54xx/7420 chipsets
Reported on: August 5, 2016
Disclosure status: Privately disclosed.
A use-after-free vulnerability in fimg2d allows attackers to gain access to unauthorized data.
The patch with error handling was applied.
SVE-2016-6906: A IDX Out of Bound vulnerability in systemui can make crash and ui restart
Severity: Low
Affected versions: KK(4.4), L(5.0/5.1)
Reported on: August 16, 2016
Disclosure status: Privately disclosed.
One of the activities in SystemUI can produce array index out of bounds exception as a combination of some APIs and it leads to UI restart.
The patch fixes the vulnerability in the corresponding APIs.
SVE-2016-7044: system_server crash, DoS (AntService)
Severity: Low
Affected versions: KK(4.4), L(5.0/5.1), M(6.0)
Reported on: September 6, 2016
Disclosure status: Privately disclosed.
The system services 'AntService' doesn't have proper access control and exception handling. And it allows attackers to use system API of 'AntService' and cause rebooting of device by force-crashing the service.
The patch restricts unauthorized access to the 'AntService' and filters out improper cases which may cause crash.
SVE-2016-7179 and SVE-2016-7182: Broadcasting unprotected intent can activate Turn off all Sound
Severity: Low
Affected versions: M(6.0)
Reported on: September 22, 2016
Disclosure status: Privately disclosed.
The vulnerability allows unauthorized processes to turn off all sound by broadcasting an unprotected intent.
The patch protects the receiver by changing to protected intent.
SVE-2016-7220 and SVE-2016-7225: Heap-overflow in 'tlc_server'
Severity: Medium
Affected versions: M(6.0)
Reported on: September 29, 2016
Disclosure status: Privately disclosed.
There are two overflow vulnerabilities. One is Heap overflow due to passing an improper size when allocating buffers and the other is Integer overflow due to not verifying the bounds of the value.
The patch removes the part of code related with Heap overflow and verifies the range of integer value to prevent Integer overflow.
SVE-2016-7504: Linux kernel race condition on CopyOnWrite (DirtyCOW)
Severity: Critical
Affected versions: All devices
Reported on: October 20, 2016
Disclosure status: Privately disclosed.
Where a lot of write operations and calls to madvise() happens, one of the write operations can reach and write to read-only memory map by a race condition on the Linux kernel when operating with CopyOnWrite(COW) operation.
The fix introduces a new 'state' for copy-on-write pages which prevents the race condition.
¹ Some SVE items included in the Samsung Android Security Update cannot be disclosed at this time.
Acknowledgements
We truely appreciate the following researchers for helping Samsung to improve the security of our products.
- Zhaozhanpeng of Cheetah Mobile : SVE-2016-6343
- James Fang and Anthony LAOU HINE TSUEI of Tencent Keen Lab : SVE-2016-6736, SVE-2016-6853
- Quhe of Alipay unLimit Security Team : SVE-2016-6906
- He En of MS509 Team : SVE-2016-7044
- Qing Zhang and Guangdong Bai : SVE-2016-7179, SVE-2016-7182
- Gal Beniamini of Google Project Zero : SVE-2016-7220
FACEBOOKSEGUICI SU
TELEGRAMNOTIZIE CORRELATE
- Samsung pubblica i dettagli dell'aggiornamento SMR di ottobre Samsung ha pubblicato l'elenco dell'aggiornamento Security Maintenance Release (SMR) per il mese di ottobre, che la società coreana inizierà a distribuire a partire dai prossimi ... [04/10/2016]
- Samsung pubblica i dettagli dell'aggiornamento SMR di settembre Samsung ha pubblicato in queste ore il 'change-log' dell'aggiornamento alla sicurezza (SMR) per gli smartphone Android del mese di settembre ... [08/09/2016]
- Samsung illustra le novità dell'aggiornamento alla sicurezza di agosto Samsung ha pubblicato i dettagli relativi all'aggiornamento Android per la sicurezza relativo al mese di agosto. Il produttore coreano inizierà la distribuzione del nuovo software ... [09/08/2016]
- Samsung inizia la distribuzione delle patch di sicurezza di luglio Samsung conferma di avere iniziato sugli ultimi modelli di fascia alta la distribuzione degli aggiornamenti che includono le patch di sicurezza Android del mese di luglio ... [06/07/2016]
ULTIME NOTIZIE
- Xiaomi Mix Flip - in arrivo a fine mese, in anteprima nuove immaginiRealme GT6 - una dotazione differente per la versione per il mercato della CinaRedmi 13 5G - nuovo smartphone con Snapdragon 4 Gen 2 e fotocamera da 108MPOppo lancia i nuovi Reno 12 F 5G e Reno 12 FS 5G in ItaliaOnePlus svela nuovi dettagli sulle novità in arrivo il 16 luglioVodafone - insieme a Meta per ottimizzare l'efficienza della reteNothing CMF Phone 1 - lo smartphone 5G economico con retro personalizzabileOnePlus svela la gamma di prodotti per il Summer Launch Event del 16 luglioRealme C61 - ufficiale il nuovo entry-level con resistenza a polvere e acqua IP54Vivo Y28s 5G - ufficiale il nuovo smartphone di fascia mediaRealme 12 4G - chip Snapdragon 685 e schermo OLED per la nuova variante senza 5GApple estende il software di diagnostica Self Service Repair in Europa