<?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>306794</bug_id>
          
          <creation_ts>2026-02-02 12:18:56 -0800</creation_ts>
          <short_desc>Crash in WebCore::RemoteCommandListener::supportsSeeking()</short_desc>
          <delta_ts>2026-02-02 12:37:15 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Media</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <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="David Kilzer (:ddkilzer)">ddkilzer</reporter>
          <assigned_to name="David Kilzer (:ddkilzer)">ddkilzer</assigned_to>
          <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2177257</commentid>
    <comment_count>0</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2026-02-02 12:18:56 -0800</bug_when>
    <thetext>WebCore crashes when MediaRemote framework calls through a stale pointer to `RemoteCommandListener::supportsSeeking()`.

The crash occurs when:
1. A `RemoteCommandListenerCocoa` object registers a block with MediaRemote framework
2. The object is destroyed but MediaRemote retains the block
3. MediaRemote later executes the block, which accesses freed memory

**Stack trace:**
```
0   WebCore:  WebCore::RemoteCommandListener::supportsSeeking() const
1   WebCore:  invocation function for block in WebCore::RemoteCommandListenerCocoa::RemoteCommandListenerCocoa
2   WebCore:  WebCore::RemoteCommandListenerCocoa::RemoteCommandListenerCocoa
3   MediaRemote:  __MRMediaRemoteAddAsyncCommandHandlerBlockForPlayer_block_invoke
4   MediaRemote:  MRMediaRemoteAddAsyncCommandHandlerBlock
```

&lt;rdar://162768654&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2177261</commentid>
    <comment_count>1</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2026-02-02 12:37:15 -0800</bug_when>
    <thetext>Pull request: https://github.com/apple/WebKit/pull/4415</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>