<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>227480</bug_id>
          
          <creation_ts>2021-06-29 02:48:49 -0700</creation_ts>
          <short_desc>[WebCrypto] WebKit accepts elliptic curve key whose point is not on the curve</short_desc>
          <delta_ts>2021-07-06 02:49:17 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebCore Misc.</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=227432</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Yoshiaki Jitsukawa">yoshiaki.jitsukawa</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
    
    <cc>cdumez</cc>
    
    <cc>jiewen_tan</cc>
    
    <cc>katherine_cheney</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1773361</commentid>
    <comment_count>0</comment_count>
    <who name="Yoshiaki Jitsukawa">yoshiaki.jitsukawa</who>
    <bug_when>2021-06-29 02:48:49 -0700</bug_when>
    <thetext>It might be an implementation-defined behavior but WebKit doesn&apos;t throw when importing an elliptic curve key whose point (x, y) is not on the curve.

For example, on Chrome, a DOM exception is thrown with the following code, while not on Safari:

var jwkKey = {
    kty: &quot;EC&quot;,
    use: &quot;enc&quot;,
    ext: true,
    crv: &quot;P-384&quot;,
    x: &quot;1bHwFrsaPRjYq-zFOyLXK8Ugv3EqbVF075ct7ouTl_pwyhjeBu03JHjKTsyVbNWK&quot;,
    y: &quot;1bHwFrsaPRjYq-zFOyLXK8Ugv3EqbVF075ct7ouTl_pwyhjeBu03JHjKTsyVbNWK&quot;, // (x, y) is not on the P-384 curve
    // y: &quot;OPQLbvRDpocNk4FRQLUVRBbqiauWcnUn7cAC2uSOH6GpSLoTo6B-4LtHq0ydd-iu&quot;, // x and this y is on the curve
};
var extractable = true;

crypto.subtle.importKey(&quot;jwk&quot;, jwkKey, { name: &quot;ECDH&quot;, namedCurve: &quot;P-384&quot; }, extractable, [ ]).then(function(result) {
    publicKey = result;
});</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1774910</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2021-07-06 02:49:17 -0700</bug_when>
    <thetext>&lt;rdar://problem/80201774&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>