Uploaded image for project: ' AGL Development'
  1. AGL Development
  2. SPEC-4663

AGL MEDIAPLAYER Crash(vulnability)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Major Major
    • None
    • None
    • Audio Manager
    • Raspberry Pi 4

      Automotive Grade Linux(AGL) MEDIAPLAYER Crash

       

      Download the latest version of AGL : https://download.automotivelinux.org/AGL/release/octopus/latest/raspberrypi4/deploy/images/raspberrypi4-64/

      (This version is referred to as the release version.)

       

      I ran the image on Raspberry Pi 4 and found a bug in the mediaplayer.

       

      I put about 10,000 normal mp3 files on USB.

      Then I chose to play it on AGL's MEDIAPLAYER.

       

      AGL mounts the USB and adds the saved mp3 in usb file to the playlist.

      When there are about 10000 files in the process, AGL’s mediaplayer (not MDP) crashes and ends (sig=6).

       

      When the test was conducted with 5000 mp3 files, not crash

       

      I think the cause of Crash is AGL's mediaplayer.

      Because, after crash, mediaplayer is terminated, but MDP is still running.

       

       

      The normal file I used is a sample.mp3 file (playable anywhere).

      I created 10000 files using the Python code for normal files.

       

      ```
      import shutil
      for idx in range(0,10000):
      shutil.copy2("./sample.mp3", "./sample"str(idx)".mp3")
      ```

       

      I hope you will acknowledge this as a vulnerability.
      Thanks.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            scottm Scott Murray
            zj3t 은태 장
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: