<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/static/style.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <id>https://db.gcve.eu/sightings/feed</id>
  <title>Most recent sightings.</title>
  <updated>2026-05-26T16:55:14.675181+00:00</updated>
  <author>
    <name>Vulnerability-Lookup</name>
    <email>info@gcve.eu</email>
  </author>
  <link href="https://db.gcve.eu" rel="alternate"/>
  <generator uri="https://lkiesow.github.io/python-feedgen" version="1.0.0">python-feedgen</generator>
  <subtitle>Contains only the most 10 recent sightings.</subtitle>
  <entry>
    <id>https://db.gcve.eu/sighting/0c8d47b9-5f81-43cf-b7bc-5edb7a52b1fc/export</id>
    <title>0c8d47b9-5f81-43cf-b7bc-5edb7a52b1fc</title>
    <updated>2026-05-26T16:55:14.992883+00:00</updated>
    <author>
      <name>cedric</name>
      <uri>http://db.gcve.eu/user/cedric</uri>
    </author>
    <content>{"uuid": "0c8d47b9-5f81-43cf-b7bc-5edb7a52b1fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-41037", "type": "seen", "source": "https://t.me/cibsecurity/69360", "content": "\u203c CVE-2023-41037 \u203c\n\nOpenPGP.js is a JavaScript implementation of the OpenPGP protocol. In affected versions OpenPGP Cleartext Signed Messages are cryptographically signed messages where the signed text is readable without special tools. These messages typically contain a \"Hash: ...\" header declaring the hash algorithm used to compute the signature digest. OpenPGP.js up to v5.9.0 ignored any data preceding the \"Hash: ...\" texts when verifying the signature. As a result, malicious parties could add arbitrary text to a third-party Cleartext Signed Message, to lead the victim to believe that the arbitrary text was signed. A user or application is vulnerable to said attack vector if it verifies the CleartextMessage by only checking the returned `verified` property, discarding the associated `data` information, and instead _visually trusting_ the contents of the original message. Since `verificationResult.data` would always contain the actual signed data, users and apps that check this information are not vulnerable. Similarly, given a CleartextMessage object, retrieving the data using `getText()` or the `text` field returns only the contents that are considered when verifying the signature. Finally, re-armoring a CleartextMessage object (using `armor()` will also result in a \"sanitised\" version, with the extraneous text being removed. This issue has been addressed in version 5.10.1 (current stable version) which will reject messages when calling `openpgp.readCleartextMessage()` and in version 4.10.11 (legacy version) which will will reject messages when calling `openpgp.cleartext.readArmored()`. Users are advised to upgrade. Users unable to upgrade should check the contents of `verificationResult.data` to see what data was actually signed, rather than visually trusting the contents of the armored message.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2023-08-29T20:17:35.000000Z"}</content>
    <link href="https://db.gcve.eu/sighting/0c8d47b9-5f81-43cf-b7bc-5edb7a52b1fc/export"/>
    <published>2023-08-29T20:17:35+00:00</published>
  </entry>
  <entry>
    <id>https://db.gcve.eu/sighting/565661a4-7db6-4668-a4f6-c5573dcf927a/export</id>
    <title>565661a4-7db6-4668-a4f6-c5573dcf927a</title>
    <updated>2026-05-26T16:55:14.992829+00:00</updated>
    <author>
      <name>cedric</name>
      <uri>http://db.gcve.eu/user/cedric</uri>
    </author>
    <content>{"uuid": "565661a4-7db6-4668-a4f6-c5573dcf927a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-41039", "type": "seen", "source": "https://t.me/cibsecurity/69484", "content": "\u203c CVE-2023-41039 \u203c\n\nRestrictedPython is a restricted execution environment for Python to run untrusted code. Python's \"format\" functionality allows someone controlling the format string to \"read\" all objects accessible through recursive attribute lookup and subscription from objects he can access. This can lead to critical information disclosure. With `RestrictedPython`, the format functionality is available via the `format` and `format_map` methods of `str` (and `unicode`) (accessed either via the class or its instances) and via `string.Formatter`. All known versions of `RestrictedPython` are vulnerable. This issue has been addressed in commit `4134aedcff1` which has been included in the 5.4 and 6.2 releases. Users are advised to upgrade. There are no known workarounds for this vulnerability.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2023-08-30T22:12:22.000000Z"}</content>
    <link href="https://db.gcve.eu/sighting/565661a4-7db6-4668-a4f6-c5573dcf927a/export"/>
    <published>2023-08-30T22:12:22+00:00</published>
  </entry>
  <entry>
    <id>https://db.gcve.eu/sighting/cddbcb6c-1fe2-4450-a901-9382aedee429/export</id>
    <title>cddbcb6c-1fe2-4450-a901-9382aedee429</title>
    <updated>2026-05-26T16:55:14.992740+00:00</updated>
    <author>
      <name>cedric</name>
      <uri>http://db.gcve.eu/user/cedric</uri>
    </author>
    <content>{"uuid": "cddbcb6c-1fe2-4450-a901-9382aedee429", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-41034", "type": "seen", "source": "https://t.me/cibsecurity/69585", "content": "\u203c CVE-2023-41034 \u203c\n\nEclipse Leshan is a device management server and client Java implementation. In affected versions DDFFileParser` and `DefaultDDFFileValidator` (and so `ObjectLoader`) are vulnerable to `XXE Attacks`. A DDF file is a LWM2M format used to store LWM2M object description. Leshan users are impacted only if they parse untrusted DDF files (e.g. if they let external users provide their own model), in that case they MUST upgrade to fixed version. If you parse only trusted DDF file and validate only with trusted xml schema, upgrading is not mandatory. This issue has been fixed in versions 1.5.0 and 2.0.0-M13. Users are advised to upgrade. There are no known workarounds for this vulnerability.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2023-08-31T22:13:15.000000Z"}</content>
    <link href="https://db.gcve.eu/sighting/cddbcb6c-1fe2-4450-a901-9382aedee429/export"/>
    <published>2023-08-31T22:13:15+00:00</published>
  </entry>
  <entry>
    <id>https://db.gcve.eu/sighting/468ebb09-7ecb-4291-90ad-29c05f905c49/export</id>
    <title>468ebb09-7ecb-4291-90ad-29c05f905c49</title>
    <updated>2026-05-26T16:55:14.992640+00:00</updated>
    <author>
      <name>cedric</name>
      <uri>http://db.gcve.eu/user/cedric</uri>
    </author>
    <content>{"uuid": "468ebb09-7ecb-4291-90ad-29c05f905c49", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-41032", "type": "seen", "source": "https://t.me/cibsecurity/70258", "content": "\u203c CVE-2023-41032 \u203c\n\nA vulnerability has been identified in Parasolid V34.1 (All versions &amp;lt; V34.1.258), Parasolid V35.0 (All versions &amp;lt; V35.0.253), Parasolid V35.1 (All versions &amp;lt; V35.1.184), Parasolid V36.0 (All versions &amp;lt; V36.0.142). The affected application contains an out of bounds write past the end of an allocated structure while parsing specially crafted X_T files. This could allow an attacker to execute code in the context of the current process. (ZDI-CAN-21263)\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2023-09-12T14:22:52.000000Z"}</content>
    <link href="https://db.gcve.eu/sighting/468ebb09-7ecb-4291-90ad-29c05f905c49/export"/>
    <published>2023-09-12T14:22:52+00:00</published>
  </entry>
  <entry>
    <id>https://db.gcve.eu/sighting/f6275288-7f80-485a-873d-66fc0858c3d1/export</id>
    <title>f6275288-7f80-485a-873d-66fc0858c3d1</title>
    <updated>2026-05-26T16:55:14.992540+00:00</updated>
    <author>
      <name>cedric</name>
      <uri>http://db.gcve.eu/user/cedric</uri>
    </author>
    <content>{"uuid": "f6275288-7f80-485a-873d-66fc0858c3d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-41033", "type": "seen", "source": "https://t.me/cibsecurity/70268", "content": "\u203c CVE-2023-41033 \u203c\n\nA vulnerability has been identified in Parasolid V35.0 (All versions &amp;lt; V35.0.260), Parasolid V35.1 (All versions &amp;lt; V35.1.246), Parasolid V36.0 (All versions &amp;lt; V36.0.156). The affected application contains an out of bounds write past the end of an allocated structure while parsing specially crafted X_T files. This could allow an attacker to execute code in the context of the current process. (ZDI-CAN-21266)\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2023-09-12T14:23:03.000000Z"}</content>
    <link href="https://db.gcve.eu/sighting/f6275288-7f80-485a-873d-66fc0858c3d1/export"/>
    <published>2023-09-12T14:23:03+00:00</published>
  </entry>
  <entry>
    <id>https://db.gcve.eu/sighting/bd816171-a610-4a5a-82ce-3d651565a3a1/export</id>
    <title>bd816171-a610-4a5a-82ce-3d651565a3a1</title>
    <updated>2026-05-26T16:55:14.992437+00:00</updated>
    <author>
      <name>cedric</name>
      <uri>http://db.gcve.eu/user/cedric</uri>
    </author>
    <content>{"uuid": "bd816171-a610-4a5a-82ce-3d651565a3a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-41030", "type": "seen", "source": "https://t.me/cibsecurity/70664", "content": "\u203c CVE-2023-41030 \u203c\n\nHard-coded credentials in\u00c2\u00a0Juplink RX4-1500 versions V1.0.2 through V1.0.5\u00c2\u00a0allow unauthenticated attackers to log in to the web interface or telnet service as the 'user' user.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2023-09-18T22:28:35.000000Z"}</content>
    <link href="https://db.gcve.eu/sighting/bd816171-a610-4a5a-82ce-3d651565a3a1/export"/>
    <published>2023-09-18T22:28:35+00:00</published>
  </entry>
  <entry>
    <id>https://db.gcve.eu/sighting/33ccaf85-e894-4609-ac9f-802c4061e011/export</id>
    <title>33ccaf85-e894-4609-ac9f-802c4061e011</title>
    <updated>2026-05-26T16:55:14.992302+00:00</updated>
    <author>
      <name>cedric</name>
      <uri>http://db.gcve.eu/user/cedric</uri>
    </author>
    <content>{"uuid": "33ccaf85-e894-4609-ac9f-802c4061e011", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-41031", "type": "seen", "source": "https://t.me/cibsecurity/70956", "content": "\u203c CVE-2023-41031 \u203c\n\nCommand injection in\u00c2\u00a0homemng.htm\u00c2\u00a0in\u00c2\u00a0Juplink RX4-1500 versions V1.0.2,\u00c2\u00a0V1.0.3,\u00c2\u00a0V1.0.4, and\u00c2\u00a0V1.0.5\u00c2\u00a0allows remote authenticated attackers to execute commands via specially crafted requests to the vulnerable endpoint.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2023-09-22T20:32:01.000000Z"}</content>
    <link href="https://db.gcve.eu/sighting/33ccaf85-e894-4609-ac9f-802c4061e011/export"/>
    <published>2023-09-22T20:32:01+00:00</published>
  </entry>
  <entry>
    <id>https://db.gcve.eu/sighting/e4fae32f-e440-4115-a988-4a9409d168fc/export</id>
    <title>e4fae32f-e440-4115-a988-4a9409d168fc</title>
    <updated>2026-05-26T16:55:14.990993+00:00</updated>
    <author>
      <name>cedric</name>
      <uri>http://db.gcve.eu/user/cedric</uri>
    </author>
    <content>{"uuid": "e4fae32f-e440-4115-a988-4a9409d168fc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-4103", "type": "seen", "source": "https://t.me/cibsecurity/71501", "content": "\u203c CVE-2023-4103 \u203c\n\nQSige statistics are affected by a remote SQLi vulnerability. It has been identified that the web application does not correctly filter input parameters, allowing SQL injections, DoS or information disclosure. As a prerequisite, it is necessary to log into the application.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2023-10-03T16:41:29.000000Z"}</content>
    <link href="https://db.gcve.eu/sighting/e4fae32f-e440-4115-a988-4a9409d168fc/export"/>
    <published>2023-10-03T16:41:29+00:00</published>
  </entry>
</feed>
