Siemens

Sinec Infrastructure Network Services

68 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 8.34%
  • Published 23.12.2019 01:15:13
  • Last modified 21.11.2024 04:35:41

multiSelect in select.c in SQLite 3.30.1 mishandles certain errors during parsing, as demonstrated by errors from sqlite3WindowRewrite() calls. NOTE: this vulnerability exists because of an incomplete fix for CVE-2019-19880.

  • EPSS 8.44%
  • Published 18.12.2019 06:15:12
  • Last modified 21.11.2024 04:35:34

exprListAppendList in window.c in SQLite 3.30.1 allows attackers to trigger an invalid pointer dereference because constant integer values in ORDER BY clauses of window definitions are mishandled.

  • EPSS 9.46%
  • Published 09.12.2019 19:15:14
  • Last modified 21.11.2024 04:35:07

pragma.c in SQLite through 3.30.1 mishandles NOT NULL in an integrity_check PRAGMA command in certain cases of generated columns.

  • EPSS 0.65%
  • Published 09.12.2019 19:15:14
  • Last modified 21.11.2024 04:35:01

SQLite 3.30.1 mishandles certain SELECT statements with a nonexistent VIEW, leading to an application crash.

  • EPSS 0.3%
  • Published 09.12.2019 16:15:10
  • Last modified 21.11.2024 04:35:07

alter.c in SQLite through 3.30.1 allows attackers to trigger infinite recursion via certain types of self-referential views in conjunction with ALTER TABLE statements.

  • EPSS 0.99%
  • Published 05.12.2019 14:15:09
  • Last modified 21.11.2024 04:34:33

lookupName in resolve.c in SQLite 3.30.1 omits bits from the colUsed bitmask in the case of a generated column, which allows attackers to cause a denial of service or possibly have unspecified other impact.

  • EPSS 0.2%
  • Published 27.11.2019 17:15:14
  • Last modified 21.11.2024 04:34:23

SQLite 3.30.1 mishandles pExpr->y.pTab, as demonstrated by the TK_COLUMN case in sqlite3ExprCodeTarget in expr.c.

  • EPSS 0.26%
  • Published 25.11.2019 20:15:11
  • Last modified 21.11.2024 04:34:24

sqlite3Select in select.c in SQLite 3.30.1 allows a crash if a sub-select uses both DISTINCT and window functions, and also has certain ORDER BY usage.