in

Google Released October Security Patch for Android



Google has released an update to close two major vulnerabilities threatening Android devices. Thus, Android System components were made more secure.

Google, Android continues to work to keep the operating system safe. The latest update published for this purpose also ensured that security gaps were closed. System components risk is eliminated.

In general, with the security update in October, 50 vulnerabilities were eliminated. Qualcomm so Android It did not patch vulnerabilities caused by 22 CVEs used in devices. Thus, high-level security problems were solved.

Upgrade issue solved

Authorization upgrade or privilege escalation issues stood out as one of the most serious vulnerabilities in the system. Two vulnerabilities that cause the system to be vulnerable to remote attacks CVE-2020-0215 and CVE-2020-0416 were also closed during this period. The vulnerabilities have been closed in Android 8.0, 8.1, 9, 10 and 11 versions.

In addition, high-level data protection gap within the system CVE20200377CVE-2020-0378, CVE-2020-0398, CVE-2020-0400, CVE-2020-0410, CVE-2020-0413, CVE20200415 and CVE-2020-0422 vulnerabilities have also been fixed.

RELATED NEWS

Google G Suite Name Is History: Introducing Google Workspace with New Features

In addition to these, Google is used in system operation and especially API development It also made improvements in some points that made it very easy. Authorization enhancement gaps have also been fixed in this section. so unwanted access to data has become preventable. In addition, system operating environment problems have been fixed.

You May Also Like:  Time Out Releases The Coolest Places In The World

Third-party parts issues are resolved

Google

RELATED NEWS

Instagram-like Stories Feature Comes to Google App

GoogleWith the October update, it eliminated the security problems caused by parts from some third party companies used in the Android ecosystem. Shown as closed source components Qualcomm from processors 22 critical problem Problems with MediaTek components while extracting were also resolved.

In general, Android device manufacturers From Google updates We saw that he made his own updates after a short while. Android devices that have experienced significant problems in the past months seem to become more stable and more secure after this update.

// share click $('body').on({ click: function (){ var $this = $(this), dataShareType = $this.attr('data-share-type'), dataType = $this.attr('data-type'), dataId = $this.attr('data-id'), dataPostUrl = $this.attr('data-post-url'), dataTitle = $this.attr('data-title'), dataSef = $this.attr('data-sef');

switch(dataShareType) { case 'facebook': FB.ui({ method: 'share', href: dataSef, }, function(response){ if (response && !response.error_message) { updateHit(); } });

break;

case 'twitter': shareWindow('https://twitter.com/intent/tweet?via=webtekno&text="+encodeURIComponent(dataTitle) + " %E2%96%B6 ' + encodeURIComponent(dataSef)); updateHit(); break;

case 'gplus': shareWindow('https://plus.google.com/share?url=" + encodeURIComponent(dataSef)); updateHit(); break;

case "mail': window.location.href="https://www.webtekno.com/mailto:?subject=" + encodeURIComponent(dataTitle) +'&body='+ encodeURIComponent(dataSef); //updateHit(); break;

case 'whatsapp': window.location.href="whatsapp://send?text=" + encodeURIComponent(dataTitle) +' %E2%96%B6 '+ encodeURIComponent(dataSef); updateHit(); break; }

function shareWindow (url) { window.open(url, "_blank", "toolbar=yes, scrollbars=yes, resizable=yes, top=500, left=500, width=400, height=400"); }

function updateHit () { $.ajax({ type: "POST", url: dataPostUrl, data: {contentId: dataId, contentType: dataType, shareType: dataShareType}, success: function(data) {

if ($('.video-showcase').length > 0) { var $container = $('.video-showcase'); } else if ($('article[data-id="' + dataId + '"]').length > 0) { var $container = $('article[data-id="' + dataId + '"]'); } else if ($('.wt-share-item[data-id="' + dataId + '"]').length > 0) { var $container = $('.wt-share-item[data-id="' + dataId + '"]'); } else { $container = null; }

//var $container = dataType == 'video' ? $('.video-showcase') : $('article[data-id="' + dataId + '"]');

if ( $container != null && $container.length > 0 ) { var $badged = $container.find('.wt-share-badge-' + dataShareType);

var $headerCount = $('.content-header').find('.wt-share-count'), $containerCount = $container.find('.wt-share-count'), value = parseInt($containerCount.html()) + 1;

$container.data('share', value); //$containerCount.html(value);

if ($headerCount.length > 0) { //$headerCount.html(value); }

if ( $badged.length > 0 && (dataShareType == 'facebook' || dataShareType == 'twitter')) { if ($badged.hasClass('is-visible')) { //$badged.html(data); } else { //$badged.addClass('is-visible').html(data); } } }

} }); } } }, '.wt-share-button') }); }



Dikkat: Sitemiz herkese açık bir platform olduğundan, çox fazla kişi paylaşım yapmaktadır. Sitenizden izinsiz paylaşım yapılması durumunda iletişim bölümünden bildirmeniz yeterlidir.