CVE-2025-62603

Source
https://cve.org/CVERecord?id=CVE-2025-62603
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-62603.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-62603
Downstream
Published
2026-02-03T19:23:38.191Z
Modified
2026-07-15T15:53:01.370565Z
Severity
  • 1.7 (Low) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:U CVSS Calculator
Summary
FastDDS has Out-of-memory while parsing GenericMessage when DDS Security is enabled
Details

Fast DDS is a C++ implementation of the DDS (Data Distribution Service) standard of the OMG (Object Management Group ). ParticipantGenericMessage is the DDS Security control-message container that carries not only the handshake but also on going security-control traffic after the handshake, such as crypto-token exchange, rekeying, re-authentication, and token delivery for newly appearing endpoints. On receive, the CDR parser is invoked first and deserializes the message_data (i .e., the DataHolderSeq) via the readParticipantGenericMessage → readDataHolderSeq path. The DataHolderSeq is parsed sequentially: a sequence count (uint32), and for each DataHolder the class_id string (e.g. DDS:Auth:PKI-DH:1.0+Req), string properties (a sequence of key/value pairs), and binary properties (a name plus an octet-vector). The parser operat es at a stateless level and does not know higher-layer state (for example, whether the handshake has already completed), s o it fully unfolds the structure before distinguishing legitimate from malformed traffic. Because RTPS permits duplicates, delays, and retransmissions, a receiver must perform at least minimal structural parsing to check identity and sequence n umbers before discarding or processing a message; the current implementation, however, does not "peek" only at a minimal header and instead parses the entire DataHolderSeq. As a result, prior to versions 3.4.1, 3.3.1, and 2.6.11, this parsi ng behavior can trigger an out-of-memory condition and remotely terminate the process. Versions 3.4.1, 3.3.1, and 2.6.11 p atch the issue.

Database specific
{
    "cwe_ids": [
        "CWE-125"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/62xxx/CVE-2025-62603.json",
    "cna_assigner": "GitHub_M"
}
References

Affected packages

Git / github.com/eprosima/fast-dds

Affected ranges

Type
GIT
Repo
https://github.com/eprosima/fast-dds
Events
Database specific
Show details
{
    "cpe": [
        "cpe:2.3:a:eprosima:fast_dds:*:*:*:*:*:*:*:*",
        "cpe:2.3:a:eprosima:fast_dds:3.4.0:*:*:*:*:*:*:*"
    ],
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "2.6.11"
        },
        {
            "introduced": "3.0.0"
        },
        {
            "fixed": "3.3.1"
        },
        {
            "introduced": "3.4.0"
        },
        {
            "last_affected": "3.4.0"
        }
    ],
    "source": [
        "CPE_RANGE",
        "CPE_STRING",
        "REFERENCES"
    ]
}

Affected versions

2.*
2.0.0-beta
2.0.0-rc
3.*
3.4.0
Other
Discovery-Time_Data_Typing
v1.*
v1.0.0
v1.3.0
v1.4.0
v1.5.0
v1.6.0
v1.7.0
v1.7.1
v1.7.2
v1.8.0
v1.8.0-2
v1.9.0
v1.9.0-beta
v1.9.0-beta-2
v2.*
v2.1.0
v2.10.0-rc1
v2.10.1-rc1
v2.2.0
v2.3.0-1
v2.3.0-api

Database specific

vanir_signatures_modified
"2026-07-15T15:53:01Z"
vanir_signatures
[
    {
        "id": "CVE-2025-62603-005cd258",
        "deprecated": false,
        "signature_type": "Line",
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "158171943060398053335649627821081297777",
                "302928037747112416097362097304300462267",
                "35600280949451594258496345061587288573",
                "240163112405677204646013260308544943781"
            ]
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "file": "test/unittest/rtps/builtin/BuiltinDataSerializationTests.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-00c4db43",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 378.0,
            "function_hash": "264046309531064901642107601830156613443"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "CDRMessage::read_array_with_max_size",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-01d1fb66",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 457.0,
            "function_hash": "308001288179197888119448351007313897207"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "CDRMessage::readInt16",
            "file": "include/fastdds/rtps/messages/CDRMessage.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-0217bbcc",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 392.0,
            "function_hash": "151054425069166683670250712716415950830"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "CDRMessage::readInt64",
            "file": "include/fastdds/rtps/messages/CDRMessage.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-0224ccdb",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 746.0,
            "function_hash": "304366129733287576049356412859147890219"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "CDRMessage::readSequenceNumberSet",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-03bb8134",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 300.0,
            "function_hash": "153423346431445048361489551470791029774"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "CDRMessage::readLocator",
            "file": "include/fastdds/rtps/messages/CDRMessage.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-06a132da",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 399.0,
            "function_hash": "171571362520599953638683327884690073435"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "CDRMessage::read_resource_limited_container_config",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-06e48bab",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 1497.0,
            "function_hash": "336622352305961542545306845130030442005"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-09a06d4f",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 252.0,
            "function_hash": "168754150447745770559232764461818852691"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "CDRMessage::readDataReversed",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-0a7110ca",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 450.0,
            "function_hash": "72681608715616960896834097436823800657"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "CDRMessage::readInt16",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-0b20085f",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 287.0,
            "function_hash": "129013913927826941047363261368036020003"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-0b908483",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 451.0,
            "function_hash": "298662249920310577681989705672148930390"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "CDRMessage::readUInt16",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-0dbdf84f",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 5708.0,
            "function_hash": "98633488590848354946900361961856316497"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "TEST",
            "file": "test/unittest/rtps/builtin/BuiltinDataSerializationTests.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-0e08a949",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 387.0,
            "function_hash": "175348020939651456731823032908392441708"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-0e4d8ce2",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 482.0,
            "function_hash": "285124347276985497978031875430011306093"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "CDRMessage::readDataHolderSeq",
            "file": "include/fastdds/rtps/messages/CDRMessage.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-0e999e82",
        "deprecated": false,
        "signature_type": "Line",
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "155252986312059489369685510725369520190",
                "260126654788419034806484059565371729362",
                "218784413230329830040062235140103816607",
                "302778506644188973412163453150910387589",
                "301703238915761120304184269728571345857",
                "165373787558019034601238871888528646878",
                "197679146500884193883118854143172759376",
                "54865643796505322075365314940070505455",
                "171612520264555830284309195564889288767",
                "213992808752380385134208160006174369538",
                "240627877509230484134489165654309844520",
                "258332316552435543861231418704976742893",
                "288184928349050224765423752909010124108",
                "51637415519204788215955180142673845820",
                "274360924452161325335631728695888718526",
                "219395629586494758617509029039976465265",
                "29236523432969553078835285184274086153",
                "280085278554830040146976729077012492073",
                "121387926907249306605025925294092360517",
                "79005673777799678518838841811265152095",
                "34211711280399960420122859842408115491",
                "250737529281957271983960930068193484818",
                "292151710815661993166895457680295939790",
                "260976529714613018350644826925816730423",
                "117178388619133708224175382394590538874",
                "333464932215252062060182460609482636104",
                "62286747518355681620178820648549406202",
                "65330163293158169974324332622554037177",
                "26090564498129146808374583209896648635",
                "277999090659923677377680261777233590550",
                "55453548497167256985868811196944588765",
                "11035457549987987827158203386692210361",
                "8448793381677221541912800320726844597",
                "319644698424869729632501577155285148835",
                "268091948813253805890401938694246627491",
                "122037546447934912150659310787841006745",
                "45390069211037270182220633071424947883",
                "163745879195012179887963921505468499843",
                "316113439801582178970188134536025822213",
                "219121720124942035911478480031110826064",
                "52331387927206185408355651589899857829",
                "299108188226810469527042514984724448921",
                "179612594418140303981096354105011501578",
                "187953749740741014981729479560712691194",
                "86069654030027511294999214264446560722",
                "317819866455935050425962593022629481913",
                "285178944206694039659705405470302010563",
                "230927047777092070110905899663955358530",
                "118696332992563476630133769492938744139",
                "154259029068893541371207267608582315939",
                "281669824151015776349205246051555204976",
                "55696937738029489743247733328389747660",
                "322258331523967860180253735135920964641",
                "322543534123769306676613991077943429694",
                "132790351088313585359172560483569682911",
                "96951296610109208328103162851865932300",
                "36910798992619434866948777684427326748",
                "2361611978164159305178762388981771629",
                "24800188138673494419270018346924228087",
                "306446337485284892583295925064650449905",
                "153181928317672903193508535288926805897",
                "306404950386456140095642499615903911795",
                "96552660684926903132419246182576518097",
                "264129657354121638444013844236973662982",
                "98104652755510519149667607072024883928",
                "61841902773916465238646138405470448395",
                "219726331512432566364834509775985239793",
                "207834915959921243862682748892153441898",
                "135651348300696749434648857446951153782",
                "63892059054009532291452253317024771534",
                "256166721911128803810329538142060344121",
                "203542177234243009606012088288005591331",
                "40389118639983760825667243727275636308",
                "81725092168819037183756019316210291753",
                "90452189134098613780445362489341372407",
                "173738574155864673657781995568492451265",
                "197863669010324002063515267848571101917",
                "77769354883808695096089325423157609423",
                "319898706553752855962942743714491168772",
                "91023850867528853396223915653917409402",
                "128355212449675142363744961330489557091",
                "260065266675318462419303285436490291071",
                "245856316068627158176946784456193950758",
                "211093556118038646621089928904185771160",
                "21788046330610886028837302144891536259",
                "288354273846967358712246441227531548241",
                "8610623333549772302279129050053782257",
                "313153481317097377022453657959226470411",
                "142328951710960693942112039583258800185",
                "70232055416284129335194534416357372741",
                "141229883082788077359046935136847847649",
                "133861313824446246822790393978290884271",
                "22069766717158903121282010999614642641",
                "123774858923909576161389441352654706475",
                "92975306704914521293381007278056450732",
                "255901182149736786665176653275230777790",
                "92164880160083415614331991956550945129",
                "152070252386142965025580874784709790731",
                "283045301439719670574808557006483315214",
                "336211905595747391984523557797537752859",
                "134271183401841550480897761968696340611",
                "66866372764930579316075235309863815473",
                "115145084966057171399657937384266055453",
                "121576901417961095521853247320976740512",
                "179634496658333237360429557300455399917",
                "327606802029754787260838262178144050232",
                "17204876771226632312568222517859892902",
                "100940606446768415708107931372389870917",
                "14152449777698150050237114257292994909",
                "332371214801131575309735577616179366587",
                "227936473588743613863345679770750818478",
                "316618994531584405892894646888228884719",
                "101948074617666646682309452479300604821",
                "34114014960177058290228114822147456090",
                "121616872500489043991812780643054443134",
                "34822170359121938408811682362351040014",
                "133990567591175302451794483689109561204",
                "31002350155647301898347323294505756480",
                "15615430017472966070043929457610015896",
                "119726659731712676176112946827516538263",
                "101496898352861363332308118441367491684",
                "302751354026114503493045413523611639229",
                "52416954349906672980574042115822857779",
                "126716011502157291169015240255011739290",
                "229191043251352932504825186765734131232",
                "302751354026114503493045413523611639229",
                "52416954349906672980574042115822857779",
                "126716011502157291169015240255011739290",
                "66084276096977329548636843160648642088"
            ]
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-111b5f16",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 451.0,
            "function_hash": "298662249920310577681989705672148930390"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "CDRMessage::readUInt16",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-11fd01e1",
        "deprecated": false,
        "signature_type": "Line",
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "313931370161967419341521864605817060941",
                "29859713492085684024245836443811932566",
                "216400706331346117482200255476190821780",
                "137401097881321008406426066215738169086",
                "130577453662807524143326636854122112348",
                "295510428094442780934373891877207370102",
                "18337759219935184410108398545944590973",
                "21342348292765196848175077391818750694",
                "270247499276959731581921793033169701570",
                "176498753607416460452588352090511023835",
                "278026598734884039260719002931137640262",
                "269584514956138284910362779094042065058",
                "70309530261436730541125828043882402217",
                "136510252625606745327061244368186137469",
                "45046580439088497026942889130221425108",
                "118176389217663087501330006623337537197",
                "216517838429994113571716272188702693058",
                "244601968055314279562519047930403683333",
                "152678637227711784264928415395161658493",
                "229557477412742817405169325831828441922",
                "334721296120185579197902760024516673524",
                "183428710517459581557614932027906540283",
                "51216449585127182027056456714961538198",
                "156311904634102269448867873922198400723"
            ]
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "file": "include/fastdds/rtps/messages/CDRMessage.h"
        }
    },
    {
        "id": "CVE-2025-62603-12aa1fbe",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 408.0,
            "function_hash": "324408779895329786277269903302488460969"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "CDRMessage::readString",
            "file": "include/fastdds/rtps/messages/CDRMessage.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-13d8240f",
        "deprecated": false,
        "signature_type": "Line",
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "7069672669888923806831725791987500847",
                "183117475070783373607458791949189962308",
                "328887665337753723892353259265716001931",
                "145442766480829414688221213305741506220",
                "178652698583369776573877128965572568562",
                "41256027725255695417129754531456782534",
                "98173771538195224512793208057633424611",
                "130911967078330247319029352514203357485",
                "258839686804931970858536663473945136715",
                "240835149434577724318097447761369225401",
                "182438455597203524881996629036371267438",
                "6696540161598541785571431620143919971",
                "288288482615005201583273008338514510991",
                "224740992950082227035226399627956528945",
                "46427772291238582935736864697799365254",
                "319892909989994938184130715676254879520",
                "335391923332883398951730313256478179123",
                "201813785989310512801353197422550506197",
                "63023319149774050960125992398873200987",
                "266068410450683331905527479643460465852"
            ]
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "file": "src/cpp/fastdds/core/policy/ParameterList.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-14086d17",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 5708.0,
            "function_hash": "98633488590848354946900361961856316497"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "TEST",
            "file": "test/unittest/rtps/builtin/BuiltinDataSerializationTests.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-1abca55d",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 378.0,
            "function_hash": "181171346376767259516026381719622551130"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "CDRMessage::read_locator_list",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-1ba4d42b",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 248.0,
            "function_hash": "127653705721336739535345107446226529242"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "CDRMessage::readEntityId",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-1e1299a8",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 475.0,
            "function_hash": "268122690894907760556625852711993662853"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "CDRMessage::readDataHolderSeq",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-1e568196",
        "deprecated": false,
        "signature_type": "Line",
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "326090126025986135775764406978890584418",
                "59770783483292236718091670425725831387",
                "198194776357712805043074679990978012866",
                "21238586958924029270480832707760562975",
                "246394381037716444797336692108696745613",
                "242282401712062868924201297402502279944",
                "163647719452731066138920271288949702772"
            ]
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "file": "test/blackbox/common/BlackboxTestsSecurity.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-1f661d46",
        "deprecated": false,
        "signature_type": "Line",
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "209752226151022856855927021078690605855",
                "191105308172574921749968212056590812089",
                "111407881948128559312872582075981861967"
            ]
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "file": "include/fastdds/rtps/common/CDRMessage_t.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-23052534",
        "deprecated": false,
        "signature_type": "Line",
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "326090126025986135775764406978890584418",
                "59770783483292236718091670425725831387",
                "198194776357712805043074679990978012866",
                "21238586958924029270480832707760562975",
                "22699632580642938293790806409740345344",
                "13275967147381011424402106299551002505",
                "163647719452731066138920271288949702772"
            ]
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "file": "test/blackbox/common/BlackboxTestsSecurity.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-2530cb68",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 386.0,
            "function_hash": "195780649046060442770858545876957478435"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "CDRMessage::readUInt64",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-25dd62fe",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 492.0,
            "function_hash": "190805409626561758829313124611404519518"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-26e6eb48",
        "deprecated": false,
        "signature_type": "Line",
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "158171943060398053335649627821081297777",
                "302928037747112416097362097304300462267",
                "35600280949451594258496345061587288573",
                "240163112405677204646013260308544943781"
            ]
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "file": "test/unittest/rtps/builtin/BuiltinDataSerializationTests.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-2f18dfff",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 355.0,
            "function_hash": "25756299752969122490121835856472084942"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "CDRMessage::readOctetVector",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-2f20b7ba",
        "deprecated": false,
        "signature_type": "Line",
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "228587246717992884164256472277444256360",
                "158807818977805575648242996544107943319",
                "212673560082371201465858362261017471366",
                "138532955633763104798481303757473481206",
                "7069672669888923806831725791987500847",
                "70026766640641518428307887669633648841",
                "58564770014383119099975503782522833743",
                "328764840247264609877232498823597351039",
                "182033530543347104883591755890274952837",
                "290715550265885850223770005170023235617",
                "98173771538195224512793208057633424611",
                "130911967078330247319029352514203357485",
                "258839686804931970858536663473945136715",
                "240835149434577724318097447761369225401",
                "182438455597203524881996629036371267438",
                "6696540161598541785571431620143919971",
                "288288482615005201583273008338514510991",
                "224740992950082227035226399627956528945",
                "46427772291238582935736864697799365254",
                "319892909989994938184130715676254879520",
                "335391923332883398951730313256478179123",
                "201813785989310512801353197422550506197",
                "63023319149774050960125992398873200987",
                "266068410450683331905527479643460465852"
            ]
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "file": "src/cpp/fastdds/core/policy/ParameterList.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-311616ee",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 218.0,
            "function_hash": "241733591733272056715619787807581508207"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "CDRMessage::read_duration_t",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-3172d5da",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 253.0,
            "function_hash": "98672387864068559046104648180690777361"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "CDRMessage::readSequenceNumber",
            "file": "include/fastdds/rtps/messages/CDRMessage.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-33805762",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 205.0,
            "function_hash": "310996639762882232386462213881818444344"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "CDRMessage::readOctet",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-37361efe",
        "deprecated": false,
        "signature_type": "Line",
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "88639820046381985799189422677974977534",
                "339406692661617220957141318945133499981",
                "77161782424986011323622516624226877955",
                "262297707985469268432250909759099738324"
            ]
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "file": "include/fastdds/dds/core/policy/ParameterTypes.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-3743a3bc",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 392.0,
            "function_hash": "328346055389181480215386172145891512251"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "CDRMessage::readInt32",
            "file": "include/fastdds/rtps/messages/CDRMessage.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-3a74dcb6",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 246.0,
            "function_hash": "64964406447930978045283275516775854115"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "CDRMessage::readSequenceNumber",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-3ceca9ca",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 269.0,
            "function_hash": "266052574181299761404446509350875024508"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "CDRMessage::readTimestamp",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-3de851ec",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 212.0,
            "function_hash": "153637760853539373949401821555746278258"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "CDRMessage::readOctet",
            "file": "include/fastdds/rtps/messages/CDRMessage.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-3e17572b",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 275.0,
            "function_hash": "190135390435498067294376505150568360992"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-3f7076e4",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 444.0,
            "function_hash": "44455148578616058569623851042948544045"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "CDRMessage::read_external_locator_list",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-40305877",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 378.0,
            "function_hash": "181171346376767259516026381719622551130"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "CDRMessage::read_locator_list",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-4303ba6a",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 515.0,
            "function_hash": "290034490635619938099876708012242170621"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "CDRMessage::readString",
            "file": "include/fastdds/rtps/messages/CDRMessage.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-44f1ccf6",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 444.0,
            "function_hash": "44455148578616058569623851042948544045"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "CDRMessage::read_external_locator_list",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-452cc86d",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 421.0,
            "function_hash": "34863621347783320163601803417141672766"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "CDRMessage::readPropertySeq",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-496572d7",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 355.0,
            "function_hash": "25756299752969122490121835856472084942"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "CDRMessage::readOctetVector",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-4ad93472",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 393.0,
            "function_hash": "124242702100995541255726015169300795955"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "CDRMessage::readUInt64",
            "file": "include/fastdds/rtps/messages/CDRMessage.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-4d5d4366",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 518.0,
            "function_hash": "257035529369298319008927601964836030374"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "CDRMessage::readFragmentNumberSet",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-4d662d20",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 431.0,
            "function_hash": "185199013495344414309833164734479940416"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-4dc763e9",
        "deprecated": false,
        "signature_type": "Line",
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "12348407345272128917893915570238569056",
                "218928695664253016844208629623338424302",
                "272901904085381445339774879740094953074",
                "260069987722112858177883105378573667560",
                "301620596869567782467634031592758183459",
                "118550506363505008295242184002893393537",
                "280338191027696221417261191594577278642",
                "307201387016067668641689231905479505744",
                "309515602488538820355729254719436780809",
                "35860973245477406271242529953209604089",
                "156922417419635302864608898263939231535",
                "165145016296450024685426890827945108333",
                "180310338264360712308308181933124546598",
                "180288311591435952241787725115361037265",
                "234676955261779220839072635356258274958",
                "127092213331267871827719569091292665150",
                "209002702599975471552034682728290991990",
                "29894559021415670155634147838876923624",
                "199537486324135772566682852049538163097",
                "109855322205378368900404205693850217143",
                "152670690618566638455832002516479426815",
                "82473021084343295871838343655764168800",
                "79754306171976840739708453468932326340",
                "27356798560123590626164116329360141689",
                "175026878468744254449551172210840723800",
                "276135189775990295772936053307778830111",
                "146542367159651877375129800681317159216",
                "33508749667513655063590614620594064259",
                "42695106312278446080303169211557028158",
                "157865022719582398223937128459910045665",
                "255229158059115161795504044973134467955",
                "57469910154410326137022141549772936775",
                "144959670740061077027545448234667768886",
                "91303100358683543603711212961953874773",
                "336067567701962515451573641731074543033",
                "39801008880957543764001587149861596155",
                "218499987418921010320524124843638953512",
                "104717304932472672948545853779039909376",
                "243015175887635874867728422904306800815",
                "283773872857975753622301783720425549797",
                "240400545215783273638180668534726540442",
                "142218704724440099954806994061101210853",
                "292696466414818959892930179916087512109",
                "280338191027696221417261191594577278642",
                "307201387016067668641689231905479505744",
                "159359647405265405530382615957572014533",
                "173822583176971383253879718748747627065",
                "82949285538313633043411608353240101403",
                "304809375302454518120286288083559499194",
                "143929638566920464192386432875928953052",
                "124286625554959810140395668374315527942",
                "328788499092213026836224439173745550302",
                "69684327371318627502331710390821450481",
                "301173404103627890133284608333321122221",
                "125867519997224052374721651855091445681",
                "189240857409741641360725283958053965770",
                "44626182757628535333186287198436606801",
                "102384296834225051453461756017494653813",
                "262227950378059877201458214825335147109",
                "209002702599975471552034682728290991990",
                "108018564267352194350472662575091112244",
                "156364859434764817647382144969782912100",
                "45602715434123564063075042744363481726",
                "113454202195687644377245764657977087841",
                "77342680687611802253465227268584136202",
                "58447053166958334000705586070641057750",
                "10042493976445911283816944274380052980",
                "41969137886897693722123668566126039180",
                "297004512201608118667111849320505102211",
                "287525573218888834362970897501239201096",
                "262703963783290941252744798540715425417",
                "238539366954636294964133103905698647689",
                "252447908951544695337297008512080957327",
                "280338191027696221417261191594577278642",
                "307201387016067668641689231905479505744",
                "261444179013641485441461736159629495946",
                "104001878425600018929771022034178968406",
                "88208212030957925889380303913383267387",
                "184073866617708702561627975661365118996",
                "44855746464696345499411080899265124560",
                "179231542956577468851944737550002900743",
                "286967790859445114650852122776395803671",
                "108343700497644549951499319603929017356",
                "221823909630727148556639594993086414680",
                "281578609552263518735550740343248747274",
                "42745253009585695259438967730408285073",
                "197738701920075297284849159529973548367",
                "137525179400253360362814290379552259549",
                "26624388961342411200712677940865199525",
                "217273789250494255894426415803427841313",
                "323017845780936319042914488722124031080",
                "297695172982409571326403961002468584304",
                "192459629064850506881551272681356011303",
                "93535293951842768463153767013935043263",
                "280961981460982861103035674530289102023",
                "209313302184326446115482274350379078432",
                "280338191027696221417261191594577278642",
                "307201387016067668641689231905479505744",
                "262119391782232967578368140268342104070",
                "236968261522341893632245738529793662646",
                "226559154356188694546160503150364995935",
                "211525825695684932122912402143062612164",
                "44855746464696345499411080899265124560",
                "179231542956577468851944737550002900743",
                "286967790859445114650852122776395803671",
                "108343700497644549951499319603929017356",
                "221823909630727148556639594993086414680",
                "281578609552263518735550740343248747274",
                "42745253009585695259438967730408285073",
                "197738701920075297284849159529973548367",
                "137525179400253360362814290379552259549",
                "26624388961342411200712677940865199525",
                "217273789250494255894426415803427841313",
                "280431025421737370381520738778649764865",
                "260528708850606494653873579169607155604",
                "83886467650549659782452411307240296819",
                "190939582367041732198508671040255430828",
                "111732842783495468946812257746710247072",
                "295674509932783380400787724200632958694",
                "40764823520001911973986419254954886298",
                "119671825532824972134762415144942831340",
                "37763348325297623554547615392624524779",
                "309890177567794413936215210870005309287",
                "302985581920324427345974815896495471617",
                "235519049623397045047416819430825360756",
                "160414173631859670806606649737365284201",
                "53744650643131184770334183713126766911",
                "275073403799749600723435780106784313746",
                "64728896000232655546040010787618962955",
                "89685934245359471093895914685667476269",
                "216985477379085614064553631846335163517",
                "95133209881331736151068864642396149855",
                "271780240174523553290488165873016603021",
                "65355191137379210328572139039408203736",
                "189845648643762862353330693285570614882",
                "62430603906537657646895637883813010795",
                "331842345668408137836099583465637376195",
                "310551427636438407147664172677824086093",
                "98353983776489435449434936604147788058",
                "135577168144455281886466360104619456214",
                "72754481461462809818124552152569809156",
                "133081540545391938271277354753156763530",
                "40764823520001911973986419254954886298",
                "119671825532824972134762415144942831340",
                "108896602734902935690927054051629225089",
                "272643216568775967426695848937112374654",
                "158862961267258557558936468633779338535",
                "330653518480882687995236919769122244443",
                "160414173631859670806606649737365284201",
                "53744650643131184770334183713126766911",
                "275073403799749600723435780106784313746",
                "64728896000232655546040010787618962955",
                "89685934245359471093895914685667476269",
                "216985477379085614064553631846335163517",
                "95133209881331736151068864642396149855",
                "271780240174523553290488165873016603021",
                "65355191137379210328572139039408203736",
                "189845648643762862353330693285570614882",
                "62430603906537657646895637883813010795",
                "78221193848913003578639315784452059392",
                "64916752747543367772462966310617076760",
                "103305026814704394227893204497587014693",
                "275335550098510790682513749545765401137",
                "102796391896889545516646489237489328151",
                "228723074530535168822882272947803018769",
                "40764823520001911973986419254954886298",
                "119671825532824972134762415144942831340",
                "339566363439768435097704052056532152984",
                "262455543753268600517491061643935223942",
                "80402463577024259504679946460188119929",
                "91795755555452721756200405233568074423",
                "85210273392070733237817991275945612589",
                "302855840784796103006737413696409230891",
                "143410509911980074014579467518556023031",
                "22145282848331671723077016349535500793",
                "323778866207636935060845328088597780984",
                "286254322891054113513049373369324842416",
                "391947132895741471698045107609660796",
                "257936503624661328867742554850377230715",
                "100583013736895814379645013160179898249",
                "6288318062666240218257426840051600657",
                "191277017140677929293641767143490568574",
                "330586405136783507188376916212965043633",
                "8309458421425124588663841518415365596",
                "318164240896724640625163373509084916450",
                "5208431838175968399829429999156218443",
                "6136552553226106609537208082996156354",
                "25258166461727409564178695234724142511",
                "59044500082060108336581925840057759006",
                "256515382201755110158095105225256927272",
                "249121913538297786193364437574408879370",
                "150146488836044926240182128742302278894",
                "315318526175534268448852902999765880209",
                "16199088631373091545467584097720741003",
                "133182842156461971608751715012311097835",
                "247483092955900202819353100819096613429",
                "157022919656949128713437184147162759364",
                "314312195679537418806915067780156680979",
                "318164240896724640625163373509084916450",
                "5208431838175968399829429999156218443",
                "6136552553226106609537208082996156354",
                "25258166461727409564178695234724142511",
                "245487212090912880593723353015522259803",
                "99615357370203287186416491823333152517",
                "284492038467089609873675669833090188640",
                "4031445515284377132207707440515629157",
                "128804151031352463348732629754543675154",
                "217040975139197380033491262235255189645",
                "300922805019927053284406301748526618684",
                "84818117507460399428745155638103826571",
                "195428483470135890975916687732872654525",
                "165593663137232436975774038042022723937",
                "211504491886814298463372398394473480025",
                "243600873412191931838203776561394559177",
                "177012671289783535091404676291838756617",
                "330026509884675132751314298225457330436",
                "7283510548138056390302399596414768227",
                "139141561742435159227460166088555054574",
                "163286297829087365348884740252971868951",
                "78093977680666044386985630458370421885",
                "323754792667045745792898498078854013688",
                "49425431859361558571510615485989628784",
                "313435420622969283431838666789028954319",
                "17392943561044615423002464662241092707",
                "177420435198426571866065219282124184724",
                "73451328941560938180299917252140650039",
                "276485223132774236490781170912364052156",
                "137863909250696590663733035889445051072",
                "297750794647464212415483234757239676901",
                "108683030234790395341096913661179610322",
                "289382256493510513037276046211678532396",
                "165736673542352764627794910959660367760",
                "244191543501828144664165339073307799791",
                "71099542330713972909489764554184981024",
                "79514146797905899397894471544690467027",
                "215180442059284586414824132275372827134",
                "199092472544493964082149270902873210153",
                "134536283863868440446888197448801187758",
                "270601377410578850845568554029844584412",
                "73120878391740012481792938904835867795",
                "124604701919204457074387905339466222751",
                "53278404765480208651562748386995038311",
                "176738069823661763542047392134792300345",
                "239775619448004118960367855896525810895",
                "313435420622969283431838666789028954319",
                "17392943561044615423002464662241092707",
                "177420435198426571866065219282124184724",
                "73451328941560938180299917252140650039",
                "276485223132774236490781170912364052156",
                "137863909250696590663733035889445051072",
                "297750794647464212415483234757239676901",
                "108683030234790395341096913661179610322",
                "289382256493510513037276046211678532396",
                "165736673542352764627794910959660367760",
                "244191543501828144664165339073307799791",
                "71099542330713972909489764554184981024",
                "79514146797905899397894471544690467027",
                "215180442059284586414824132275372827134",
                "199092472544493964082149270902873210153",
                "134536283863868440446888197448801187758",
                "335018633321076682461338808876060680587",
                "316420178514912140203831226410570619480",
                "122860035346549879320919492032298402136",
                "293554949982900925001334405394045056866",
                "179671973096262229585363203680493260947",
                "242875027975948128294276763477186608585",
                "171467316768698549520337848053199722431",
                "75753589607107868145307251231461774105",
                "157835306048156415456621075155192627633",
                "219608731973979917694993393366778444133",
                "280338191027696221417261191594577278642",
                "307201387016067668641689231905479505744",
                "172190508966828377991693477934724456562",
                "244416973609405713750504305102330974603",
                "284969437015376549528499370000608746689",
                "231883981753126169217679892585008275773",
                "157404699539520603675416312179829658708",
                "78600739327807681138405010263184621219",
                "72171920915978390014436285280476829576",
                "4736755042523063551803967395412979098",
                "99803567311504550009043469429902220368",
                "225371717567259279125673059721133990185",
                "131852494217684845315489045842460588146",
                "145070601009078899664606794791433878537",
                "97186529692697592557857827010968191995",
                "49923086348891618953499361208625663049",
                "31299639108381698276708155863186005539",
                "154025947322918371399031096321895414360",
                "280760699038313131620548481609069206066",
                "336357915430929506620794107679876232282",
                "28965992364524992599153189209515370648",
                "35210317792317339628442559042231089692",
                "13267331181814558209491430203496431514",
                "131852494217684845315489045842460588146",
                "145070601009078899664606794791433878537",
                "97186529692697592557857827010968191995",
                "49923086348891618953499361208625663049",
                "31299639108381698276708155863186005539",
                "300700011047126383658129425736522497369",
                "76146432330199416202789593615809730057",
                "155036268168364075739169921807489841275",
                "311686393563397191757890220161774147526",
                "313049286059956124229352221741276026631",
                "275273565275620510572063054602935852344",
                "39365022905191872370251907364093853599",
                "221409232926977930200184252559382050698",
                "297309610267612808721674702832717068972",
                "157663850287517561081019597609834566483",
                "202623761902904669674468806669335317808",
                "306792837880784680185260191656984646952",
                "170563121037686462262666487818360273275",
                "58499014749562758346187213795999950098",
                "273776910387025739779341821500349875427",
                "33073865105012421560190084987632557775",
                "221409232926977930200184252559382050698",
                "3459739980326846617737907187251844173",
                "296918925038461739428200911390996637034",
                "85191108220686670307925420078578334901",
                "226798458202081410859695902101610582767",
                "102534036997401372049291452985307390581",
                "37386405444066611552533955762778536357",
                "56158305228004152916952341695600172816",
                "84576437832400094881570060657053532724",
                "95375236565261246559771740093474681053",
                "312764818620181558280994296224486545746",
                "241227080974027774238120804037881917785",
                "244300680610855173758569793474657110191",
                "144940098427522617638456553312219912415",
                "16694968851092971037197945918026517068",
                "218050341734780422014580923836183673726",
                "43923801795191160264296990458647272103",
                "182034671014747627224804962060067964983",
                "316598231227972531928255149378700676794",
                "250834816719528120183092716316926914109",
                "175157997575270975216911835689229004216",
                "243324816772244113485711465549713352927",
                "337286755884457463367275505029515751168",
                "83799679398699751546352160888871912931",
                "159722816110967943294513196483512678995",
                "247381277310787432346622255239272866193",
                "310777489692960563947560911014290546010",
                "68050526580601937201396268447897910515",
                "70229013962626827683549275552201892425",
                "310371561458709077015893452883977103900",
                "299875503858665610669241388195726338318"
            ]
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "file": "include/fastdds/rtps/messages/CDRMessage.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-4df24dab",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 252.0,
            "function_hash": "168754150447745770559232764461818852691"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "CDRMessage::readDataReversed",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-4f58dc86",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 456.0,
            "function_hash": "306177783829862464807238518110262798663"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "read_string",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-4fe8ef3f",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 269.0,
            "function_hash": "266052574181299761404446509350875024508"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "CDRMessage::readTimestamp",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-50b3e354",
        "deprecated": false,
        "signature_type": "Line",
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "276303870953235805848241510788863112385",
                "306336213139786554629442795700670333284",
                "190407454859893783586324517827930204703",
                "312087151941597697428313216687284154800",
                "301620596869567782467634031592758183459",
                "118550506363505008295242184002893393537",
                "280338191027696221417261191594577278642",
                "307201387016067668641689231905479505744",
                "309515602488538820355729254719436780809",
                "35860973245477406271242529953209604089",
                "156922417419635302864608898263939231535",
                "165145016296450024685426890827945108333",
                "167152959229968280992673297487363880959",
                "250258528893983825296087026287951093645",
                "1922670548221403521458571018103150557",
                "244845922277014538578713449241547302909",
                "209002702599975471552034682728290991990",
                "29894559021415670155634147838876923624",
                "199537486324135772566682852049538163097",
                "109855322205378368900404205693850217143",
                "152670690618566638455832002516479426815",
                "82473021084343295871838343655764168800",
                "79754306171976840739708453468932326340",
                "27356798560123590626164116329360141689",
                "175026878468744254449551172210840723800",
                "276135189775990295772936053307778830111",
                "146542367159651877375129800681317159216",
                "33508749667513655063590614620594064259",
                "42695106312278446080303169211557028158",
                "157865022719582398223937128459910045665",
                "255229158059115161795504044973134467955",
                "57469910154410326137022141549772936775",
                "144959670740061077027545448234667768886",
                "91303100358683543603711212961953874773",
                "336067567701962515451573641731074543033",
                "39801008880957543764001587149861596155",
                "324967814674462720615198784904372293597",
                "168710520892328225639145621195486987544",
                "49239666932250053480691833247986812672",
                "180024488088389670963025563087935546947",
                "240400545215783273638180668534726540442",
                "142218704724440099954806994061101210853",
                "292696466414818959892930179916087512109",
                "280338191027696221417261191594577278642",
                "307201387016067668641689231905479505744",
                "159359647405265405530382615957572014533",
                "173822583176971383253879718748747627065",
                "82949285538313633043411608353240101403",
                "304809375302454518120286288083559499194",
                "143929638566920464192386432875928953052",
                "124286625554959810140395668374315527942",
                "328788499092213026836224439173745550302",
                "69684327371318627502331710390821450481",
                "301173404103627890133284608333321122221",
                "125867519997224052374721651855091445681",
                "42193042292103539512906852893238080228",
                "8063444986789875590315853272351344873",
                "45531300417665070884306840242182896999",
                "24678384615834008209725556554689013577",
                "209002702599975471552034682728290991990",
                "108018564267352194350472662575091112244",
                "156364859434764817647382144969782912100",
                "45602715434123564063075042744363481726",
                "113454202195687644377245764657977087841",
                "77342680687611802253465227268584136202",
                "58447053166958334000705586070641057750",
                "10042493976445911283816944274380052980",
                "209835710175076823638192189373983331742",
                "334007424366731374583207221310921235286",
                "43789845893693937535080648172135186639",
                "129194544021506375946713633892008002164",
                "238539366954636294964133103905698647689",
                "252447908951544695337297008512080957327",
                "280338191027696221417261191594577278642",
                "307201387016067668641689231905479505744",
                "261444179013641485441461736159629495946",
                "104001878425600018929771022034178968406",
                "88208212030957925889380303913383267387",
                "184073866617708702561627975661365118996",
                "44855746464696345499411080899265124560",
                "179231542956577468851944737550002900743",
                "286967790859445114650852122776395803671",
                "108343700497644549951499319603929017356",
                "221823909630727148556639594993086414680",
                "281578609552263518735550740343248747274",
                "42745253009585695259438967730408285073",
                "197738701920075297284849159529973548367",
                "137525179400253360362814290379552259549",
                "26624388961342411200712677940865199525",
                "217273789250494255894426415803427841313",
                "118266351328058631386950886188990171588",
                "204863045934962718889281824077519001400",
                "197019136686909845398318668655695125524",
                "326687307973706977935908549039846570791",
                "280961981460982861103035674530289102023",
                "209313302184326446115482274350379078432",
                "280338191027696221417261191594577278642",
                "307201387016067668641689231905479505744",
                "262119391782232967578368140268342104070",
                "236968261522341893632245738529793662646",
                "226559154356188694546160503150364995935",
                "211525825695684932122912402143062612164",
                "44855746464696345499411080899265124560",
                "179231542956577468851944737550002900743",
                "286967790859445114650852122776395803671",
                "108343700497644549951499319603929017356",
                "221823909630727148556639594993086414680",
                "281578609552263518735550740343248747274",
                "42745253009585695259438967730408285073",
                "197738701920075297284849159529973548367",
                "137525179400253360362814290379552259549",
                "26624388961342411200712677940865199525",
                "217273789250494255894426415803427841313",
                "181805333412870948817656536321985773741",
                "113927667679988851121020400182213343027",
                "187198576416151480942346817748195438460",
                "16006161427109428480868891381861276781",
                "111732842783495468946812257746710247072",
                "295674509932783380400787724200632958694",
                "40764823520001911973986419254954886298",
                "119671825532824972134762415144942831340",
                "37763348325297623554547615392624524779",
                "309890177567794413936215210870005309287",
                "302985581920324427345974815896495471617",
                "235519049623397045047416819430825360756",
                "160414173631859670806606649737365284201",
                "53744650643131184770334183713126766911",
                "275073403799749600723435780106784313746",
                "64728896000232655546040010787618962955",
                "89685934245359471093895914685667476269",
                "216985477379085614064553631846335163517",
                "95133209881331736151068864642396149855",
                "271780240174523553290488165873016603021",
                "65355191137379210328572139039408203736",
                "189845648643762862353330693285570614882",
                "62430603906537657646895637883813010795",
                "195088129078290990336872211829141583012",
                "315609973341825468651100011559044498624",
                "57570144780690235984615282376882051064",
                "73409259417809637027563865750618076699",
                "72754481461462809818124552152569809156",
                "133081540545391938271277354753156763530",
                "40764823520001911973986419254954886298",
                "119671825532824972134762415144942831340",
                "108896602734902935690927054051629225089",
                "272643216568775967426695848937112374654",
                "158862961267258557558936468633779338535",
                "330653518480882687995236919769122244443",
                "160414173631859670806606649737365284201",
                "53744650643131184770334183713126766911",
                "275073403799749600723435780106784313746",
                "64728896000232655546040010787618962955",
                "89685934245359471093895914685667476269",
                "216985477379085614064553631846335163517",
                "95133209881331736151068864642396149855",
                "271780240174523553290488165873016603021",
                "65355191137379210328572139039408203736",
                "189845648643762862353330693285570614882",
                "62430603906537657646895637883813010795",
                "47845600763884081186432340190125783872",
                "81420541951470551105345572716890197681",
                "36286782947341996594807530904325345583",
                "801786361072081960857927067717223947",
                "102796391896889545516646489237489328151",
                "228723074530535168822882272947803018769",
                "40764823520001911973986419254954886298",
                "119671825532824972134762415144942831340",
                "339566363439768435097704052056532152984",
                "262455543753268600517491061643935223942",
                "80402463577024259504679946460188119929",
                "91795755555452721756200405233568074423",
                "82499057746574992748500567882946714776",
                "134828126283472237398599495791466124400",
                "86229501232197163967645644514986390625",
                "211281371395462655213352581359693470940",
                "323778866207636935060845328088597780984",
                "286254322891054113513049373369324842416",
                "391947132895741471698045107609660796",
                "257936503624661328867742554850377230715",
                "100583013736895814379645013160179898249",
                "6288318062666240218257426840051600657",
                "191277017140677929293641767143490568574",
                "330586405136783507188376916212965043633",
                "8309458421425124588663841518415365596",
                "318164240896724640625163373509084916450",
                "5208431838175968399829429999156218443",
                "6136552553226106609537208082996156354",
                "25258166461727409564178695234724142511",
                "59044500082060108336581925840057759006",
                "256515382201755110158095105225256927272",
                "249121913538297786193364437574408879370",
                "150146488836044926240182128742302278894",
                "315318526175534268448852902999765880209",
                "16199088631373091545467584097720741003",
                "133182842156461971608751715012311097835",
                "247483092955900202819353100819096613429",
                "157022919656949128713437184147162759364",
                "314312195679537418806915067780156680979",
                "318164240896724640625163373509084916450",
                "5208431838175968399829429999156218443",
                "6136552553226106609537208082996156354",
                "25258166461727409564178695234724142511",
                "245487212090912880593723353015522259803",
                "99615357370203287186416491823333152517",
                "284492038467089609873675669833090188640",
                "4031445515284377132207707440515629157",
                "128804151031352463348732629754543675154",
                "217040975139197380033491262235255189645",
                "300922805019927053284406301748526618684",
                "282485137772969398451158768457080315656",
                "195428483470135890975916687732872654525",
                "165593663137232436975774038042022723937",
                "211504491886814298463372398394473480025",
                "243600873412191931838203776561394559177",
                "177012671289783535091404676291838756617",
                "330026509884675132751314298225457330436",
                "7283510548138056390302399596414768227",
                "139141561742435159227460166088555054574",
                "163286297829087365348884740252971868951",
                "271544687992409788587564922480727886223",
                "325015626000892083399633731621907674830",
                "254054104568153860578523539073393317073",
                "128310164323138676825912861784848283473",
                "339732656904261646163069261325185853988",
                "220011950351900727791358008642737192742",
                "229811455026775628283893489118512807689",
                "337273126106438539695134884545170512665",
                "150706441638295758457934242050818848784",
                "50713120289659036372861426128623134071",
                "2820721345015597444462857555561851877",
                "88971901980267154324083283285663399130",
                "91335448847665175490927172555960021714",
                "250831178141643990526342353439059248339",
                "232131389713711442354291296108853270561",
                "15256601864864921509959936912588109819",
                "239103715586306742140527929293076312217",
                "212435153021370665488551762241942933972",
                "169396153577435118390174175543281659465",
                "318053832273510964049357094234963906186",
                "233256093547519860232130914813180340706",
                "170534530156117306405944352231353497084",
                "272117350284317039906172412087085161573",
                "165403131359785712400653986391346759270",
                "222757456718283964751418378893988177949",
                "162472956891594023140410773415072504604",
                "227468861327602717952262041803078095383",
                "21853134838586911893602483019846977216",
                "249320819643649064694542920503771931608",
                "305625649310377129251481142993307128266",
                "127179573180350275327916622698205448906",
                "173943747377661105066050344886695159703",
                "296689364999331447216459712206580678716",
                "268540686416980323148104869631016687391",
                "185569290907295147950121586718778691649",
                "323754792667045745792898498078854013688",
                "49425431859361558571510615485989628784",
                "313435420622969283431838666789028954319",
                "17392943561044615423002464662241092707",
                "177420435198426571866065219282124184724",
                "73451328941560938180299917252140650039",
                "276485223132774236490781170912364052156",
                "137863909250696590663733035889445051072",
                "297750794647464212415483234757239676901",
                "108683030234790395341096913661179610322",
                "289382256493510513037276046211678532396",
                "165736673542352764627794910959660367760",
                "244191543501828144664165339073307799791",
                "71099542330713972909489764554184981024",
                "79514146797905899397894471544690467027",
                "215180442059284586414824132275372827134",
                "199092472544493964082149270902873210153",
                "134536283863868440446888197448801187758",
                "303314639177413836217861412797631156891",
                "136262095265607760973511364016428470161",
                "49417708929309796282836056023171835024",
                "57439407976928712381274696710489296739",
                "176738069823661763542047392134792300345",
                "239775619448004118960367855896525810895",
                "313435420622969283431838666789028954319",
                "17392943561044615423002464662241092707",
                "177420435198426571866065219282124184724",
                "73451328941560938180299917252140650039",
                "276485223132774236490781170912364052156",
                "137863909250696590663733035889445051072",
                "297750794647464212415483234757239676901",
                "108683030234790395341096913661179610322",
                "289382256493510513037276046211678532396",
                "165736673542352764627794910959660367760",
                "244191543501828144664165339073307799791",
                "71099542330713972909489764554184981024",
                "79514146797905899397894471544690467027",
                "215180442059284586414824132275372827134",
                "199092472544493964082149270902873210153",
                "134536283863868440446888197448801187758",
                "308861443231183470347010299053935610532",
                "338561920431120773086834728377469316366",
                "285622639032178541771928514939744818733",
                "265449759418831549295032653335016732854",
                "179671973096262229585363203680493260947",
                "242875027975948128294276763477186608585",
                "171467316768698549520337848053199722431",
                "75753589607107868145307251231461774105",
                "157835306048156415456621075155192627633",
                "219608731973979917694993393366778444133",
                "280338191027696221417261191594577278642",
                "307201387016067668641689231905479505744",
                "172190508966828377991693477934724456562",
                "244416973609405713750504305102330974603",
                "284969437015376549528499370000608746689",
                "231883981753126169217679892585008275773",
                "157404699539520603675416312179829658708",
                "78600739327807681138405010263184621219",
                "72171920915978390014436285280476829576",
                "308128894631406859340678934462782978940",
                "99803567311504550009043469429902220368",
                "225371717567259279125673059721133990185",
                "131852494217684845315489045842460588146",
                "145070601009078899664606794791433878537",
                "97186529692697592557857827010968191995",
                "49923086348891618953499361208625663049",
                "31299639108381698276708155863186005539",
                "154025947322918371399031096321895414360",
                "280760699038313131620548481609069206066",
                "336357915430929506620794107679876232282",
                "121547485471062263339414605884183360812",
                "66298488132840880633103311091762879936",
                "77593714666694982617100955275413402263",
                "131852494217684845315489045842460588146",
                "145070601009078899664606794791433878537",
                "97186529692697592557857827010968191995",
                "49923086348891618953499361208625663049",
                "31299639108381698276708155863186005539",
                "300700011047126383658129425736522497369",
                "76146432330199416202789593615809730057",
                "155036268168364075739169921807489841275",
                "183753840079040149523537674612893442798",
                "249857054752401450525936149617891867977",
                "275273565275620510572063054602935852344",
                "39365022905191872370251907364093853599",
                "221409232926977930200184252559382050698",
                "297309610267612808721674702832717068972",
                "157663850287517561081019597609834566483",
                "202623761902904669674468806669335317808",
                "306792837880784680185260191656984646952",
                "194398390909242520161862597128273034779",
                "43543019912827026402216407710987570712",
                "273776910387025739779341821500349875427",
                "33073865105012421560190084987632557775",
                "221409232926977930200184252559382050698",
                "3459739980326846617737907187251844173",
                "296918925038461739428200911390996637034",
                "85191108220686670307925420078578334901",
                "226798458202081410859695902101610582767",
                "206217326809443304148050815352446616966",
                "193623418980252034848361545604748501829",
                "56158305228004152916952341695600172816",
                "84576437832400094881570060657053532724",
                "272728391975344164276733246230282182174",
                "312764818620181558280994296224486545746",
                "241227080974027774238120804037881917785",
                "244300680610855173758569793474657110191",
                "144940098427522617638456553312219912415",
                "16694968851092971037197945918026517068",
                "218050341734780422014580923836183673726",
                "43923801795191160264296990458647272103",
                "182034671014747627224804962060067964983",
                "316598231227972531928255149378700676794",
                "250834816719528120183092716316926914109",
                "175157997575270975216911835689229004216",
                "243324816772244113485711465549713352927",
                "337286755884457463367275505029515751168",
                "83799679398699751546352160888871912931",
                "159722816110967943294513196483512678995",
                "247381277310787432346622255239272866193",
                "310777489692960563947560911014290546010",
                "189669026477517577621029248313276797217",
                "87335422018801166634626012768969231028",
                "293552967101869481051333449546095750066",
                "336699445575839059466721175230297766091",
                "309312300628444716264205736431352576836",
                "299322347223605403134773339250915197634",
                "226161575457776931655107599949107783871",
                "137966065505171988069367464295309254565",
                "106014939917065224908781256915606783578",
                "12076679427217203939033967370608658739",
                "68050526580601937201396268447897910515",
                "70229013962626827683549275552201892425",
                "310371561458709077015893452883977103900",
                "299875503858665610669241388195726338318"
            ]
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-51922fb0",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 394.0,
            "function_hash": "287503723097790912861811970767765452384"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "CDRMessage::read_external_locator",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-51f4076b",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 456.0,
            "function_hash": "306177783829862464807238518110262798663"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "read_string",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-544afb3e",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 385.0,
            "function_hash": "215991161912794044044029715459754482449"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "CDRMessage::readInt32",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-54cd68a8",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 1279.0,
            "function_hash": "123273385054681041917142145650378823323"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "read_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-56ce24bd",
        "deprecated": false,
        "signature_type": "Line",
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "7069672669888923806831725791987500847",
                "183117475070783373607458791949189962308",
                "328887665337753723892353259265716001931",
                "145442766480829414688221213305741506220",
                "178652698583369776573877128965572568562",
                "41256027725255695417129754531456782534",
                "98173771538195224512793208057633424611",
                "130911967078330247319029352514203357485",
                "258839686804931970858536663473945136715",
                "240835149434577724318097447761369225401",
                "182438455597203524881996629036371267438",
                "6696540161598541785571431620143919971",
                "288288482615005201583273008338514510991",
                "224740992950082227035226399627956528945",
                "46427772291238582935736864697799365254",
                "319892909989994938184130715676254879520",
                "335391923332883398951730313256478179123",
                "201813785989310512801353197422550506197",
                "63023319149774050960125992398873200987",
                "266068410450683331905527479643460465852"
            ]
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "file": "src/cpp/fastdds/core/policy/ParameterList.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-5cf7cb3e",
        "deprecated": false,
        "signature_type": "Line",
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "247928637173553698517828278553958137710",
                "266694147835040474987283285793280033688",
                "127024521803944423286515534640495404874",
                "212261737451964727492451362543920265868",
                "247928637173553698517828278553958137710",
                "58831810921128755897439811327813164041",
                "12893051281980251194501092104059347270",
                "120144885242493307037200216180621453286"
            ]
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "file": "src/cpp/rtps/security/SecurityManager.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-5da369c7",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 525.0,
            "function_hash": "229613258836022055414115169682347906325"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "CDRMessage::readFragmentNumberSet",
            "file": "include/fastdds/rtps/messages/CDRMessage.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-5e5ed5a1",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 367.0,
            "function_hash": "64823525596756199400505898897633612072"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-6071e327",
        "deprecated": false,
        "signature_type": "Line",
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "322325955639699533187540454369412712722",
                "153996783823739404557935366873666661434",
                "201567081023860780962625661518942008744",
                "1694389325621428204749525119334028127"
            ]
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "file": "test/blackbox/common/DatagramInjectionTransport.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-63e2e8d1",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 358.0,
            "function_hash": "31887090939909082691101543914398243543"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-6723714a",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 218.0,
            "function_hash": "241733591733272056715619787807581508207"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "CDRMessage::read_duration_t",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-67345280",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 421.0,
            "function_hash": "34863621347783320163601803417141672766"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "CDRMessage::readPropertySeq",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-673f820a",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 1164.0,
            "function_hash": "105445648481507584377310739881154889944"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "ParameterList::readInstanceHandleFromCDRMsg",
            "file": "src/cpp/fastdds/core/policy/ParameterList.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-68e6b6ff",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 369.0,
            "function_hash": "267390965692242100210541415486553025949"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-6a4e029c",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 368.0,
            "function_hash": "120108159165844442796293478558346415998"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-6ac89380",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 294.0,
            "function_hash": "251759999001019218827173976306830307783"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "CDRMessage::read_locator",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-6b1c3acd",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 492.0,
            "function_hash": "190805409626561758829313124611404519518"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-6b4739cd",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 1164.0,
            "function_hash": "105445648481507584377310739881154889944"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "ParameterList::readInstanceHandleFromCDRMsg",
            "file": "src/cpp/fastdds/core/policy/ParameterList.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-6b7ba50b",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 753.0,
            "function_hash": "282334835231173530990044506849681886412"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "CDRMessage::readSequenceNumberSet",
            "file": "include/fastdds/rtps/messages/CDRMessage.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-6cb81438",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 1461.0,
            "function_hash": "336411649095691057069253257722363553622"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-6cfb337a",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 385.0,
            "function_hash": "211658920580662253634677008729282500682"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "CDRMessage::read_array_with_max_size",
            "file": "include/fastdds/rtps/messages/CDRMessage.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-6f09ddf4",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 399.0,
            "function_hash": "171571362520599953638683327884690073435"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "CDRMessage::read_resource_limited_container_config",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-71c1ffb3",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 200.0,
            "function_hash": "276725361966829302561482541498720570476"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "CDRMessage::skip",
            "file": "include/fastdds/rtps/messages/CDRMessage.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-720d0c54",
        "deprecated": false,
        "signature_type": "Line",
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "155252986312059489369685510725369520190",
                "260126654788419034806484059565371729362",
                "218784413230329830040062235140103816607",
                "302778506644188973412163453150910387589",
                "301703238915761120304184269728571345857",
                "165373787558019034601238871888528646878",
                "197679146500884193883118854143172759376",
                "54865643796505322075365314940070505455",
                "171612520264555830284309195564889288767",
                "213992808752380385134208160006174369538",
                "240627877509230484134489165654309844520",
                "258332316552435543861231418704976742893",
                "288184928349050224765423752909010124108",
                "51637415519204788215955180142673845820",
                "274360924452161325335631728695888718526",
                "219395629586494758617509029039976465265",
                "29236523432969553078835285184274086153",
                "280085278554830040146976729077012492073",
                "121387926907249306605025925294092360517",
                "79005673777799678518838841811265152095",
                "34211711280399960420122859842408115491",
                "250737529281957271983960930068193484818",
                "292151710815661993166895457680295939790",
                "260976529714613018350644826925816730423",
                "117178388619133708224175382394590538874",
                "333464932215252062060182460609482636104",
                "62286747518355681620178820648549406202",
                "65330163293158169974324332622554037177",
                "26090564498129146808374583209896648635",
                "277999090659923677377680261777233590550",
                "55453548497167256985868811196944588765",
                "11035457549987987827158203386692210361",
                "8448793381677221541912800320726844597",
                "319644698424869729632501577155285148835",
                "268091948813253805890401938694246627491",
                "122037546447934912150659310787841006745",
                "45390069211037270182220633071424947883",
                "163745879195012179887963921505468499843",
                "316113439801582178970188134536025822213",
                "219121720124942035911478480031110826064",
                "52331387927206185408355651589899857829",
                "299108188226810469527042514984724448921",
                "179612594418140303981096354105011501578",
                "187953749740741014981729479560712691194",
                "86069654030027511294999214264446560722",
                "317819866455935050425962593022629481913",
                "285178944206694039659705405470302010563",
                "230927047777092070110905899663955358530",
                "118696332992563476630133769492938744139",
                "154259029068893541371207267608582315939",
                "281669824151015776349205246051555204976",
                "55696937738029489743247733328389747660",
                "322258331523967860180253735135920964641",
                "322543534123769306676613991077943429694",
                "132790351088313585359172560483569682911",
                "96951296610109208328103162851865932300",
                "36910798992619434866948777684427326748",
                "2361611978164159305178762388981771629",
                "24800188138673494419270018346924228087",
                "306446337485284892583295925064650449905",
                "153181928317672903193508535288926805897",
                "306404950386456140095642499615903911795",
                "63892059054009532291452253317024771534",
                "256166721911128803810329538142060344121",
                "203542177234243009606012088288005591331",
                "40389118639983760825667243727275636308",
                "81725092168819037183756019316210291753",
                "90452189134098613780445362489341372407",
                "173738574155864673657781995568492451265",
                "197863669010324002063515267848571101917",
                "77769354883808695096089325423157609423",
                "319898706553752855962942743714491168772",
                "91023850867528853396223915653917409402",
                "128355212449675142363744961330489557091",
                "260065266675318462419303285436490291071",
                "245856316068627158176946784456193950758",
                "211093556118038646621089928904185771160",
                "21788046330610886028837302144891536259",
                "288354273846967358712246441227531548241",
                "8610623333549772302279129050053782257",
                "313153481317097377022453657959226470411",
                "142328951710960693942112039583258800185",
                "70232055416284129335194534416357372741",
                "141229883082788077359046935136847847649",
                "133861313824446246822790393978290884271",
                "22069766717158903121282010999614642641",
                "123774858923909576161389441352654706475",
                "92975306704914521293381007278056450732",
                "255901182149736786665176653275230777790",
                "92164880160083415614331991956550945129",
                "152070252386142965025580874784709790731",
                "283045301439719670574808557006483315214",
                "336211905595747391984523557797537752859",
                "134271183401841550480897761968696340611",
                "66866372764930579316075235309863815473",
                "115145084966057171399657937384266055453",
                "121576901417961095521853247320976740512",
                "179634496658333237360429557300455399917",
                "327606802029754787260838262178144050232",
                "17204876771226632312568222517859892902",
                "100940606446768415708107931372389870917",
                "14152449777698150050237114257292994909",
                "332371214801131575309735577616179366587",
                "227936473588743613863345679770750818478",
                "316618994531584405892894646888228884719",
                "101948074617666646682309452479300604821",
                "34114014960177058290228114822147456090",
                "121616872500489043991812780643054443134",
                "34822170359121938408811682362351040014",
                "133990567591175302451794483689109561204",
                "31002350155647301898347323294505756480",
                "15615430017472966070043929457610015896",
                "119726659731712676176112946827516538263",
                "101496898352861363332308118441367491684",
                "302751354026114503493045413523611639229",
                "52416954349906672980574042115822857779",
                "126716011502157291169015240255011739290",
                "229191043251352932504825186765734131232",
                "302751354026114503493045413523611639229",
                "52416954349906672980574042115822857779",
                "126716011502157291169015240255011739290",
                "66084276096977329548636843160648642088"
            ]
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-74c4ed3e",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 367.0,
            "function_hash": "64823525596756199400505898897633612072"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-763a695f",
        "deprecated": false,
        "signature_type": "Line",
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "23636123601062117886460563221066624575",
                "242562643767882318272540560096767971275",
                "130649363557081878895490410396610478337",
                "23276427774010899744690875872124859923",
                "193681729532246879942316541135217637623",
                "81412648293396383481612451280074026937",
                "40688385462496193829440553338428699517",
                "7350513378469057008696258760957046039",
                "18218768212426777788841758425369701051",
                "173126098815978107354932625088713775352",
                "327260841079763778159945905721379639673",
                "90165769388597654221911608507897741533",
                "235305931789505422722917495702026365158",
                "308888809041727740042790846884543751610",
                "178593785472367455623895410125789999543",
                "11096721939627219721377434182783261717",
                "289484009453371010449267863253132240940",
                "108069412606592089931704523153946415207",
                "90779579964006071762043350499462018195",
                "154384284431933693902476493796291769952",
                "250250689903830011180378297636960064734",
                "195189055661913972964854359841730612712",
                "292440977538221012661458200948139985218",
                "11627754994146153160525763693432946367",
                "14373555474583426086941879241091472219",
                "265358936156232842874402931176985676737",
                "148371471401760146654117063350528315166",
                "9861756470312096431716280340156931157"
            ]
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "file": "src/cpp/rtps/messages/CDRMessage.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-78357539",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 440.0,
            "function_hash": "294552272634189137055211591540907781008"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "CDRMessage::readBinaryPropertySeq",
            "file": "include/fastdds/rtps/messages/CDRMessage.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-7991aa78",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 269.0,
            "function_hash": "321016003244337256258386729633904485548"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-7acd231a",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 385.0,
            "function_hash": "268425912545414425570141989259730479672"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "CDRMessage::readInt64",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-7efb18a6",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 361.0,
            "function_hash": "239215895414982444429893979715325689293"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-8281d423",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 655.0,
            "function_hash": "53900602253774870793866184768687527964"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-83322dde",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 1248.0,
            "function_hash": "94241095685365208805451198269760357459"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "ParameterList::readInstanceHandleFromCDRMsg",
            "file": "src/cpp/fastdds/core/policy/ParameterList.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-83996389",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 386.0,
            "function_hash": "193633864970123760039646872841896666270"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-84dffb70",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 355.0,
            "function_hash": "163688084853198355311429549572251558632"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "CDRMessage::readData",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-88ed486c",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 2819.0,
            "function_hash": "223206402053007048820528030587452365732"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "CommonPermissionsConfigure",
            "file": "test/blackbox/common/BlackboxTestsSecurity.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-8e828c53",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 433.0,
            "function_hash": "117572608443791450123730085017529241322"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "CDRMessage::readBinaryPropertySeq",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-8f0c2fd4",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 385.0,
            "function_hash": "215991161912794044044029715459754482449"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "CDRMessage::readInt32",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-921ce592",
        "deprecated": false,
        "signature_type": "Line",
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "23636123601062117886460563221066624575",
                "242562643767882318272540560096767971275",
                "130649363557081878895490410396610478337",
                "23276427774010899744690875872124859923",
                "193681729532246879942316541135217637623",
                "81412648293396383481612451280074026937",
                "40688385462496193829440553338428699517",
                "7350513378469057008696258760957046039",
                "18218768212426777788841758425369701051",
                "173126098815978107354932625088713775352",
                "327260841079763778159945905721379639673",
                "90165769388597654221911608507897741533",
                "235305931789505422722917495702026365158",
                "308888809041727740042790846884543751610",
                "178593785472367455623895410125789999543",
                "11096721939627219721377434182783261717",
                "289484009453371010449267863253132240940",
                "108069412606592089931704523153946415207",
                "90779579964006071762043350499462018195",
                "154384284431933693902476493796291769952",
                "250250689903830011180378297636960064734",
                "195189055661913972964854359841730612712",
                "292440977538221012661458200948139985218",
                "11627754994146153160525763693432946367",
                "14373555474583426086941879241091472219",
                "265358936156232842874402931176985676737",
                "148371471401760146654117063350528315166",
                "9861756470312096431716280340156931157"
            ]
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "file": "src/cpp/rtps/messages/CDRMessage.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-9386c94e",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 294.0,
            "function_hash": "251759999001019218827173976306830307783"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "CDRMessage::read_locator",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-96ca9d8e",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 279.0,
            "function_hash": "194722920814642551693559292161279378826"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-97ad6016",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 687.0,
            "function_hash": "2540711289184646396437219686128071916"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "ParameterList::read_guid_from_cdr_msg",
            "file": "src/cpp/fastdds/core/policy/ParameterList.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-981278ea",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 509.0,
            "function_hash": "45166952650550984027084499170817717046"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "CDRMessage::read_string",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-9c0a2434",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 412.0,
            "function_hash": "337694590525913605576840172314767128373"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-9dba39a3",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 266.0,
            "function_hash": "199914837518040573478252221402999427214"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-9e946ff4",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 428.0,
            "function_hash": "251969576201911969176731899722524748352"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "CDRMessage::readPropertySeq",
            "file": "include/fastdds/rtps/messages/CDRMessage.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-9eeb929d",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 259.0,
            "function_hash": "128488484422485772676601667162977086504"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "CDRMessage::readDataReversed",
            "file": "include/fastdds/rtps/messages/CDRMessage.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-a0571a69",
        "deprecated": false,
        "signature_type": "Line",
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "93788177703557772605576659699559340054",
                "271608271945705057159766114195877017125",
                "29648536396561226353535508261461513305",
                "302778506644188973412163453150910387589",
                "207477544698992475430716811001685292485",
                "328297639272228919903080033807659504402",
                "149620359996940210198703919502677055708",
                "113163923468568177206368937850008023099",
                "270785558904092861731693223670254673275",
                "12771432756055914147491508526517296515",
                "339228769163316204777574260339188647557",
                "39697566003358005885877066811465999626",
                "133584496719834946449166136840002890515",
                "238712859342373478822034014350683292420",
                "3031044922906546142364816284497197592",
                "232401552684835681770197002998967849478",
                "168957354526770201721223843809426041985",
                "103809792111429111211172283075404672948",
                "201194008737366632954800705959660459607",
                "332320070091251140496517208650888938199",
                "19987579348111485338307079943329969286",
                "277839417486380799493528276002028826551",
                "78667896356091416294402725369341897973",
                "84635571058633103799064441707620555098",
                "337706320294290912302389683454570797433",
                "43787475150800289122392659041820792420",
                "66558474563733123763426550298526139276",
                "319644698424869729632501577155285148835",
                "1208287096198660662505232601588729202",
                "190216264549588728397837730508649909417",
                "81884361280392713906490527228721746417",
                "171914321163624262338439289974026672126",
                "184854185077378732429746499879887182465",
                "175002217711489219122682699341180926670",
                "224029527922920760854257407479238147950",
                "299108188226810469527042514984724448921",
                "179612594418140303981096354105011501578",
                "263575033736024250346844151047507469400",
                "139691217253926706606960435682301045746",
                "302968619242861260281351952479637381971",
                "85666582827319185064327991251078392034",
                "154760218826071231152914579653153156584",
                "59471754864207390807421104523254583395",
                "204906028833329998595658300704711446470",
                "178037295641372179873860662419974354820",
                "55696937738029489743247733328389747660",
                "322258331523967860180253735135920964641",
                "322543534123769306676613991077943429694",
                "132790351088313585359172560483569682911",
                "111848257697566048548477263834976365615",
                "189820084683274103826602960848406248931",
                "20398084808265292003213258347963176155",
                "44182723274916174653119553338127035192",
                "196610595398702313217980165103699897177",
                "162361369731862649053109939567359379492",
                "137087151711554203389428927790022259813",
                "63892059054009532291452253317024771534",
                "256166721911128803810329538142060344121",
                "203542177234243009606012088288005591331",
                "40389118639983760825667243727275636308",
                "81725092168819037183756019316210291753",
                "90452189134098613780445362489341372407",
                "173738574155864673657781995568492451265",
                "197863669010324002063515267848571101917",
                "77769354883808695096089325423157609423",
                "319898706553752855962942743714491168772",
                "91023850867528853396223915653917409402",
                "128355212449675142363744961330489557091",
                "260065266675318462419303285436490291071",
                "245856316068627158176946784456193950758",
                "211093556118038646621089928904185771160",
                "21788046330610886028837302144891536259",
                "288354273846967358712246441227531548241",
                "258739270094372167380899322804205326259",
                "203933011568932397341108545922582034388",
                "142328951710960693942112039583258800185",
                "70232055416284129335194534416357372741",
                "141229883082788077359046935136847847649",
                "240170276079441040482748411470918294652",
                "157322539788884798143310276248936578026",
                "7954772745961494745323013310615426892",
                "30129767486479543015539262433927632546",
                "146254072642071176314443654428856450511",
                "43777259309375378269316418145291559144",
                "234519088856319919300411065523496739578",
                "160195787934706647252988447023169534422",
                "251298988583705516713202801778897931430",
                "134271183401841550480897761968696340611",
                "66866372764930579316075235309863815473",
                "115145084966057171399657937384266055453",
                "121576901417961095521853247320976740512",
                "179634496658333237360429557300455399917",
                "327606802029754787260838262178144050232",
                "17204876771226632312568222517859892902",
                "100940606446768415708107931372389870917",
                "14152449777698150050237114257292994909",
                "332371214801131575309735577616179366587",
                "227936473588743613863345679770750818478",
                "316618994531584405892894646888228884719",
                "101948074617666646682309452479300604821",
                "34114014960177058290228114822147456090",
                "121616872500489043991812780643054443134",
                "99235106879359674725952281539399529296",
                "244995578177447280326331151435255089150",
                "186787713378925336736137225368910559454",
                "263220820802366120925926577653488573982",
                "119726659731712676176112946827516538263",
                "101496898352861363332308118441367491684",
                "1881328517593002281321779780695223868",
                "142367359647211243585238420990302231684",
                "4150540485341219629386690167844301034",
                "279231164519616278081765994492478813573",
                "1881328517593002281321779780695223868",
                "142367359647211243585238420990302231684",
                "4150540485341219629386690167844301034",
                "237318895030841973858537397804484421420"
            ]
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-a0697747",
        "deprecated": false,
        "signature_type": "Line",
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "243613362619833573871829550244426428583",
                "9874848986758070020381912990581389794",
                "74565982515560363551843274179440754224",
                "311048485114547979564790545971998470295",
                "128606091810293353029186184667129840075",
                "229789261825294460602481270570984980540",
                "170942790691626163028269779390222064117",
                "223737186142000873915232519240622029118",
                "209086738164287028601433581259913447193",
                "291059938362700229104878349392247286231",
                "56724226877492543303575361296889271290",
                "323210368942111288588070741705052738785",
                "317998898732318146577169857376978822477",
                "168177741966002644595836473239830605433",
                "1694389325621428204749525119334028127"
            ]
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "file": "test/blackbox/common/DatagramInjectionTransport.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-a2c22a7b",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 475.0,
            "function_hash": "268122690894907760556625852711993662853"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "CDRMessage::readDataHolderSeq",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-a2cb1832",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 746.0,
            "function_hash": "304366129733287576049356412859147890219"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "CDRMessage::readSequenceNumberSet",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-a2e2b750",
        "deprecated": false,
        "signature_type": "Line",
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "247928637173553698517828278553958137710",
                "266694147835040474987283285793280033688",
                "127024521803944423286515534640495404874",
                "212261737451964727492451362543920265868",
                "247928637173553698517828278553958137710",
                "58831810921128755897439811327813164041",
                "12893051281980251194501092104059347270",
                "120144885242493307037200216180621453286"
            ]
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "file": "src/cpp/rtps/security/SecurityManager.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-a3c41f60",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 386.0,
            "function_hash": "195780649046060442770858545876957478435"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "CDRMessage::readUInt64",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-a4a06aca",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 358.0,
            "function_hash": "31887090939909082691101543914398243543"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-a4c5aabc",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 344.0,
            "function_hash": "259342301253416398950310305257483993247"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-a59d1d80",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 728.0,
            "function_hash": "10367241187549733581198125170821604441"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-a682b653",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 258.0,
            "function_hash": "265334066485914088976449343993209073757"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-a8dc93ae",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 402.0,
            "function_hash": "68646666062520152797810423195671699794"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "CDRMessage::read_string",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-ab9ae5a3",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 437.0,
            "function_hash": "325135642703277528613344810901004702467"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "CDRMessage::readDataHolder",
            "file": "include/fastdds/rtps/messages/CDRMessage.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-ad78bc1b",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 362.0,
            "function_hash": "87607068587655055014692422717057650610"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "CDRMessage::readData",
            "file": "include/fastdds/rtps/messages/CDRMessage.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-add35085",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 344.0,
            "function_hash": "259342301253416398950310305257483993247"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-afc921d8",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 246.0,
            "function_hash": "64964406447930978045283275516775854115"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "CDRMessage::readSequenceNumber",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-b3dfa882",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 468.0,
            "function_hash": "253611805460972140577471527111380834690"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "read_string",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-b3e16ca0",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 205.0,
            "function_hash": "310996639762882232386462213881818444344"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "CDRMessage::readOctet",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-b465c683",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 276.0,
            "function_hash": "273337128195636828668424216633680662674"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "CDRMessage::readTimestamp",
            "file": "include/fastdds/rtps/messages/CDRMessage.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-b4bfef98",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 1071.0,
            "function_hash": "2087756067729031549014221189639738476"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "ParameterList::read_guid_from_cdr_msg",
            "file": "src/cpp/fastdds/core/policy/ParameterList.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-b577d60d",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 383.0,
            "function_hash": "335792691860336856000077682869360425388"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-b609be65",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 266.0,
            "function_hash": "199914837518040573478252221402999427214"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-b72d98bb",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 721.0,
            "function_hash": "140139023637608336893332716025963746745"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-baa097b1",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 387.0,
            "function_hash": "175348020939651456731823032908392441708"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-bb10947c",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 1306.0,
            "function_hash": "39856892146320688451582257862076854959"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "read_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-bba9a735",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 394.0,
            "function_hash": "287503723097790912861811970767765452384"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "CDRMessage::read_external_locator",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-bbdee568",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 193.0,
            "function_hash": "258303710687625586927482989431689864965"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "CDRMessage::skip",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-bc8eec1e",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 343.0,
            "function_hash": "246812363157874329780437618370805731583"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-bda70e08",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 385.0,
            "function_hash": "268425912545414425570141989259730479672"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "CDRMessage::readInt64",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-bf5e56fe",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 518.0,
            "function_hash": "257035529369298319008927601964836030374"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "CDRMessage::readFragmentNumberSet",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-c28251ef",
        "deprecated": false,
        "signature_type": "Line",
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "243613362619833573871829550244426428583",
                "9874848986758070020381912990581389794",
                "74565982515560363551843274179440754224",
                "311048485114547979564790545971998470295",
                "128606091810293353029186184667129840075",
                "229789261825294460602481270570984980540",
                "170942790691626163028269779390222064117",
                "223737186142000873915232519240622029118",
                "209086738164287028601433581259913447193",
                "291059938362700229104878349392247286231",
                "56724226877492543303575361296889271290",
                "323210368942111288588070741705052738785",
                "317998898732318146577169857376978822477",
                "168177741966002644595836473239830605433",
                "1694389325621428204749525119334028127"
            ]
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "file": "test/blackbox/common/DatagramInjectionTransport.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-c58b7470",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 361.0,
            "function_hash": "239215895414982444429893979715325689293"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-cab56d09",
        "deprecated": false,
        "signature_type": "Line",
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "215866511889217675464084208185207212197",
                "39728646367592697875419503752687663410",
                "137122391675194440137720833140713331004",
                "1038017260407892463847755606464318580",
                "70471399917873474814461640801057911585",
                "136256800092029389625806233737077965524",
                "121338805492142494785969891500714206720",
                "179755739204564593298929106417270902708",
                "291504441289691980112038472929685909437",
                "212228281175074911718038182319623008150",
                "33519611662790458803534824160843358979",
                "6609451761547258462678063678410277899",
                "316330299188987421621870854625029713233",
                "336664162389173481698691496973337901719",
                "29116568681197079884443548673674101564",
                "268128530482348155938268501674905322057",
                "162647921726803188957485081373643816141",
                "270186619273436374787213879145587579630",
                "204968942428193460468406282403883557039",
                "324422549909346976768390353829552523910",
                "83844195434906583630860713524923530837",
                "207444739331162015373985460900114038229",
                "262743096928669616508400364258270670186",
                "114570210316076101788459289756596756603",
                "56169749227857440001773770703131206921",
                "296971117532564300891721201223752472816",
                "79259839149432518849470627648051714585",
                "112068935006977217592956275843985510032",
                "17650646935361495093805919473258061104",
                "208580586964367470825972061987781409952",
                "258679765055278442743975798249360133709",
                "259384103370850324213675990596381534336",
                "77557336136390920215852781980102914441",
                "170523045956737057224285638166035762184",
                "148985319118266442521282745918692941202",
                "236729666783947598226218229584090352213",
                "51870025637156709813531119762618732365",
                "293828905652544143300842513193177793333",
                "304322387516088214273631267660242266853",
                "93825993311424624499964339253503099871",
                "49060815811252521406011737217718425216",
                "102935780004028002143617350465014148926",
                "115442438693158093160976897821918795898",
                "95560805271400313045591883869503343043",
                "93825993311424624499964339253503099871",
                "66648972204593407186206191462767160277",
                "29116568681197079884443548673674101564",
                "268128530482348155938268501674905322057",
                "162647921726803188957485081373643816141"
            ]
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "file": "src/cpp/fastdds/core/policy/ParameterList.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-ccd8a657",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 392.0,
            "function_hash": "30409908758531712079288660731638756872"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-ccdf6e54",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 480.0,
            "function_hash": "305078370102558789818115785846051998395"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-ce9dde60",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 275.0,
            "function_hash": "190135390435498067294376505150568360992"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-d101b75c",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 343.0,
            "function_hash": "246812363157874329780437618370805731583"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-d20d45f8",
        "deprecated": false,
        "signature_type": "Line",
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "215866511889217675464084208185207212197",
                "39728646367592697875419503752687663410",
                "137122391675194440137720833140713331004",
                "1038017260407892463847755606464318580",
                "70471399917873474814461640801057911585",
                "136256800092029389625806233737077965524",
                "121338805492142494785969891500714206720",
                "179755739204564593298929106417270902708",
                "291504441289691980112038472929685909437",
                "212228281175074911718038182319623008150",
                "33519611662790458803534824160843358979",
                "6609451761547258462678063678410277899",
                "316330299188987421621870854625029713233",
                "336664162389173481698691496973337901719",
                "29116568681197079884443548673674101564",
                "268128530482348155938268501674905322057",
                "162647921726803188957485081373643816141",
                "270186619273436374787213879145587579630",
                "204968942428193460468406282403883557039",
                "324422549909346976768390353829552523910",
                "83844195434906583630860713524923530837",
                "207444739331162015373985460900114038229",
                "262743096928669616508400364258270670186",
                "114570210316076101788459289756596756603",
                "56169749227857440001773770703131206921",
                "296971117532564300891721201223752472816",
                "79259839149432518849470627648051714585",
                "112068935006977217592956275843985510032",
                "17650646935361495093805919473258061104",
                "208580586964367470825972061987781409952",
                "258679765055278442743975798249360133709",
                "259384103370850324213675990596381534336",
                "77557336136390920215852781980102914441",
                "170523045956737057224285638166035762184",
                "148985319118266442521282745918692941202",
                "236729666783947598226218229584090352213",
                "51870025637156709813531119762618732365",
                "293828905652544143300842513193177793333",
                "304322387516088214273631267660242266853",
                "93825993311424624499964339253503099871",
                "49060815811252521406011737217718425216",
                "102935780004028002143617350465014148926",
                "115442438693158093160976897821918795898",
                "95560805271400313045591883869503343043",
                "93825993311424624499964339253503099871",
                "66648972204593407186206191462767160277",
                "29116568681197079884443548673674101564",
                "268128530482348155938268501674905322057",
                "162647921726803188957485081373643816141"
            ]
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "file": "src/cpp/fastdds/core/policy/ParameterList.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-d30fe7fa",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 402.0,
            "function_hash": "68646666062520152797810423195671699794"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "CDRMessage::read_string",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-d38c8659",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 258.0,
            "function_hash": "265334066485914088976449343993209073757"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-d423c116",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 431.0,
            "function_hash": "185199013495344414309833164734479940416"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-d633e5e1",
        "deprecated": false,
        "signature_type": "Line",
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "249097236311123039041910704863234313461",
                "74164289728838971553565669496234152290",
                "102858738020616103835891009294537187817",
                "246540846299588890654882328692594072922",
                "102587099249197071429719250607257996302",
                "136256800092029389625806233737077965524",
                "236729666783947598226218229584090352213",
                "51870025637156709813531119762618732365",
                "24625704135001844882509115253492914556",
                "72274446749374655409315989470606278449",
                "188193609808184942527639831316755714275",
                "274372611723856038705977822789589369195",
                "319949614233495679939151152507440962927",
                "308872146516999216824578236604350039096",
                "102935780004028002143617350465014148926",
                "222339626810699935329075152552170721587",
                "65186240526116636157504751323216273622",
                "188193609808184942527639831316755714275",
                "274372611723856038705977822789589369195",
                "319949614233495679939151152507440962927",
                "160970877468868281690346644434317208730",
                "29116568681197079884443548673674101564",
                "268128530482348155938268501674905322057",
                "162647921726803188957485081373643816141",
                "193423026519844351887770631883992200750",
                "100527955977455938384269944652805769407",
                "314275921228100231026481599895188395435",
                "58407528740881790847885762219739290323",
                "207444739331162015373985460900114038229",
                "262743096928669616508400364258270670186",
                "114570210316076101788459289756596756603",
                "56169749227857440001773770703131206921",
                "296971117532564300891721201223752472816",
                "79259839149432518849470627648051714585",
                "112068935006977217592956275843985510032",
                "17650646935361495093805919473258061104",
                "178481078441173524981133777201292847005",
                "7392020147705389541564256699865948860",
                "321170497732185476927357705215058279246",
                "59387054042178705341215568477926941021",
                "298452539207469618868829474919266335911",
                "148985319118266442521282745918692941202",
                "236729666783947598226218229584090352213",
                "51870025637156709813531119762618732365",
                "281750215528644111401876637203304697879",
                "270487164119267675423644886466912350709",
                "48907078068415797901028056649259999523",
                "127309983489198179665998679819751153012",
                "102935780004028002143617350465014148926",
                "2915918337018075113604230419552993591",
                "301193344251290948417513260647537157675",
                "48907078068415797901028056649259999523",
                "92978665104629263621751339996343337061",
                "29116568681197079884443548673674101564",
                "268128530482348155938268501674905322057",
                "162647921726803188957485081373643816141"
            ]
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "file": "src/cpp/fastdds/core/policy/ParameterList.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-d7005917",
        "deprecated": false,
        "signature_type": "Line",
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "276303870953235805848241510788863112385",
                "306336213139786554629442795700670333284",
                "190407454859893783586324517827930204703",
                "312087151941597697428313216687284154800",
                "301620596869567782467634031592758183459",
                "118550506363505008295242184002893393537",
                "280338191027696221417261191594577278642",
                "307201387016067668641689231905479505744",
                "309515602488538820355729254719436780809",
                "35860973245477406271242529953209604089",
                "156922417419635302864608898263939231535",
                "165145016296450024685426890827945108333",
                "167152959229968280992673297487363880959",
                "250258528893983825296087026287951093645",
                "1922670548221403521458571018103150557",
                "244845922277014538578713449241547302909",
                "209002702599975471552034682728290991990",
                "29894559021415670155634147838876923624",
                "199537486324135772566682852049538163097",
                "109855322205378368900404205693850217143",
                "152670690618566638455832002516479426815",
                "82473021084343295871838343655764168800",
                "79754306171976840739708453468932326340",
                "27356798560123590626164116329360141689",
                "175026878468744254449551172210840723800",
                "276135189775990295772936053307778830111",
                "146542367159651877375129800681317159216",
                "33508749667513655063590614620594064259",
                "42695106312278446080303169211557028158",
                "157865022719582398223937128459910045665",
                "255229158059115161795504044973134467955",
                "57469910154410326137022141549772936775",
                "144959670740061077027545448234667768886",
                "91303100358683543603711212961953874773",
                "336067567701962515451573641731074543033",
                "39801008880957543764001587149861596155",
                "324967814674462720615198784904372293597",
                "168710520892328225639145621195486987544",
                "49239666932250053480691833247986812672",
                "180024488088389670963025563087935546947",
                "240400545215783273638180668534726540442",
                "142218704724440099954806994061101210853",
                "292696466414818959892930179916087512109",
                "280338191027696221417261191594577278642",
                "307201387016067668641689231905479505744",
                "159359647405265405530382615957572014533",
                "173822583176971383253879718748747627065",
                "82949285538313633043411608353240101403",
                "304809375302454518120286288083559499194",
                "143929638566920464192386432875928953052",
                "124286625554959810140395668374315527942",
                "328788499092213026836224439173745550302",
                "69684327371318627502331710390821450481",
                "301173404103627890133284608333321122221",
                "125867519997224052374721651855091445681",
                "42193042292103539512906852893238080228",
                "8063444986789875590315853272351344873",
                "45531300417665070884306840242182896999",
                "24678384615834008209725556554689013577",
                "209002702599975471552034682728290991990",
                "108018564267352194350472662575091112244",
                "156364859434764817647382144969782912100",
                "45602715434123564063075042744363481726",
                "113454202195687644377245764657977087841",
                "77342680687611802253465227268584136202",
                "58447053166958334000705586070641057750",
                "10042493976445911283816944274380052980",
                "209835710175076823638192189373983331742",
                "334007424366731374583207221310921235286",
                "43789845893693937535080648172135186639",
                "129194544021506375946713633892008002164",
                "238539366954636294964133103905698647689",
                "252447908951544695337297008512080957327",
                "280338191027696221417261191594577278642",
                "307201387016067668641689231905479505744",
                "261444179013641485441461736159629495946",
                "104001878425600018929771022034178968406",
                "88208212030957925889380303913383267387",
                "184073866617708702561627975661365118996",
                "44855746464696345499411080899265124560",
                "179231542956577468851944737550002900743",
                "286967790859445114650852122776395803671",
                "108343700497644549951499319603929017356",
                "221823909630727148556639594993086414680",
                "281578609552263518735550740343248747274",
                "42745253009585695259438967730408285073",
                "197738701920075297284849159529973548367",
                "137525179400253360362814290379552259549",
                "26624388961342411200712677940865199525",
                "217273789250494255894426415803427841313",
                "118266351328058631386950886188990171588",
                "204863045934962718889281824077519001400",
                "197019136686909845398318668655695125524",
                "326687307973706977935908549039846570791",
                "280961981460982861103035674530289102023",
                "209313302184326446115482274350379078432",
                "280338191027696221417261191594577278642",
                "307201387016067668641689231905479505744",
                "262119391782232967578368140268342104070",
                "236968261522341893632245738529793662646",
                "226559154356188694546160503150364995935",
                "211525825695684932122912402143062612164",
                "44855746464696345499411080899265124560",
                "179231542956577468851944737550002900743",
                "286967790859445114650852122776395803671",
                "108343700497644549951499319603929017356",
                "221823909630727148556639594993086414680",
                "281578609552263518735550740343248747274",
                "42745253009585695259438967730408285073",
                "197738701920075297284849159529973548367",
                "137525179400253360362814290379552259549",
                "26624388961342411200712677940865199525",
                "217273789250494255894426415803427841313",
                "181805333412870948817656536321985773741",
                "113927667679988851121020400182213343027",
                "187198576416151480942346817748195438460",
                "16006161427109428480868891381861276781",
                "111732842783495468946812257746710247072",
                "295674509932783380400787724200632958694",
                "40764823520001911973986419254954886298",
                "119671825532824972134762415144942831340",
                "37763348325297623554547615392624524779",
                "309890177567794413936215210870005309287",
                "302985581920324427345974815896495471617",
                "235519049623397045047416819430825360756",
                "160414173631859670806606649737365284201",
                "53744650643131184770334183713126766911",
                "275073403799749600723435780106784313746",
                "64728896000232655546040010787618962955",
                "89685934245359471093895914685667476269",
                "216985477379085614064553631846335163517",
                "95133209881331736151068864642396149855",
                "271780240174523553290488165873016603021",
                "65355191137379210328572139039408203736",
                "189845648643762862353330693285570614882",
                "62430603906537657646895637883813010795",
                "195088129078290990336872211829141583012",
                "315609973341825468651100011559044498624",
                "57570144780690235984615282376882051064",
                "73409259417809637027563865750618076699",
                "72754481461462809818124552152569809156",
                "133081540545391938271277354753156763530",
                "40764823520001911973986419254954886298",
                "119671825532824972134762415144942831340",
                "108896602734902935690927054051629225089",
                "272643216568775967426695848937112374654",
                "158862961267258557558936468633779338535",
                "330653518480882687995236919769122244443",
                "160414173631859670806606649737365284201",
                "53744650643131184770334183713126766911",
                "275073403799749600723435780106784313746",
                "64728896000232655546040010787618962955",
                "89685934245359471093895914685667476269",
                "216985477379085614064553631846335163517",
                "95133209881331736151068864642396149855",
                "271780240174523553290488165873016603021",
                "65355191137379210328572139039408203736",
                "189845648643762862353330693285570614882",
                "62430603906537657646895637883813010795",
                "47845600763884081186432340190125783872",
                "81420541951470551105345572716890197681",
                "36286782947341996594807530904325345583",
                "801786361072081960857927067717223947",
                "102796391896889545516646489237489328151",
                "228723074530535168822882272947803018769",
                "40764823520001911973986419254954886298",
                "119671825532824972134762415144942831340",
                "339566363439768435097704052056532152984",
                "262455543753268600517491061643935223942",
                "80402463577024259504679946460188119929",
                "91795755555452721756200405233568074423",
                "82499057746574992748500567882946714776",
                "134828126283472237398599495791466124400",
                "86229501232197163967645644514986390625",
                "211281371395462655213352581359693470940",
                "323778866207636935060845328088597780984",
                "286254322891054113513049373369324842416",
                "391947132895741471698045107609660796",
                "257936503624661328867742554850377230715",
                "100583013736895814379645013160179898249",
                "6288318062666240218257426840051600657",
                "191277017140677929293641767143490568574",
                "330586405136783507188376916212965043633",
                "8309458421425124588663841518415365596",
                "318164240896724640625163373509084916450",
                "5208431838175968399829429999156218443",
                "6136552553226106609537208082996156354",
                "25258166461727409564178695234724142511",
                "59044500082060108336581925840057759006",
                "256515382201755110158095105225256927272",
                "249121913538297786193364437574408879370",
                "150146488836044926240182128742302278894",
                "315318526175534268448852902999765880209",
                "16199088631373091545467584097720741003",
                "133182842156461971608751715012311097835",
                "247483092955900202819353100819096613429",
                "157022919656949128713437184147162759364",
                "314312195679537418806915067780156680979",
                "318164240896724640625163373509084916450",
                "5208431838175968399829429999156218443",
                "6136552553226106609537208082996156354",
                "25258166461727409564178695234724142511",
                "245487212090912880593723353015522259803",
                "99615357370203287186416491823333152517",
                "284492038467089609873675669833090188640",
                "4031445515284377132207707440515629157",
                "128804151031352463348732629754543675154",
                "217040975139197380033491262235255189645",
                "300922805019927053284406301748526618684",
                "282485137772969398451158768457080315656",
                "195428483470135890975916687732872654525",
                "165593663137232436975774038042022723937",
                "211504491886814298463372398394473480025",
                "243600873412191931838203776561394559177",
                "177012671289783535091404676291838756617",
                "330026509884675132751314298225457330436",
                "7283510548138056390302399596414768227",
                "139141561742435159227460166088555054574",
                "163286297829087365348884740252971868951",
                "271544687992409788587564922480727886223",
                "325015626000892083399633731621907674830",
                "254054104568153860578523539073393317073",
                "128310164323138676825912861784848283473",
                "339732656904261646163069261325185853988",
                "220011950351900727791358008642737192742",
                "229811455026775628283893489118512807689",
                "337273126106438539695134884545170512665",
                "150706441638295758457934242050818848784",
                "50713120289659036372861426128623134071",
                "2820721345015597444462857555561851877",
                "88971901980267154324083283285663399130",
                "91335448847665175490927172555960021714",
                "250831178141643990526342353439059248339",
                "232131389713711442354291296108853270561",
                "15256601864864921509959936912588109819",
                "239103715586306742140527929293076312217",
                "212435153021370665488551762241942933972",
                "169396153577435118390174175543281659465",
                "318053832273510964049357094234963906186",
                "233256093547519860232130914813180340706",
                "170534530156117306405944352231353497084",
                "272117350284317039906172412087085161573",
                "165403131359785712400653986391346759270",
                "222757456718283964751418378893988177949",
                "162472956891594023140410773415072504604",
                "227468861327602717952262041803078095383",
                "21853134838586911893602483019846977216",
                "249320819643649064694542920503771931608",
                "305625649310377129251481142993307128266",
                "127179573180350275327916622698205448906",
                "173943747377661105066050344886695159703",
                "296689364999331447216459712206580678716",
                "268540686416980323148104869631016687391",
                "185569290907295147950121586718778691649",
                "323754792667045745792898498078854013688",
                "49425431859361558571510615485989628784",
                "313435420622969283431838666789028954319",
                "17392943561044615423002464662241092707",
                "177420435198426571866065219282124184724",
                "73451328941560938180299917252140650039",
                "276485223132774236490781170912364052156",
                "137863909250696590663733035889445051072",
                "297750794647464212415483234757239676901",
                "108683030234790395341096913661179610322",
                "289382256493510513037276046211678532396",
                "165736673542352764627794910959660367760",
                "244191543501828144664165339073307799791",
                "71099542330713972909489764554184981024",
                "79514146797905899397894471544690467027",
                "215180442059284586414824132275372827134",
                "199092472544493964082149270902873210153",
                "134536283863868440446888197448801187758",
                "303314639177413836217861412797631156891",
                "136262095265607760973511364016428470161",
                "49417708929309796282836056023171835024",
                "57439407976928712381274696710489296739",
                "176738069823661763542047392134792300345",
                "239775619448004118960367855896525810895",
                "313435420622969283431838666789028954319",
                "17392943561044615423002464662241092707",
                "177420435198426571866065219282124184724",
                "73451328941560938180299917252140650039",
                "276485223132774236490781170912364052156",
                "137863909250696590663733035889445051072",
                "297750794647464212415483234757239676901",
                "108683030234790395341096913661179610322",
                "289382256493510513037276046211678532396",
                "165736673542352764627794910959660367760",
                "244191543501828144664165339073307799791",
                "71099542330713972909489764554184981024",
                "79514146797905899397894471544690467027",
                "215180442059284586414824132275372827134",
                "199092472544493964082149270902873210153",
                "134536283863868440446888197448801187758",
                "308861443231183470347010299053935610532",
                "338561920431120773086834728377469316366",
                "285622639032178541771928514939744818733",
                "265449759418831549295032653335016732854",
                "179671973096262229585363203680493260947",
                "242875027975948128294276763477186608585",
                "171467316768698549520337848053199722431",
                "75753589607107868145307251231461774105",
                "157835306048156415456621075155192627633",
                "219608731973979917694993393366778444133",
                "280338191027696221417261191594577278642",
                "307201387016067668641689231905479505744",
                "172190508966828377991693477934724456562",
                "244416973609405713750504305102330974603",
                "284969437015376549528499370000608746689",
                "231883981753126169217679892585008275773",
                "157404699539520603675416312179829658708",
                "78600739327807681138405010263184621219",
                "72171920915978390014436285280476829576",
                "308128894631406859340678934462782978940",
                "99803567311504550009043469429902220368",
                "225371717567259279125673059721133990185",
                "131852494217684845315489045842460588146",
                "145070601009078899664606794791433878537",
                "97186529692697592557857827010968191995",
                "49923086348891618953499361208625663049",
                "31299639108381698276708155863186005539",
                "154025947322918371399031096321895414360",
                "280760699038313131620548481609069206066",
                "336357915430929506620794107679876232282",
                "121547485471062263339414605884183360812",
                "66298488132840880633103311091762879936",
                "77593714666694982617100955275413402263",
                "131852494217684845315489045842460588146",
                "145070601009078899664606794791433878537",
                "97186529692697592557857827010968191995",
                "49923086348891618953499361208625663049",
                "31299639108381698276708155863186005539",
                "300700011047126383658129425736522497369",
                "76146432330199416202789593615809730057",
                "155036268168364075739169921807489841275",
                "183753840079040149523537674612893442798",
                "249857054752401450525936149617891867977",
                "275273565275620510572063054602935852344",
                "39365022905191872370251907364093853599",
                "221409232926977930200184252559382050698",
                "297309610267612808721674702832717068972",
                "157663850287517561081019597609834566483",
                "202623761902904669674468806669335317808",
                "306792837880784680185260191656984646952",
                "194398390909242520161862597128273034779",
                "43543019912827026402216407710987570712",
                "273776910387025739779341821500349875427",
                "33073865105012421560190084987632557775",
                "221409232926977930200184252559382050698",
                "3459739980326846617737907187251844173",
                "296918925038461739428200911390996637034",
                "85191108220686670307925420078578334901",
                "226798458202081410859695902101610582767",
                "206217326809443304148050815352446616966",
                "193623418980252034848361545604748501829",
                "56158305228004152916952341695600172816",
                "84576437832400094881570060657053532724",
                "272728391975344164276733246230282182174",
                "312764818620181558280994296224486545746",
                "241227080974027774238120804037881917785",
                "244300680610855173758569793474657110191",
                "144940098427522617638456553312219912415",
                "16694968851092971037197945918026517068",
                "218050341734780422014580923836183673726",
                "43923801795191160264296990458647272103",
                "182034671014747627224804962060067964983",
                "316598231227972531928255149378700676794",
                "250834816719528120183092716316926914109",
                "175157997575270975216911835689229004216",
                "243324816772244113485711465549713352927",
                "337286755884457463367275505029515751168",
                "83799679398699751546352160888871912931",
                "159722816110967943294513196483512678995",
                "247381277310787432346622255239272866193",
                "310777489692960563947560911014290546010",
                "189669026477517577621029248313276797217",
                "87335422018801166634626012768969231028",
                "293552967101869481051333449546095750066",
                "336699445575839059466721175230297766091",
                "309312300628444716264205736431352576836",
                "299322347223605403134773339250915197634",
                "226161575457776931655107599949107783871",
                "137966065505171988069367464295309254565",
                "106014939917065224908781256915606783578",
                "12076679427217203939033967370608658739",
                "68050526580601937201396268447897910515",
                "70229013962626827683549275552201892425",
                "310371561458709077015893452883977103900",
                "299875503858665610669241388195726338318"
            ]
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-dbd1b215",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 393.0,
            "function_hash": "88472016934023993911977221928563750239"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "CDRMessage::readUInt32",
            "file": "include/fastdds/rtps/messages/CDRMessage.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-de93b24b",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 386.0,
            "function_hash": "34923004470193667419288674444573927223"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "CDRMessage::readUInt32",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-dfd388c2",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 193.0,
            "function_hash": "258303710687625586927482989431689864965"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "CDRMessage::skip",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-e29fc62e",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 431.0,
            "function_hash": "47088188528138407326254396662229893999"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "CDRMessage::readDataHolder",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-e4519b78",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 355.0,
            "function_hash": "163688084853198355311429549572251558632"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "CDRMessage::readData",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-e4d9bf87",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 655.0,
            "function_hash": "53900602253774870793866184768687527964"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-e6a2887b",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 458.0,
            "function_hash": "251442573438430449753916071052140319847"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "CDRMessage::readUInt16",
            "file": "include/fastdds/rtps/messages/CDRMessage.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-e7b93973",
        "deprecated": false,
        "signature_type": "Line",
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "209752226151022856855927021078690605855",
                "191105308172574921749968212056590812089",
                "111407881948128559312872582075981861967"
            ]
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "file": "include/fastdds/rtps/common/CDRMessage_t.h"
        }
    },
    {
        "id": "CVE-2025-62603-e8aa422f",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 378.0,
            "function_hash": "264046309531064901642107601830156613443"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "CDRMessage::read_array_with_max_size",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-e8f1482b",
        "deprecated": false,
        "signature_type": "Line",
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "118773033826771891539089636717925085112",
                "127629499889260753508603381835268933679",
                "231083801396674501022837815977261661251",
                "171068537855405961029147439334775889342",
                "135313175580652917133146066153344606418",
                "78467152553036047377127380966351882933",
                "259046497824406857049823558218390261567",
                "289585877788970908678838198636129330116",
                "163060378349370168734934842899505610229",
                "43344562611071110159278607689450495750",
                "30400282439787978061973532538283303150",
                "254492751307894107841611585858728449764",
                "231995885161823936553851183365453417347",
                "222411014158046055713119081274198126371",
                "149935301979784256547534307276785747616",
                "22699632580642938293790806409740345344",
                "13275967147381011424402106299551002505",
                "163647719452731066138920271288949702772"
            ]
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "file": "test/blackbox/common/BlackboxTestsSecurity.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-eabd95a2",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 687.0,
            "function_hash": "2540711289184646396437219686128071916"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "ParameterList::read_guid_from_cdr_msg",
            "file": "src/cpp/fastdds/core/policy/ParameterList.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-eacb9c9d",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 248.0,
            "function_hash": "127653705721336739535345107446226529242"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "CDRMessage::readEntityId",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-ebffac4f",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 255.0,
            "function_hash": "154236725656360343124253134626532372842"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "CDRMessage::readEntityId",
            "file": "include/fastdds/rtps/messages/CDRMessage.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-ec4ac5f7",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 1279.0,
            "function_hash": "123273385054681041917142145650378823323"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "read_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-ec55f24d",
        "deprecated": false,
        "signature_type": "Line",
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "134781274815470695923194410796791396195",
                "131742302456946651965994517155028712116",
                "120771629297562531698558427502561661497",
                "154970383830073203348711964335622439412",
                "128606091810293353029186184667129840075",
                "212005689898688028448361074231549903841",
                "23057559620525933893575447900763566020",
                "287032874084240857450371559409040535025",
                "331332979929391212580690301100553938046",
                "117676801163824299734935910296757758126",
                "170942790691626163028269779390222064117",
                "223737186142000873915232519240622029118",
                "209086738164287028601433581259913447193",
                "291059938362700229104878349392247286231",
                "56724226877492543303575361296889271290",
                "323210368942111288588070741705052738785",
                "24789114474622375139070949833853154207",
                "144079517373446924449414924918150603927",
                "126209168246520544487744048815399747022",
                "36495130723246492817049116080321374452",
                "214865160154720590157149682486550649566",
                "64854965866630204949260272894503015330",
                "258819627350405612917751029643637223505",
                "119203955232421392452926466661192331023",
                "333131178139593414996136788076456916291",
                "81723788525158000770595739575206779732",
                "48708531709183898888086870193701570184",
                "252424074484436837899625890345754526266",
                "271586893918450737715138818478327464459"
            ]
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "file": "test/blackbox/common/BlackboxTestsTransportUDP.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-ecb04977",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 1461.0,
            "function_hash": "336411649095691057069253257722363553622"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "function": "read_content_from_cdr_message",
            "file": "src/cpp/fastdds/core/policy/ParameterSerializer.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-edab3a78",
        "deprecated": false,
        "signature_type": "Line",
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "247928637173553698517828278553958137710",
                "266694147835040474987283285793280033688",
                "127024521803944423286515534640495404874",
                "212261737451964727492451362543920265868",
                "247928637173553698517828278553958137710",
                "58831810921128755897439811327813164041",
                "12893051281980251194501092104059347270",
                "120144885242493307037200216180621453286"
            ]
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "file": "src/cpp/rtps/security/SecurityManager.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-f018be7b",
        "deprecated": false,
        "signature_type": "Line",
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "209752226151022856855927021078690605855",
                "191105308172574921749968212056590812089",
                "111407881948128559312872582075981861967"
            ]
        },
        "source": "https://github.com/eprosima/fast-dds/commit/a726e6a5daba660418d1f7c05b6f203c17747d2b",
        "target": {
            "file": "include/fastdds/rtps/common/CDRMessage_t.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-f2aac21e",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 386.0,
            "function_hash": "34923004470193667419288674444573927223"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "CDRMessage::readUInt32",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-f343fe13",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 688.0,
            "function_hash": "332356017373841956484672250931667965310"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "TEST",
            "file": "test/blackbox/common/BlackboxTestsTransportUDP.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-f5b38483",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 509.0,
            "function_hash": "45166952650550984027084499170817717046"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "CDRMessage::read_string",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-f88547f6",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 450.0,
            "function_hash": "72681608715616960896834097436823800657"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "CDRMessage::readInt16",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-fdf9d550",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 362.0,
            "function_hash": "1112640041746774883072565996147254940"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/ced3b6f92d928af1eae77d5fe889878128ad421a",
        "target": {
            "function": "CDRMessage::readOctetVector",
            "file": "include/fastdds/rtps/messages/CDRMessage.hpp"
        }
    },
    {
        "id": "CVE-2025-62603-fe100065",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 431.0,
            "function_hash": "47088188528138407326254396662229893999"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "CDRMessage::readDataHolder",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    },
    {
        "id": "CVE-2025-62603-fed44d35",
        "deprecated": false,
        "signature_type": "Function",
        "signature_version": "v1",
        "digest": {
            "length": 433.0,
            "function_hash": "117572608443791450123730085017529241322"
        },
        "source": "https://github.com/eprosima/fast-dds/commit/354218514d32beac963ff5c306f1cf159ee37c5f",
        "target": {
            "function": "CDRMessage::readBinaryPropertySeq",
            "file": "src/cpp/rtps/messages/CDRMessage.cpp"
        }
    }
]
source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-62603.json"